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

denis-karpov do-not-reply at jboss.com
Wed Oct 4 06:36:22 EDT 2006


As I see, it has to be like this:
public class AppUser implements Serializable {
  | ...
  |    private FullName name;
  |    public FullName getName()
  |    {
  |       return name;
  |    }
  |    public void setName(FullName name)
  |    {
  |       this.name = name;
  |    }
  | ...
  | 
then your code should work.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975976#3975976

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



More information about the jboss-user mailing list