hi all, I have read about the web flow documentation
but i am not quite sure about the conversation scope...
I would like to know when exactly is a bean in conversation scope goes out of scope...
after a bindAndValidate() of the assocaited formAction?
after a form submission with that bean,
i found that subsequent form with the same formAction is populated with the previously entered value...
is it the form still associated with the same bean?
or is it required that i call resetForm() manually after every form submission?
thanks.


Reply With Quote