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.ArrayList<testpackage.User>"/>
</form-bean>

I tried doing this (with my class names of course) and I get this exception
on startup:
        javax.servlet.ServletException: Can't get definitions factory from
context.

Thanks,
Kent


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to