To List,Is there a way to set the uri for the request object?
Basically what I want to do is:
1. create request object 2. set its uri 3. inject request object into controller 4. dispatch it 5. examine it in a plugin's predispatchI'm doing this with an eye to automating calls to a series of controller actions.
thanks pat
