Hi, Any comments and feedback on it? Thanks
Best Regards, yong --- On Mon, 9/28/09, yong mook kim <[email protected]> wrote: > From: yong mook kim <[email protected]> > Subject: Wicket component cannot be found from page relative component path. > To: [email protected] > Date: Monday, September 28, 2009, 9:40 PM > 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: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
