method expression can be done with a special Seam defined XPath function like
s:call(object, method, argument1, argument2...) . Then, s:call(enterprise, createEmployee,
"andres") has the same effect than
enterprise.createEmployee("andres")
I know this solution is not coolest than the point operator, but it works.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081066#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...