Hi,

I use a AjaxEditableLabel with a PropertyModel which points to an object
of the Page.
But after the session expires, clicking on the label to edit it causes
exception because the object of the page is empty (in my case, it
results into HBN's NoResultException).

What's the way to handle this?

The page is mounted as /product/${name}/${version}, so the URL contains
the information necessary to reload the entire page. So perhaps I could
use some LoadableDetachableModel somehow?
I've read about making the page stateless. Would that help?

Thanks,
Ondra

Reply via email to