[jboss-user] [JBoss Seam] - Seam Component as Richfaces Binding bean???
xinhua
do-not-reply at jboss.com
Mon Nov 12 08:41:06 EST 2007
yes, JSF binding bean could be a Seam Component. How about Richfaces binding bean?
from Seam 1.2.1GA ~ 2.0.0GA , if i tried to use a Seam compoent as richfaces binding bean, followed exception tells me "no way":
Caused by: java.lang.IllegalArgumentException: argument type mismatch
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at javax.el.BeanELResolver.setValue(BeanELResolver.java:108)
| at javax.el.CompositeELResolver.setValue(CompositeELResolver.java:68)
| at com.sun.faces.el.FacesCompositeELResolver.setValue(FacesCompositeELResolver.java:93)
| at org.jboss.el.parser.AstPropertySuffix.setValue(AstPropertySuffix.java:73)
| at org.jboss.el.parser.AstValue.setValue(AstValue.java:84)
| at org.jboss.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:249)
| at com.sun.facelets.el.TagValueExpression.setValue(TagValueExpression.java:93)
| ... 74 more
|
What a pity!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103678#4103678
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103678
More information about the jboss-user
mailing list