• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Bookmarkable URLs, DirectAction and getting rid of wosid??
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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 

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@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Bookmarkable URLs, DirectAction and getting rid of wosid??
      • From: Miguel Arroz <email@hidden>
    • Re: Bookmarkable URLs, DirectAction and getting rid of wosid??
      • From: Lachlan Deck <email@hidden>
  • Prev by Date: Re: opposite method to objectMatchingKeyAndValue
  • Next by Date: Re: Bookmarkable URLs, DirectAction and getting rid of wosid??
  • Previous by thread: Re: Wonder Templates simple question?
  • Next by thread: Re: Bookmarkable URLs, DirectAction and getting rid of wosid??
  • Index(es):
    • Date
    • Thread