Durability of a ActionForm

2002-11-21 Thread Míguel Ángel Mulero Martínez
Hi all, My question is how can I make for extend the durability of a request scope ActionForm. For example, in my Action I can do somethig like: request.setAttribute(form, form); In this way, the ActionForm that I retrieved from the JSP and arrived to the Action, will arrive to the next JSP.

RE: Durability of a ActionForm

2002-11-21 Thread Andrew Hill
19:37 To: Lista Struts Subject: Durability of a ActionForm Hi all, My question is how can I make for extend the durability of a request scope ActionForm. For example, in my Action I can do somethig like: request.setAttribute(form, form); In this way, the ActionForm that I retrieved from

RE: Durability of a ActionForm

2002-11-21 Thread Míguel Ángel Mulero Martínez
I'm with you, I think that I will put it in the session finally. Thanks! Miguel -Mensaje original- De: Andrew Hill [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 22 de noviembre de 2002 7:09 Para: Struts Users Mailing List Asunto: RE: Durability of a ActionForm You cant. Once