That likely still works in t2.2.  It does not work in the default
pipeline of t3 however.  It works in t2.x because the screen template is
rendered completely and stored for later placement into the layout.  Not
optimal, especially for large pages.  But it does allow the screen
template to include data into the layout, similar to when using ecs.

john mcnally

David Vandegrift wrote:
> 
> Yes.
> I am using VelocityOnlyLayout and am setting the title within each template
> screen file.
> I just put the following at the top of my /screen/*.vm file:
>     $data.setTitle("SiServer Manager")
> 
> My /navigations/DefaultTop.vm contains the following:
> <html>
> <head>
> <title>$data.title</title>
> ....
> 
> BTW, I'm using TDK 2.1.
> I believe that $data basically corresponds to DefaultTurbineRunData.java.
> 
> -David
>

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

Reply via email to