Hi Bob,

thanks for your unbelievable quick reply!

Yes, I was using stateful controls, and to make it short, they just work fine, it was my fault.

I had an "onSearch" action (and method) where I retrieved search results from db and put them into the session. Then I made a redirect to the same page, and in the onRender method, I took the search results out of the session to display it.

With @Bindable, the session state of the checkbox apparantly was overwritten by the request value which was empty after the redirect. Now without redirect Iread the search results in the onSearch method, and everything's working like expected.

Thanks and best regards

Axel

Reply via email to