Folks, I designed a component. In the component directory I also put my button images for the component.
I build using maven and it all gets packaged up in a war I copy my war to tomcat webapps dir But my app fails because somehoe the images for the tapestry component never made it. they dont exist inside my war file. kinda fooled since it all ran fine with jetty within eclipse development mode do I need to code this for my component images to get scooped up local to the component path ? or do I have to manually copy the images to an images dir to webapp dir ? Is there a canonical automatic way to efficiently handle component images without haveing to be hassled with configuring and copying ? I wish I could just run maven and everything be ok where it sits. Thanks for any tips kcola...@live.com