Testing DirectAction on localhost
Testing DirectAction on localhost
- Subject: Testing DirectAction on localhost
- From: Erwin <email@hidden>
- Date: Mon, 18 Oct 2004 11:09:20 +0200
I try to test a DirectAction locally.. during development phase
I build and run the target WOApp,
[2004-10-18 10:52:14 CEST] <main> Opening application's URL in browser:
http://localhost:61920/cgi-bin/WebObjects/OnVisit.woa
[2004-10-18 10:52:15 CEST] <main> Waiting for requests...
then I build and run the 'requesting' WOApp :
[2004-10-18 10:52:43 CEST] <main> Opening application's URL in browser:
http://localhost:61981/cgi-bin/WebObjects/DirectActions.woa
[2004-10-18 10:52:43 CEST] <main> Waiting for requests...
where I have a link to the target in my href binding
Hyperlink1: WOHyperlink {
href = "localhost:61920/cgi-bin/WebObjects/OnVisit.woa/wa//visitAction/";
}
when I hit the hyperlink the URL becomes :
http://localhost:62218/cgi-bin/WebObjects/localhost:61920/cgi-bin/WebObjects/OnVisit.woa/wa//visitAction/
what should I modify to get the expected URL..... and redirect the directaction...
thanks
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden