You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Zamek <za...@vili.pmmf.hu> on 2003/01/26 21:17:02 UTC

head attributes in velocity

Hello All,

I need to set head attributes in turbine 2.2 (for example: 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">)

How and  which .vm can I set it? I currently working a tdk 2.2 project. 
-- 
thanks,
----------------------------------------------------
Zoltan Zidarics programmer
PTE University Pecs, Hungary
icq: 43288694

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: head attributes in velocity

Posted by Zidarics Zoltan <za...@vili.pmmf.hu>.
Hello All,

Thanks to response, I investigated it:

$page.setHttpEquiv("Content-Type","text/html; charset=iso-8859-2")

is the solving.

Quinton McCombs at 2003. január 26. 21:46 wrote: 
> On 2.2, make sure that you are using VelocityECSLayout.  You can then
> use the $page tool for that pupose.
>
> > -----Original Message-----
> > Hello All,
> >
> > I need to set head attributes in turbine 2.2 (for example:
> > <meta http-equiv="Content-Type" content="text/html;
> > charset=iso-8859-2">)
> >
> > How and  which .vm can I set it? I currently working a tdk
> > 2.2 project.
> > --
-- 
thanks,
----------------------------------------------------
Zoltan Zidarics programmer
PTE University Pecs, Hungary
icq: 43288694

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: head attributes in velocity

Posted by Quinton McCombs <qm...@nequalsone.com>.
On 2.2, make sure that you are using VelocityECSLayout.  You can then
use the $page tool for that pupose.  



> -----Original Message-----
> From: Zamek [mailto:zamek@vili.pmmf.hu] 
> Sent: Sunday, January 26, 2003 2:17 PM
> To: Turbine Users List
> Subject: head attributes in velocity 
> 
> 
> Hello All,
> 
> I need to set head attributes in turbine 2.2 (for example: 
> <meta http-equiv="Content-Type" content="text/html; 
> charset=iso-8859-2">)
> 
> How and  which .vm can I set it? I currently working a tdk 
> 2.2 project. 
> -- 
> thanks,
> ----------------------------------------------------
> Zoltan Zidarics programmer
> PTE University Pecs, Hungary
> icq: 43288694
> 
> --
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For 
> additional commands, e-mail: 
> <ma...@jakarta.apache.org>
> 
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>