Hmm so you want a form with validation(wicket serverside validation), but it should action against an external site? I dont think thats the way to go.

Please explain what you are trying todo?


If you are just addend the md5 in a hidden attrib that should be trivial, just use a webmarkup container and a attribute modifier. Validation should be up to the external site, otherwise you need to action against wicket and then if the form is valid then forward the request to the other site.. But that seems a bit flaky and very unsecure anyway.

Mathias P.W Nilsson wrote:
I have googled around for an external form in wicket but havn't found
anything. I've seen some code on using WebMarkupContainer but I can't get
validation to work with that.

--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to