[jboss-user] [JBoss Seam] - Re: Problems using JSF Converters in Seam app

petemuir do-not-reply at jboss.com
Wed Oct 4 04:19:55 EDT 2006


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#3975958

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975958



More information about the jboss-user mailing list