Hi All,

    Is there any way to modify the default screen/template that handles
a request, based in the parameters of the URL. By example I have the
URL: http://localhost/turbine/servlet/template/admin%2CCourseManager.vm
that will be handled by a screen called CourseManager.java and a
template CourseManager.vm. I want to be able to override those
screen/template pair and use a different screen and template.

    I have been trying to do this with the functions:

            data.getTemplateInfo().setScreenTemplate("AuthorIndex.vm");
            data.setScreen("AuthorIndex");

    But so far I have only be able to modify the template but not the
screen.

Thanks in advance.

andres

--
=============================================
Andres G. Portillo D.
Software Engineer
Veratech  (www.veratech.com.mx)
=============================================



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to