RE: Repopulating data between forms.

2002-05-29 Thread Andrew van der Voort
y, 29 May 2002 4:34 a.m. >To: Struts Users Mailing List >Subject: Re: Repopulating data between forms. > > >It's a whole new request after the page renders since that >completes the >request/response cycle. But the part where an ActionForward sends you >back to the list p

Re: Repopulating data between forms.

2002-05-28 Thread Ted Husted
It's a whole new request after the page renders since that completes the request/response cycle. But the part where an ActionForward sends you back to the list page should be part of the same request/response. Unless redirect has been set to true, in which case a response is sent out to the browse

RE: Repopulating data between forms.

2002-05-27 Thread SATISH.T
: Struts-User-Help (E-mail) Subject: Repopulating data between forms. I have a list page, that can display different categories of staff. In the form that supports the page I have a Collection of staff types, and an attribute that holds the selected staff type. One of the actions that can be performed

Repopulating data between forms.

2002-05-27 Thread Andrew van der Voort
I have a list page, that can display different categories of staff. In the form that supports the page I have a Collection of staff types, and an attribute that holds the selected staff type. One of the actions that can be performed from this page is to edit one of the displayed staff. In the for