In the DynaActionFormClass, in the introspect method, shouldn't the if on
the line :

        if (!beanClass.isAssignableFrom(DynaActionForm.class)) {

be the other way round, i.e:

        if (!DynaActionForm.class.isAssignableFrom(beanClass)) {


Roy.

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

Reply via email to