In a Velocity Action, what's the difference of doing :
 
         data.setScreenTemplate("/NewTemplate.vm");
 or this :
 
         setTemplate(data,"/NewTemplate.vm");


And something  like this :

        data.getTemplateInfo().setScreenTemplate("/Index2.vm");
        data.setScreenTemplate("/Index2.vm");
        
aren't they do the same???         
 




------------------------------------------------------------
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