[jboss-user] [JBoss Seam] - Re: Embeddable Objects (EJB3) not working properly

gavin.king@jboss.com do-not-reply at jboss.com
Tue Jul 18 08:02:45 EDT 2006


"niesar" wrote : "gavin.king at jboss.com" wrote : You need a JSF converter.
  | Are you sure, Gavin?
  | 
  | ...
  | 
  | The conversion from the ClassE object to Strings seems to be quite straightforward. I could pass the ClassE instance to 2 different converters, one to convert classEVar1 to a String and another one to convert (extract) classEVar2. Quite inconvenient since I need 2 converters, but that can be done.
  | 

You don't need a custom converter for primitive values because JSF has a set of builtin converters. But if you need JSF to convert a string value to an instance of a user class then of course you need to tell JSF how to do that.

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

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



More information about the jboss-user mailing list