[jboss-user] [JBoss Seam] - Annotated converter not found?
nickarls
do-not-reply at jboss.com
Thu Aug 2 04:44:16 EDT 2007
What could be wrong when I have
| @org.jboss.seam.annotations.faces.Converter(id="yesNoConverter")
| public class YesNoBooleanConverter implements Converter {
|
and
| <ice:selectBooleanCheckbox> ...
| <f:converter converterId="yesNoConverter"/>
| </ice:selectBooleanCheckbox>
|
but I still get a
| Expression Error: Named Object: yesNoConverter not found
|
?
I'm on Seam2 beta 1 and ICE1.6
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069984#4069984
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069984
More information about the jboss-user
mailing list