Personaly I changed directly seam sources into:

SeamApplication11{...

   public MethodBinding createMethodBinding(String ref, Class[] params)
         throws ReferenceSyntaxException
   {
      //return new ActionParamMethodBinding(application, ref);
      return getDelegate().createMethodBinding(ref, params);
   }

}

and it works!!

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981466
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to