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]

Reply via email to