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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to