[solved]RE: Nested error

2005-09-12 Thread Wiebe de Jong
riday, September 09, 2005 10:22 AM To: Struts Users Mailing List Subject: Re: Nested error On 9/9/05, Wiebe de Jong <[EMAIL PROTECTED]> wrote: > I just started using nested tags on a page, and when I submit it, Struts > causes the following error: > > HTTP ERROR:

RE: Nested error

2005-09-09 Thread Wiebe de Jong
hallow or deep copy? Also, it is copying from an ArrayList to a Collection. Wiebe -Original Message- From: Michael Jouravlev [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 11:18 AM To: Struts Users Mailing List Subject: Re: Nested error It was initialized when JSP was pre

Re: Nested error

2005-09-09 Thread Michael Jouravlev
It was initialized when JSP was prepared, then response was returned to the browser. If you use formbean with request scope, it is gone. When you hit the submit button, you initiate new request, it which the form is recreated, and this field may not be initialized. So, the fact that you were able

Re: Nested error

2005-09-09 Thread Rick Reumann
Wiebe de Jong wrote the following on 9/9/2005 1:58 PM: Michael, The collection was initialized. In fact, it had several items in it and the form had successfully displayed, as I mentioned. The error occurs when I hit the submit button, whether I changed any values or not. But are you re-intia

RE: Nested error

2005-09-09 Thread Wiebe de Jong
PROTECTED] Sent: Friday, September 09, 2005 10:22 AM To: Struts Users Mailing List Subject: Re: Nested error On 9/9/05, Wiebe de Jong <[EMAIL PROTECTED]> wrote: > I just started using nested tags on a page, and when I submit it, Struts > causes the following error: > > HTTP

Re: Nested error

2005-09-09 Thread Michael Jouravlev
On 9/9/05, Wiebe de Jong <[EMAIL PROTECTED]> wrote: > I just started using nested tags on a page, and when I submit it, Struts > causes the following error: > > HTTP ERROR: 503 Service Unavailable > java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 > RequestURI=/ecom/productSetUpdateSubmit.do