I have a page that uses a master page which holds the HTML form tag, within the content tag of the master page I have a CallbackPanel. My problem is that the form is posting to an external site, not back to the application. It looks like the CallbackPanel takes the URL of the form when creating it's client side callback javascript. Obviously, this causes a problem in this scenario, because I need the callback to callback to my server, but when the form is submitted to post to the external URL.
I have thought of a few different ways i could handle this, but how I would really like to handle it is to specify the URL that the CallbackPanel uses.
Is this possible?