If it is request scoped, and you need to keep it in the session longer than one request use t:saveState
On 8/24/06, Eurig Jones <[EMAIL PROTECTED]> wrote:
I have a simple request bean which handles user input. The form then goes to an action which saves, and set's the request bean property A. ...but when I try and access value A from the "success" page which the acion forwards to, it returns me a null yet I can access all other properties which the user has entered. Is this normal behavior? If so how can I access that property A from the success page? Regards, Eurig Jones

