Re: Type conversion with Generics

2008-01-09 Thread jvleminc
Just noticed that this partial solution only started working after I had changed the Set of EoActivities into a List of EoActivities; this while the internal ones are still Sets. Seems the *-conversion.properties for only works for Lists... jvleminc wrote: > > I have already found out t

Re: Type conversion with Generics

2008-01-08 Thread jvleminc
Btw, Martin Gainty wrote me this by email: Rick's suggestions are very helpful.. 2 things would need to know 1)How will the data be represented visually.. starting with a working example you can use Checkbox as illustrated http://struts.apache.org/2.x/docs/checkbox-interceptor.html public class

Re: Type conversion with Generics

2008-01-08 Thread jvleminc
Thanks for all answers so far. I know I can wrap them in other, simpler objects; but before doing so (and having to retouch my Javascript layer that lies on top of it :-( ), I wanted to find out if there is a way to have Struts2 do this automatically for me... I have already found out that by us

Re: Type conversion with Generics

2008-01-08 Thread jvleminc
asier to accomplish the nested collection population. > > On Jan 8, 2008 1:02 PM, jvleminc <[EMAIL PROTECTED]> > wrote: > >> >> Hello, >> >> I am facing with automatic type conversion upon the submit of my Form: >> >> Basically I have form fields

Type conversion with Generics

2008-01-08 Thread jvleminc
Hello, I am facing with automatic type conversion upon the submit of my Form: Basically I have form fields with the names eoActivities[0].activityName eoActivities[0].eoUser[0].eoUserId eoActivities[0].eoUser[0].eoUserAddress[0].addressType eoActivities[0].eoUser[0].eoUserAddress[0].name ... eo