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
I had the same behaviour once. I do not think that is a bug - rather a design choice.

--
Leszek Gawron                                      [EMAIL PROTECTED]
Project Manager                                    MobileBox sp. z o.o.
+48 (61) 855 06 67                              http://www.mobilebox.pl
mobile: +48 (501) 720 812                       fax: +48 (61) 853 29 65

Reply via email to