Man I'm sorry to persist but
> <jx:macro name="metak">
> <jx:parameter name="keys"/>
> <meta keys="${keys}">
> <jx:evalBody/>
> </meta>
> </jx:macro>
>
>
>> <metak name="keys">
>> <i18n:text key="coco">coco</i18n:text>
>> <i18n:text key="kiki">kiki</i18n:text>
>> </metak>
>
my finale meta tag should be
<meta keys="coco kiki"/>
and with the above code, I get this :
<meta keys=""/>coco kiki
close but not quite???
Do you know How I can put the body into the keys attribute?
by the way isn't it supposed to <metak keys="something">...
Cheers
and thanks for the help
TIbor
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]