Re: WOBiking
Re: WOBiking
- Subject: Re: WOBiking
- From: Mike Schrag <email@hidden>
- Date: Wed, 8 Oct 2008 07:51:16 -0400
Assuming I have a url like: /cgi-bin/WebObjects/MyApp.woa/
instanceNumber/wa/action?p2=param2&p1=param1&p3=param3&wosid=sessionID
It depends on the exact ordering of how you put the parameters onto
your URL. The default pattern stuff will not support this, but a
completely custom impl of _rewriteURL probably can (assuming you have
set the query params early enough instead of manually attaching them
after generating the base url). Using ERXMutableURL will probably
make this much easier to implement that custom method, also.
Obviously, your apache rewrite rule will get equivalently more
complex, too. So Wonder doesn't do much in this case except give you
the hooks to get in at the right time.
ms
_______________________________________________
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