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

baz do-not-reply at jboss.com
Tue Feb 20 10:11:35 EST 2007


 You wrote anonymous wrote : tried to use #{entityHome.myMethod(var)} as plain text
So your el uses value binding.
When you want to really call a method you have to use a button or link where you have an action or actionlistener attribute.
For example:  s:link action="#{entityHome.myMethod(var)}"

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

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



More information about the jboss-user mailing list