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 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
> 

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

Reply via email to