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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...