Re: [Wicket-user] a problem with continueToOriginalDestination

2006-04-10 Thread Johan Compagner
hmm this won't work yesBecause continueToOriginal just remebers the url and not the post data.Can you add a bug/rfe for this? Maybe we can fix this by remembering all input values.johan On 4/10/06, karthik Guru <[EMAIL PROTECTED]> wrote: Page1 has a Form that has a Button with setDefaultFormProcess

[Wicket-user] a problem with continueToOriginalDestination

2006-04-10 Thread karthik Guru
Page1 has a Form that has a Button with setDefaultFormProcessing(false) Button.onSubmit(new Page2() ) But since Page2 is marked secure and the user is not logged in, the auth strategy takes me to SignonPage. After i sign in , on SignOnPage.onSubmit( ) i do continueToOriginalDestination( ), But