Re: How to repopulate main page after returning from lookup page

2004-07-14 Thread Wendy Smoak
From: "Rick Reumann" <[EMAIL PROTECTED]> > All these posts lately about people scared of the Session, I don't get > it:) (well I get some concern if you're storing huge lists for drop > downs etc). I think the Session is your friend in this case. LOL... to the consternation of certain network adm

Re: How to repopulate main page after returning from lookup page

2004-07-14 Thread Rick Reumann
(Sorry if this post comes through twice.. not sure why it never made it this morning when I thought I sent this out). Mazen, Tamer S wrote: My question is: when user clicks on the add button I want to submit main page's form so I can preserve all user's entered data so when he come back to the ma

RE: How to repopulate main page after returning from lookup page

2004-07-14 Thread Lykins Don H Contr AFSAC/ITS
ailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 12:09 PM To: Struts Users Mailing List Subject: Re: How to repopulate main page after returning from lookup page Hmm, I'm not sure why you want to avoid storing a key to the user's "shopping cart" data as a Session attribute.

Re: How to repopulate main page after returning from lookup page

2004-07-14 Thread Erik Weber
Hmm, I'm not sure why you want to avoid storing a key to the user's "shopping cart" data as a Session attribute. That is the only sensible way I can think of. I suppose you could craft some scheme using dynamically written hidden variables. Erik Mazen, Tamer S wrote: Hi All, I have question abo