Hi,
I have the simplest "WOHelloWorld" app where I am not able to get rid of the
wosid from the DirectAction URL.

Here's what I have

1. Main.html has

<webobject name = "SomeDirectAction"></webobject>

2. Main.wod has

SomeDirectAction : WOHyperlink {

string = "Click Me";

directActionName = "Main";

}

3. I have implemented this on DirectAction.java

public WOActionResults performActionNamed ( String name ) {

return pageWithName( name );

}

When I run the app however I see the URL as

http://10.0.0.5:58547/cgi-bin/WebObjects/WOHelloWorld.woa/wa/Main?wosid=quUlB5EFNq6Xe4vR56fVy0

How do I get rid of  wosid=quUlB5EFNq6Xe4vR56fVy0  ?

Thanks, Karthik
 _______________________________________________
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]

Reply via email to