I'm using Wicket 1.2, and it appears that when a user's session times out,
my implementation of AbstractAutoCompleteTextRenderer stops working.  I
assume that when the session times out, the server returns errors and the
partial page update fails.

I would like to know if there is a good way to make this behavior stateless,
so that no session is required.  I would also like to know if this changes
in Wicket 1.3.  I know that StatelessForm is introduced.  Would adding this
renderer to a component which is a child of a StatelessForm cause the
renderer to also become stateless?

Thanks,
Nate

Reply via email to