Look at the source code for Any. It will always do this. You need a version of Any which will not. The source for Any is so simple you could whip it up in a few minutes flat.
Geoff On 3/4/06, Petr <[EMAIL PROTECTED]> wrote: > 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] > > -- The Spindle guy. http://spindle.sf.net Get help with Spindle: http://lists.sourceforge.net/mailman/listinfo/spindle-user Blog: http://jroller.com/page/glongman Feature Updates: http://spindle.sf.net/updates --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
