Hi All,
The direct action URL in our application running in WebObjects 5.3.3
looks like this:
/app/WebObjects/PatientPortionPricer.woa/52301/wa/MPVAjaxAction/
MPVContractPicker?wosid=G5WUq9TjrYXMo5oHmNODnw
However, In the 5.4.3 version it looks like this:
http://web1-u/app/WebObjects/RKMPPP.woa/1/wa/MPVAjaxAction/
MPVContractPicker?wosid=FCbJGPBPtzlTPq3wCAXbmw
The code responsible for generating that URL is this:
public String directActionURL() {
return context().directActionURLForActionNamed("MPVAjaxAction/
MPVContractPicker", null);
}
Notice the http://web1-u prefix in the direct action URL generated by
the 5.4.3 version of our app. Any ideas why that is in there? It's
causing an Access to restricted URI denied (NS_ERROR_DOM_BAD_URI)
error in the browser.
:-S
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]