Re: Argument in WO
Kieran Kelleher <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Message-ID | <[email protected]> |
If you have an application that YOU named "GuestBookTry.woa" deployed on a standard configuration WebObjects application server that is also the Apache web server, then the URL would be: http://serverurl/cgi-bin/WebObjects/GuestBookTry.woa To add arguments to your URL, I think you need to use a Direct Action url with a Direct Action method in the Direct Action class that will get triggered by the URL and with argument signature corresponding to the arguments in the URL. ____________________________________ OS X 10.3.2 / WO 5.2.2 / MySQL 4.0.16 "A cron task a day keeps your PowerBook okay." On Dec 22, 2003, at 5:36 AM, A.Sarkis wrote: > hello, > > when i start a wo application i just need to type > http://devstation20:1483 for ex > or > http://devstation10:1483/cgi-bin/WebObjects.exe/GuestBookTry.woa > > i want to ask if i can add to the url an argument? > and of couarse i want to read this argument later. > > regards. > Sako