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:
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
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
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
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
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
6 matches
Mail list logo