Re: DynaActionForm: ArrayIndexOutOfBoundsException

2005-04-21 Thread Hubert Rabago
1.2.4 and Bean Utils 1.7.0 > > - Glenn > > Hubert Rabago <[EMAIL PROTECTED]> > 21/04/2005 11:49 AM > Please respond to "Struts Users Mailing List" > > To: Struts Users Mailing List > cc: (bcc: Glenn Deschenes/NAT/CMHC-SCHL/C

Re: DynaActionForm: ArrayIndexOutOfBoundsException

2005-04-21 Thread gdeschen
<[EMAIL PROTECTED]> 21/04/2005 11:49 AM Please respond to "Struts Users Mailing List" To: Struts Users Mailing List cc: (bcc: Glenn Deschenes/NAT/CMHC-SCHL/CA) Subject:Re: DynaActionForm: ArrayIndexOutOfBoundsException Classification:

Re: DynaActionForm: ArrayIndexOutOfBoundsException

2005-04-21 Thread Hubert Rabago
You need to use an ActionForm subclass for your form-bean. The Lazy-flavored form bean was added after 1.2.4. If you're unable to upgrade from 1.2.6, consider adding it directly to your code base for now. You can get it here: http://svn.apache.org/viewcvs.cgi/struts/core/branches/STRUTS_1_2_BRAN

Re: DynaActionForm: ArrayIndexOutOfBoundsException

2005-04-21 Thread gdeschen
Oh man... I'm slightly confused this morning... perhaps an espresso is required ! I have been reading and searching based on the links below... however I am stuck. For the time being this is what I have done; upgraded to : - Struts 1.2.4 - BeanUtils 1.7 - Collections 3.1 - Digester 1.6 - Logging