Re: URL Parsing
Re: URL Parsing
- Subject: Re: URL Parsing
- From: email@hidden
- Date: Fri, 13 Jun 2003 11:07:54 +0100
Hi Sonali
On Friday, June 13, 2003, at 01:08 am, Sonali Batish wrote:
I'm trying to build a WO app that will put together a bunch of HTML
pages on the fly, depending upon the incoming user request via a URL.
For e.g., for a request with URL like
'http://www.sonali.com/AppName/J&J', I'd like the WO app to parse the
url to get 'J&J' and use it for further processing.
Use WOApplication.setDefaultRequestHandler to install your own request
handler.
Cheers,
-- Denis.
I'm a newbie so my apolgies if I'm missing something obvious here. I
didn't see any APIs with appropriate methods (WORequest, WOMessage,
WOContext etc) that I could use.
Any help will be appreciated!
Thanks,
Sonali.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.