Also a word of caution I presume all the objects you store in session are 
seriallizable. If they are not then your solution wont work if the application 
is deployed on cluster

Small piece of information can be transferred through hidden fields from form 
to form through struts actions
 Cheers 
-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED] 
Sent: 09 June 2006 12:33
To: Struts Users Mailing List
Subject: Re: best way to send parameters through more requests

Emilia Ipate wrote:
> Is there a solution besides using session, to send some request
> parameters from one request to another?
> I would like to implement something like a shopping cart (a
> functionality which needs about4-5 steps) and I do not want to store
> the objects in the session (it is alread too big)!
>  
> So, do you have any ideas?

Keep the shopping cart in the DB and load it on every page.

Personally I'd rather keep things like that in the session, though,
unless there's a requirement to keep the cart sticky.

Dave



---------------------------------------------------------------------
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