Hello, 

I've two actions which share the same form in with session scope.
In the first action one boolean value of the form will be set to false,
but in the next action the form will be retireved an the value is still true.
There is the error?

I tried (int Action 1):

form.setValue(false);

and I also implemented the reset method

with reset(...)

{
  boolean value = false;
} 

both doesn't work so what is the common way to achieve this?
Or may this be correct and the error should be found somewhere else?

thanks
Julian

-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
      Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
    

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

Reply via email to