[jboss-user] [JBoss Seam] - Re: ExpressionLanguage Vs. XPath

andres.testi do-not-reply at jboss.com
Tue Sep 4 16:01:03 EDT 2007


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#4081066

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



More information about the jboss-user mailing list