Hi,

I'm trying to use @Any component to emulate img tag (I need to
dynamicaly generate src attribute, so I don't use Image component with
assets). I viewed some examples and it looks ok I could write
something like:

<img jwcid="@Any" src="ognl:currentFileNode.icon" />

but tapestry makes this from it in the result html:

<img src="./images/icons/folder.gif"></img>

and it's not working in any browser... I need the img tag to be left
in short form <img src="..." />. How to force tapestry not to expand
my tag?

Anyone knows what am I doing wrong?

Thanks for any help,

Petr

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

Reply via email to