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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...