[jboss-user] [JBoss Seam] - seam converter
armita
do-not-reply at jboss.com
Fri May 18 00:38:18 EDT 2007
I am trying to use Converter annotation without success. My class looks like
| @Converter(id = "locationConveter")
| @Name("locationConverter")
| public class LocationConverter implements javax.faces.convert.Converter {
|
but my page could not find
| <f:converter converterId="locationConverter" />
|
I also tried it without the @Name annotation
The error message is:
| SEVERE: Error Rendering View[/QuotesEdit.xhtml]
| javax.faces.FacesException: Could not instantiate converter: null
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046700#4046700
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046700
More information about the jboss-user
mailing list