Re: Submitlink + PageParameters

2015-04-22 Thread Chris
Hi, thanks a lot, I will try it out.

br, Chris



> Am 22.04.2015 um 10:58 schrieb lucast :
> 
> Hi Chris,
> Have you tried the following?:
> 
> 
> 
> In my case, the above solution was not properly redirecting to external url
> in production mode, so I resorted to using RedirectToUrlException:
> 
> 
> 
> On the onSubmit(), I then called  setResponsePage(new RedirectPage(
> "external url" ) );
> 
> I hope this helps.
> Regards,
> Lucas
> 
> 
> 
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Submitlink-PageParameters-tp4670454p4670464.html
> Sent from the Users forum mailing list archive at Nabble.com.
> 
> -
> 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



Re: Submitlink + PageParameters

2015-04-22 Thread lucast
Hi Chris,
Have you tried the following?:



In my case, the above solution was not properly redirecting to external url
in production mode, so I resorted to using RedirectToUrlException:



On the onSubmit(), I then calledsetResponsePage(new RedirectPage(
"external url" ) );

I hope this helps.
Regards,
Lucas



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Submitlink-PageParameters-tp4670454p4670464.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Submitlink + PageParameters

2015-04-21 Thread Chris
Hi all,

would it be possible when having a submit link and a form+post, to nevertheless 
transfer the page parameters in the url? Something like 
action=„…?parameter=value"

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