>From introspect method in DynaActionFormClass

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

this should be 

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

I raised this a couple of weeks ago (the whole line was the other way round
then). I was ignored .... 

It was raised again by somebody else last week, but there's still a problem
with the latest version on CVS, i.e. the ! is missing.

Can somebody please put this right ?


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

Reply via email to