Hi all,

For the life of me I can't get JSF to stinkn forget values that were
entered on a form.
The view controller is "request" scope.

If I start to enter data in a form and then click the "Cancel" button,
which has immediate="true",  the values entered by the user reappear
in the form when I return to the page.  The action of the Cancel
button returns "home" which maps to a navigational rule to the home
page that is a "redirect".

I've tried these two things which haven't worked:

1) traverse the ViewRoot looking for UIInputs and setting the
submitted value to null.
2) set the value binding to the VC managed bean to null.  I had read
that JSF will reuse evaluated expressions if they aren't null.


Any help is greatly appreciated.
Jason

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

Reply via email to