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

Reply via email to