Struts and Generics

2005-07-06 Thread Kent Boogaart
Hi there, I'm wondering whether it's possible to use generics with struts. Something like: form-bean name=test type=org.apache.struts.validator.DynaValidatorForm form-property name=users type=java.util.ArrayListtestpackage.User/ /form-bean I tried doing this (with my class names

Re: Struts and Generics

2005-07-06 Thread Stéphane Zuckerman
Hello Kent, I'm wondering whether it's possible to use generics with struts. I strongly doubt it, since J2EE isn't using the Java 1.5 SDK, but 1.4 . Now, maybe am I saying something stupid. :-) -- Stéphane Zuckerman

RE: Struts and Generics

2005-07-06 Thread Nitesh Naveen
_ -Original Message- From: Kent Boogaart [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 1:11 PM To: user@struts.apache.org Subject: Struts and Generics Hi there, I'm wondering whether it's possible to use generics with struts. Something like: form-bean name=test

Re: Struts and Generics

2005-07-06 Thread Michael Taylor
: Wednesday, July 06, 2005 1:11 PM To: user@struts.apache.org Subject: Struts and Generics Hi there, I'm wondering whether it's possible to use generics with struts. Something like: form-bean name=test type=org.apache.struts.validator.DynaValidatorForm form-property name=users type