Re: Struts 2 Type Conversion for properties of a List

2008-12-24 Thread Marsman
they are using xml to define validators and the old school property files for conversions? Thanks, Titus -- View this message in context: http://www.nabble.com/Struts-2-Type-Conversion-for-properties-of-a-List-tp21144957p21156805.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Struts 2 Type Conversion for properties of a List

2008-12-24 Thread Marsman
converter at that time written for a JSF application. Apperently this bug was never a problem. :thinking: Titus -- View this message in context: http://www.nabble.com/Struts-2-Type-Conversion-for-properties-of-a-List-tp21144957p21156808.html Sent from the Struts - User mailing list archive

Re: Struts 2 Type Conversion for properties of a List

2008-12-24 Thread Paweł Wielgus
)) This condition strikes me as odd... did you really mean there? No, of course not. You found an old bug in my converter at that time written for a JSF application. Apperently this bug was never a problem. :thinking: Titus -- View this message in context: http://www.nabble.com/Struts-2-Type

Struts 2 Type Conversion for properties of a List

2008-12-23 Thread Marsman
return (String) o; } } I'm not sure beeing on the right way. Maybe converters can only be defined for form fields? Or not for properties of an iteration? Titus -- View this message in context: http://www.nabble.com/Struts-2-Type-Conversion-for-properties-of-a-List-tp21144957p21144957

Re: Struts 2 Type Conversion for properties of a List

2008-12-23 Thread Dave Newton
--- On Tue, 12/23/08, Marsman mars@gmx.de wrote: s:iterator value=albums   s:property value=artist/ /s:iterator This isn't really type conversion, it's a toString. AFAIK type conversion is only an issue to/from forms. if ( values[0] == null || values[0].length() == 0

Re: Struts 2 Type Conversion for properties of a List

2008-12-23 Thread dusty
? Or not for properties of an iteration? Titus -- View this message in context: http://www.nabble.com/Struts-2-Type-Conversion-for-properties-of-a-List-tp21144957p21153560.html Sent from the Struts - User mailing list archive at Nabble.com