Basically, my form will post to an action url pointing to BIRT viewer, a web appplication of BIRT. If I use httpcommons, how will I get the web content in to the same window from where I'm posting the form. Please let me know. Thanks for the response.
Alex Rass wrote: > > You could write something on the server end (or your wicket app) that > would > do it for you. > Just use apache http commons or write your own post code. Easy stuff (open > socket, couple commands, dump input, close socket). > > It can even get back to the user with error codes from the other server > etc > if you wanna be spiffy. > > > -----Original Message----- > From: Balaji C [mailto:[email protected]] > Sent: Friday, November 20, 2009 12:15 PM > To: [email protected] > Subject: Posting A Form To NonWicket > > 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] > > > -- View this message in context: http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26457990.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
