Hello,

I am creating a page (say Page A) that contains a stateless form. The stateless form's action leads to page B.

I observe that in Wicket, the form action is created so that the request is sent back to Page A (An instance of Page A is created when the form is submitted) and then it redirects to Page B. Is that correct ?

If so, what is the reason for that?

How do I get Wicket to create the form so that the action goes directly to Page B. i.e. Page A is NOT instantiated on the submission of the form.

Thanks,
Vinayak

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

Reply via email to