Do the EL enhancements only work when used as the action attribute of a link? I ask
because I got a parse exception when I tried to use #{entityHome.myMethod(var)} as plain
text in an h:column, where var is the loop variable of the dataTable.
Is the EL enhancement not supposed to work here, or should I keep looking for where I
might have made a mistake?
Also, I'm confused as to when methods need to have a "get" prefixed to their
name when the name is specified in EL. For example, for what I described above
(entityHome.myMethod), would the entityHome need a method named myMethod, or getMyMethod?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019215#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...