Hi - I'm calling doRedirect() from my screen class, and It's not working how I expected. I hope somebody can adjust my expectations.
I expected doRedirect( data, templateName ) to load and run the screen class that it would run if you called the template with /app/servlet/app/template/something.vm I see a doRedirect( data, screenName, templateName ) - How can I look up the screenName to use based on the templateName, using the same logic that Turbine normally does? Or, do you recommend a data.setRedirectURI() instead? Or something else? Thanks! -best-darr- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
