Benedict, Paul C wrote the following on 1/25/2005 10:38 AM:

When your user edits your page and validation fails, will your request-scope
title still be available? Obviously, not. How do you generally handle the
case when you require some request-scope variables to stick around -- save
them in the form as hidden inputs?

arrghh. Darn good point. I knew there was a reason why I used the Session for this in an app I coded a long time ago:) It's only one String label that will keep getting over-ridden so it's not going to break the bank as far as memory is considered. For those purists that say don't you use the Session to store this label - have fun with your hidden inputs:)


--
Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to