Re: Type conversion with Generics

2008-01-09 Thread ravi_eze
gt;> with EoActivity a bean with two members variables: >> > >> activityName and Set and appropriate getter and setter, >> > >> with EoUser a bean with two members variables: >> > >>eoUserId and Set and appropriate getter and >> setter,

Re: Type conversion with Generics

2008-01-09 Thread Dave Newton
--- jvleminc <[EMAIL PROTECTED]> wrote: > 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... That was

Re: Type conversion with Generics

2008-01-09 Thread jvleminc
-- View this message in context: http://www.nabble.com/Type-conversion-with-Generics-tp14695286p14711210.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Type conversion with Generics

2008-01-08 Thread jvleminc
in context: http://www.nabble.com/Type-conversion-with-Generics-tp14695286p14701513.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Type conversion with Generics

2008-01-08 Thread jvleminc
;-( BTW, I am also not entirely sure that by just using Lists or Maps also the second level elements will be mapped, those would also need some kind of conversion indicator (ie. *-conversion.properties file), or am I wrong? -- View this message in context: http://www.nabble.com/Type-conversion-with

Re: Type conversion with Generics

2008-01-08 Thread Rick Reumann
s variables: > > >> activityName and Set and appropriate getter and setter, > > >> with EoUser a bean with two members variables: > > >>eoUserId and Set and appropriate getter and setter, > > >>with EoUserAddress a bean with member variables addre

Re: Type conversion with Generics

2008-01-08 Thread Dave Newton
;>eoUserId and Set and appropriate getter and setter, > >>with EoUserAddress a bean with member variables addressType and name > >> > >> Is this possible? Right now I receive a lot of > >> 17:52:32 ERROR [ParametersInterceptor:204] ParametersInterceptor - >

Re: Type conversion with Generics

2008-01-08 Thread Rick Reumann
and name > >> > >> Is this possible? Right now I receive a lot of > >> 17:52:32 ERROR [ParametersInterceptor:204] ParametersInterceptor - > >> [setParameters]: Unexpected Exception

Re: Type conversion with Generics

2008-01-08 Thread jvleminc
er[0].eoUserId' on 'class >> com.datamat.care.actions.EoActivitiesAction: Error setting expression >> 'eoActivities[0].eoUser[0].eoUserId' with value >> '[Ljava.lang.String;@1aa4bb4' >> errors ;-( >> Thanks in advance! >> >> Joris &g

Re: Type conversion with Generics

2008-01-08 Thread Rick Reumann
es[0].eoUser[0].eoUserId' on 'class > com.datamat.care.actions.EoActivitiesAction: Error setting expression > 'eoActivities[0].eoUser[0].eoUserId' with value > '[Ljava.lang.String;@1aa4bb4' > errors ;-( > Thanks in advance! > > Jo

Type conversion with Generics

2008-01-08 Thread jvleminc
.lang.String;@1aa4bb4' errors ;-( Thanks in advance! Joris -- View this message in context: http://www.nabble.com/Type-conversion-with-Generics-tp14695286p14695286.html Sent from the Struts - User mailing list archive at Nabble.com.