Hi!
I have a page with a form that contains some input elements like inputText etc. When I change the selection in a selectOneMenu, the page is submitted (immediate = true), and the valueChangeListener invoked, and then the render response phase is directly processed and the page redisplayed with all the content that I added in the input components previously. All is fine. But when I leave the page to get to a second page (to edit details) via a commandLink (immediate = true), and then cancel back to the first page (immediate = true), it seems that all input components of the first page are resetted to their original state, and the text I inputted is deleted. Can anybody explain, why JSF behaves like I described, and how I can prevent the input components from beeing resetted? Regards, Matthias

