> 
> I think I have a case where I want to make my action send a redirect, rather
> than just doing a setTemplate (because I want the url in the browser to
> reflect the page name without the action).
> 
> Is that what RunData.setRedirectURI is for?
> 
> How do you use it?
> 
>       -Nissim

Yes, that is what it was supposed to be for. I haven't tried to use that code
in about 2 years so I warn you that it might not work. :-) Essentially, check
out the very bottom of the Turbine.doGet() method, you should see the special
case for handling this condition, you might also have to set the response code
(ie: 302) as well.

-jon

-- 
Scarab -
      Java Servlet Based - Open Source 
         Bug/Issue Tracking System
        <http://scarab.tigris.org/>


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to