[jboss-user] [JBoss Seam] - Re: EL enhancements in Seam 1.2.1

christian.bauer@jboss.com do-not-reply at jboss.com
Wed May 9 12:27:38 EDT 2007


In other words, and as the documentation says, what you just wrote is equivalent to this:


  | 
  | @In("#{pp.di}")
  | Long projectPlanId;
  | 
  | public String edit() {
  |     ...
  | }
  | 

That also doesn't work because at call time of edit(), no #{pp.id} can be resolved - pp is just the loop variable that is used during rendering of the previous page.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044391#4044391

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044391



More information about the jboss-user mailing list