Re: Issues with Request scope

2007-07-08 Thread Dave Newton
--- pavan reddy <[EMAIL PROTECTED]> wrote: > I dont have a field for that variable in html form > infact that is bean for which i set form variable > values but the variable is declared in the > ActionForm. If you set a request-scoped bean value in an Action then that value will only live for the

Re: Issues with Request scope

2007-07-08 Thread pavan reddy
:29:13 AM Subject: Re: Issues with Request scope --- pavan reddy <[EMAIL PROTECTED]> wrote: > I have a situation where i set a form variable in > action execute method the scope of action is request > and when i try to submit my form i see the variable > to be null and it works

Re: Issues with Request scope

2007-07-08 Thread Dave Newton
--- pavan reddy <[EMAIL PROTECTED]> wrote: > I have a situation where i set a form variable in > action execute method the scope of action is request > and when i try to submit my form i see the variable > to be null and it works in session scope Do you have a field for that variable on the HTML f

Issues with Request scope

2007-07-08 Thread pavan reddy
I have a situation where i set a form variable in action execute method the scope of action is request and when i try to submit my form i see the variable to be null and it works in session scope >i understand that when first time request comes in the server sends in the >response and page ren