[jboss-user] [JBoss Seam] - Re: Does SeamTest.invokeMethod work with parameters in your

stan.silvert@jboss.com do-not-reply at jboss.com
Tue Jan 2 20:42:50 EST 2007


SeamTest.invokeMethod is assuming that the expression doesn't contain params.  It calls createMethodBinding by passing in null for the params array.

There are several ways to get this to work, but the easiest is probably just to pass the param to createMethodBinding() yourself.

Stan

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

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



More information about the jboss-user mailing list