<html:form action="/whateverAction"> <html:hidden name="oldForm" property="oldFormProperty" /> <!-- This is for each property posted before --> <html:text property="newProperty" /> <!-- This is for each new property --> </html:form>
Ciao Antonio Michael Jouravlev wrote: >How do you refresh the page? > >On 4/28/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >>Yes, this solution is simple, but beware that it is dangerous, especially >>when a client opens different pages, within the same session: forms will >>interfere! >>What I usually do is to put the data collected in the previous step into >>hidden fields, so that they are re-posted in the next step. This way, >>different objects are created at each request, without interference. >>Ciao >>Antonio Petrelli >> >>Mike Elliott wrote: >> >>>On 4/27/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: >>> >>>> scope="request" <=========== should be scope="session" >>> >>> >>>Thanks! I knew it had to be something simple like that! And I've >>>wasted a day and a half finding it. > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]