Have you tried changing the name of either the meta tag or the var name to
something else?

> but now I need to do this:
> <jx:set var="keywords">fssgffdgfdg sdfqfqs qfsdqq</jx:set>
> <meta name="keywords" content="${keywords}"/>

<jx:set var="keyws">fssgffdgfdg sdfqfqs qfsdqq</jx:set>
<meta name="keywords" content="${keyws}"/>

I'm not too familiar with JXTemplate but it could be a conflict of names.

HTH.

Bye, Helma

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

Reply via email to