Stateless form action in Wicket

2008-12-12 Thread Vinayak Borkar
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 redi

Re: Stateless form action in Wicket

2008-12-13 Thread John Krasnay
See http://en.wikipedia.org/wiki/Post/Redirect/Get jk On Fri, Dec 12, 2008 at 07:25:19PM -0800, Vinayak Borkar wrote: > 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 c