Hi, 

Wicket will render its component based on page relative component path. For an 
example, a bookmarkable page is requested, then the 
BookmarkableListenerInterfaceRequestTarget.processEvent() is triggered to 
lookup the component. But some of the component are only exist when the user 
session is still available. Then I encounter some component cannot be found due 
to this condition. Therefore WicketRuntimeException will be thrown. How do I 
render the page as usual but display label to ask user to sign on for those 
components are required to sign on instead of exception is thrown.

Thanks


      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to