Hi Geoff Thanks a lot for your input, it's perfect.
A side question however : how can I deal with the background image to have the same behaviour ? More explicitly, I would like something which renders in html like : <body background="falseURL" > but where I can use an asset when my application is launched... To have a clue ? I tried various things but unsuccessfully. Thanks in advance ZedroS On 3/9/06, Geoff Longman <[EMAIL PROTECTED]> wrote: > > > - is there a possibility to put a "false" URL in the image component in > > order to have it render itself even in HTML only preview mode > > Sure you can (example ripped from the Component Reference and modified) > > <img jwcid="@Image" src="falseURLhere" image="asset:imageAsset" > alt="View Tapestry Home"/> > > The 'src' attribute will be replaced by Image. > > Geoff > > -- > 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] > >