I guess redirectToInterceptPage() is not the right method than. E.g. SignIn2 example is an example use case for this method. redirectToInterceptPage() in the context of SignIn2 is used to return (forward) to the original page which the user tried to open, before Wicket detected that the user must login first and subsequently opened the login page.
Juergen On 11/17/05, Andrew Berman <[EMAIL PROTECTED]> wrote: > I currently have a confirmation panel which allows a user to click a link > and go to another page to edit their shipping address, but I want them to > return to the confirmation panel (part of a page) after they edit their > shipping address. So, I added a link to the panel with its onClick() method > saying: getPage().redirectToInterceptPage(new MyPage()) > > However, when I do this, I get an error that says: > wicket.WicketRuntimeException: Already redirecting to '/foo?path=13'. Cannot > redirect more than once > > What does that mean? I don't understand where I'm redirecting more than > once. Is there something I'm doing wrong or is this something that is not > possible? > > Thanks for any help, > > Andrew > ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_idv28&alloc_id845&op=click _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
