Hi again, My WebApplication implements IUnauthorizedComponentInstantiationListener. (wicket 1.3) My problem is I can't access the page parameters in the onUnauthorizedInstantiation(final Component component) method, ((Page)component).getPageParameters() returns null.
Is there a pattern for saving which page the user attempted to access with what parameters, and delivering it after a successful login? Thanks: Gabor Szokoli --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
