Hi all I'm new to Tapestry and I'm currently trying to do a border component (using, I have to admit, Ka Iok 'Kent' Tong's excellent book Enjoying Web Development with Tapestry).
In this border component, my friend, who's my informal customer as well, would like the items of the menu to be some "rollover" images. I have seen a rollover component in http://jakarta.apache.org/tapestry/tapestry/ComponentReference/Rollover.html but I've first tried to use the image component in my border component, unsuccessfully. As I've a kind of remembering of a discussion on the mailing list about "components in component", I wonder whether it's possible. Could you confirm me it is possible or not ? If possible, I would most appreciate an example (since there is none on the tapestry's website). Some side questions : 2 - why does this html work with IE, Opera but not Firefox : <html> <head><title>Home</title></head> <body background="http://jakarta.apache.org/tapestry/images/tapestry/ComponentReference/PoweredByTapestry.png" text="##FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF"> <table width="750" align="center"> </table> </body> </html> 3 - is there a way to let some "mock up" url for images done using the image component ? When using the line <img jwcid="@Image" image="asset:imageAsset" alt="View Tapestry Home"/> in the html file and then <asset name="imageAsset" path="/images/poweredby.png"/> in the page specification, it's not easy to send the page to someone to change it. Thanks in advance a lot for your answers. I hope my non mother tongue english isn't too bad, as well as my questions (which can be even more numerous) don't and won't bother you. Cheers ZedroS --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
