Re: Submiting a form to external page with SubmitLink

2009-07-10 Thread shumbola
nds, 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 > > > -- View

Re: Submiting a form to external page with SubmitLink

2009-07-10 Thread Anton Veretennikov
Honestly, I tried it :) but it didn't work Thank you. On Fri, Jul 10, 2009 at 10:50 PM, Igor Vaynberg wrote: > you can subclass form, override oncomponenttag and change the value of > the action attribute to point to the external page. > > -igor > > On Fri, Jul 10, 2009 at 3:17 AM, Anton > Ve

Re: Submiting a form to external page with SubmitLink

2009-07-10 Thread Igor Vaynberg
you can subclass form, override oncomponenttag and change the value of the action attribute to point to the external page. -igor On Fri, Jul 10, 2009 at 3:17 AM, Anton Veretennikov wrote: > Hello, wicket users and developers, > > I need to post a form to external page and open it in a new window.

Submiting a form to external page with SubmitLink

2009-07-10 Thread Anton Veretennikov
Hello, wicket users and developers, I need to post a form to external page and open it in a new window. I found an advice to use a simple WebMarkupContainer instead of a form here: http://markmail.org/message/hpim6m4fyb56kzi5#query:Wicket%20how%20to%20redirect%20with%20POST+page:1+mid:ghuhk35lqos