Welcome Guest Search | Active Topics | Sign In | Register

CallbackPanel URL Options
Jason S
Posted: Wednesday, March 12, 2008 5:52:55 PM
Rank: Member
Groups: Member

Joined: 5/30/2007
Posts: 23
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?

Think
eo_support
Posted: Wednesday, March 12, 2008 6:31:23 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,098
Hi Jason,

I do not believe you can use CallbackPanel in this scenario. The CallbackPanel does a postback when it executes an AJAX call. And it always goes with where the page is posted. Technically it's possible to have them separated, but that would over complicated the "normal scenarios", which is probably 99% of the case.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.