• 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
Re: general use along with logon admin to content
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: general use along with logon admin to content


  • Subject: Re: general use along with logon admin to content
  • From: Dirk Bajohr <email@hidden>
  • Date: Thu, 14 Oct 2004 01:26:54 +0200


 to get me part of the info, but is there a way to get the var/value
pairs with some other wo method?

To get the request parameters you can use the methods: stringFormValueForKey("key") and numericFormValueForKey("key") You find both methods in WORequest.

Change the URL from:
"http://host/cgi-bin/app.woa?user=admin";?
to
"http://host/cgi-bin/WebObjects/app.woa/wa/DirectActionClass/ directActionName?user=admin"
and get the parameter:
String username = request.stringFormValueForKey("user");


HTH,
Dirk

--
Dirk Bajohr
iSOLUTION - Individuelle Software fuer moderne Kommunikation

Hauptstr. 50
53757 Sankt Augustin

T +49 2241 921567-0
F +49 2241 921567-89
http://www.isolution.de

_______________________________________________
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


References: 
 >general use along with logon admin to content (From: Wes James <email@hidden>)
 >Re: general use along with logon admin to content (From: Wes James <email@hidden>)

  • Prev by Date: Re: general use along with logon admin to content
  • Next by Date: Fetch next DB Record w/o using Display Groups
  • Previous by thread: Re: general use along with logon admin to content
  • Next by thread: finding jpef dimensions
  • Index(es):
    • Date
    • Thread