Hi Victor,

Victor França wrote:


So, how can i keep the state of statefull pages if an ActionLink is clicked?


When a stateful page is enabled (#setStateful(true)), Click will place the Page in the session and reuse that same page the following request. So the state of the Page should be preserved when you follow the ActionLink.

Without seeing your code my guess is that somewhere on the page the Select value is reset. Perhaps you manually set the Select value on the Page or use select#bindRequestValue?

If you can feel free to post an example.

kind regards

bob

Reply via email to