The html-page is generated by VelocityECSLayout as set in
TurbineResource.properties
You can set it to VelocityOnlyLayout and add <html><head>... to your layout
page
or you can use $page.set... to set the attributes of the header which is a
reference to an request tool of class TemplatePageAttributes as you can see
in 
the properties file.

As I recently heard, ECSLayout will become deprecated in the future !? 

Uwe

-----Urspr�ngliche Nachricht-----
Von: Patrice Le Cozler [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 23. April 2002 14:29
An: Turbine Users List
Betreff: who is generating the <head> tag ?


Hi,

newbie question :

I need to use a style sheet for my app so I must write something like :

<HEAD>
<TITLE> prettyTitle</TITLE>
<LINK REL=STYLESHEET HREF="mystyles.css" TYPE="text/css">
</HEAD>

but the templates/app/layouts/Default.vm template only defines the
<body> part of the page.
How can I add/modify things before the <body> tag ?

thanks

Patrice


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

Reply via email to