"niesar" wrote : "[EMAIL PROTECTED]" 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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to