Is there a requirement to process the data in any way before submitting to the remote application? Why wouldn't you just use an HTML form with the appropriate action pointing to the remote host? Wicket may not need to know about this form.
Ed. On Fri, Nov 20, 2009 at 12:14 PM, Balaji C <[email protected]> wrote: > I've a wicket form with input elements. I would like to post this form to a > non-wicket url. Is it possible to post this form from submit event of wicket > button? I google and couldn't find any clear solution. Any help is > appreciated. If any other alternative, please let me know. Thanks. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
