I registered in the faces-config.xml file! Now the jsf could get a hold of it, but none of
the seam injections seems to work. My class looks like:
| @Converter(id = "locationConveter")
| @Name("locationConverter")
| @Interceptors(SeamInterceptor.class)
| public class LocationConverter implements javax.faces.convert.Converter {
|
I am not sure how it is supposed to work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046972#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...