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
rm > > Now based on the errors it seems that I am not referencing the correct > jar? > Something else? > > - Glenn > > Hubert Rabago <[EMAIL PROTECTED]> > 20/04/2005 02:49 PM > Please respond to "Struts Users Mailing List" > > To: Stru

Re: DynaActionForm: ArrayIndexOutOfBoundsException

2005-04-21 Thread gdeschen
9 PM Please respond to "Struts Users Mailing List" To: Struts Users Mailing List cc: (bcc: Glenn Deschenes/NAT/CMHC-SCHL/CA) Subject: Re: FW: DynaActionForm: ArrayIndexOutOfBoundsException Classification: Take a look at

Re: FW: DynaActionForm: ArrayIndexOutOfBoundsException

2005-04-20 Thread Hubert Rabago
Take a look at http://struts.apache.org/faqs/indexedprops.html http://www.developer.com/java/other/article.php/2233591 http://wiki.apache.org/struts/StrutsCatalogLazyList Also, search the archives (like http://marc.theaimsgroup.com/?l=struts-user ) for "lazylist" to get ideas on approaches to dea

FW: DynaActionForm: ArrayIndexOutOfBoundsException

2005-04-20 Thread gdeschen
I'm browsing thru the source code... any help would be extremely welcomed ! In addition this is the dump: [20/04/05 13:10:31:116 EDT] 67e967e9 WebGroup E SRVE0026E: [Servlet Error]-[BeanUtils.populate]: java.lang.ArrayIndexOutOfBoundsException at java.lang.Throwable.(Throwable.java

DynaActionForm: ArrayIndexOutOfBoundsException

2005-04-20 Thread gdeschen
Hello, I have a DynaActionForm such as: If I assign a size to the array such as: It works fine. My problem is two fold: 1. The HistoryVO[] can be of any size... therefore I cannot assgin a size to the 2. The user can add rows dynamically to DOM usi