> > <jx:macro name="metak">
> > <jx:parameter name="keys"/>
> > <meta keys="${keys}">
> > <jx:evalBody/>
> > </meta>
> > </jx:macro>
> >
> >
> >> <metak name="keys">
Watch the syntax: the name of the parameter is "keys", not "name"!
> >> <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"/>
Ah, miscommunication. I never understood that this was the intended use.
> 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?
I don't think that, without parsing the body, you can add something to the
attribute. But if you fill the body, you can create a string of all keys
processed and pass it onto "keys".
> by the way isn't it supposed to <metak keys="something">...
That's what I wrote anyway. See above.
Bye, Helma
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]