Michael
At 11:53 AM 5/12/2004, Jeffrey Goodwin wrote:
Hi Michael,
I am also working on a similar application and would be interested in your application.
Thanks, Jeff
-----Original Message----- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 2:22 PM To: Struts Users Mailing List Cc: Struts Users Mailing List Subject: Re: reuse of request parameter in application flow
This whole area is fraught with opportunity, Samuel. People have been trying to find sensible ways of doing this. Have you thought of building a do/undo/redo application to handle these issues for your user/gui data? If that interests you, I have a simple, but effective rather generic command pattern do/undo/redo application for this sort of thing. Let me know if you want the application. It is small but pretty powerful.
Michael
At 10:37 AM 5/12/2004, Riyad Kalla wrote: >Samuel, >I've had this problem as well and what I ended up doing was to add 'hidden' >tags to the top of my html:form element that encapsulated the parameters that >I wanted to persist to the next page. Something like: > >... User Name: Join Date: ... I'm not aware of another way to do this >that is 'hidden' to the user while still keeping the vars in your request >scope, just because of the way HTTP works. Best, Riyad On Wednesday 12 May >2004 09:07 am, Samuel Rochas wrote: > Hello, > > I am using an Action >which puts some data in the request scope. That's > just fine to display >the data in the (exactly one) next jsp page (let's > call it >target.jsp). > > I am submiting a form in target.jsp which should do some >action an show > again the target.jsp page. > > How can I tell my page / >app to use the data of the prior request to > resend the page? Can I >resend the request info from the page to the server? > Or should I use a >session scope variable, or reexecute the prior action > instead? > > >Sincerly > Samuel > > --- andinasoft SA - Software y Consulting --- > >Mariano Aguilera 276 y Almagro - Quito, Ecuador > Tel. +593 2 290 55 18 >---- Cel. +593 9 946 4046 > --------- http://www.andinasoft.com >--------- > > > >--------------------------------------------------------------------- > 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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]