This is how converters work :)
The getAsString method is called for converting from the Object representation (backing
bean) to a String for display on the page. The getAsObject method is called for
converting from the String on the page back to an object for saving to the backing bean.
So you are trying to set the name (String) as an object (FullName). This won't work.
A nice introduction to JSF conversion:
http://www-128.ibm.com/developerworks/java/library/j-jsf3/index.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975958#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...