Well my final goal is to put <i18n:text> tags inside the jx:set variable so
I won't be able to use the value attribute.. :(
> I'm no jx expert, but wouldn't the following also work :
>
> <jx:set var="keyword" value="akljfasdlkjf"/> ?
>
>
> Regards
> Jorg
>
> oceatoon wrote:
>> Hi everyone
>> I have an odd behavior or I just can't see what I'm doing wrong, maybe
>> someone will have an inlightened eye tot is:
>>
>> *******************************
>> if I do this in my html.jx file:
>> <jx:set var="keywords"><meta name="keywords"
>> content="klgjgjkh"/></jx:set> ${keywords}
>>
>> This works fine. the result is correctly :
>> <meta name="keywords" content="klgjgjkh"/>
>> ********************************
>>
>> but now I need to do this:
>> <jx:set var="keywords">fssgffdgfdg sdfqfqs qfsdqq</jx:set>
>> <meta name="keywords" content="${keywords}"/>
>>
>>
>> and I get :
>> <meta content="[Lorg.w3c.dom.Node;@d4c191" name="keywords" />
>>
>> [Lorg.w3c.dom.Node;@d4c191 seems to be my object, so I tried to
>> getValueNode() on this but it gets worse
>> i get:
>> <meta content="" name="keywords" />
>>
>> the same happens with XPath calls
>> I don't really understand
>>
>> all thoughts are greatly appreciated
>> Thanks
>> Tibor
>>
>>