I'm trying to use the Image component to show an image on my Home page.
Here's what I think I have to do:
Home.html
<span jwcid="myImage"/>
Home.jwc
<component id="myImage" type="Image">
<binding name="image" property-path="homeImage"/>
< /component>
Home.java
public IAsset getHomeImage()
{
return getAsset( "home.gif" ) ;
}
Deployment 'classes' directory:
home.gif
This isn't working and I'm pretty sure it's because I don't have a good grip
on how to use assets. This is a private asset I'm trying to use. Any help
would be greatly appreciated. I'm really enjoying learning Tapestry, but I
want to go faster!
Thanks from a new Tapestry fan :),
Rowland
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer