Bookmarkable URLs, DirectAction and getting rid of wosid??
Bookmarkable URLs, DirectAction and getting rid of wosid??
- Subject: Bookmarkable URLs, DirectAction and getting rid of wosid??
- From: Karthik N <email@hidden>
- Date: Sun, 22 Feb 2009 11:27:49 -0800
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
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden