Immediate and input-fields that do NOT retain values
Hi everybody
I have read quite a few places that people have trouble clearing input - fields, when pressing a cancel button. I have the opposite problem.
I would like to keep data in input fields that have not been validated.
I have a page with some input fields and a commandLink to (temporarily) go to another jsp page (all with a portlet). I have set immediate="true" on the commandLink as I do not want the form submitted. But when I return to the page all data entered in the input fields are gone.
I switch between the pages using navigation in faces-config.
Is there a way to make data appear on the page although it has not been validated?
/Chr

