[jboss-user] [JBoss Seam] - Seam and JSF EL Expression

gersonk do-not-reply at jboss.com
Wed Sep 19 17:04:52 EDT 2007


what's the difference about the two examples bellow (and benefits of one versus another)? How do I choose one or another?


  | <rich:dataTable id="..." value="#{someService.messageList}" ...>
  | ...
  | </rich:dataTable>
  | 

and


  | <rich:dataTable id="..." value="#{messageList}" ...>
  | ...
  | </rich:dataTable>
  | 

 


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

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



More information about the jboss-user mailing list