T5 and Eclipse 3.3.2 and Tomcat 5.5

2008-03-25 Thread Bruce Petro
Does anyone have suggestions for running/debugging Tapestry using Tomcat 5.5 and working in Eclipse? IE: a) Should you create the eclipse project as a dynamic web project or just a java project or some sort of J2EE project? b) Does a maven-built project map over to the type of pro

T5 Asset locations/overall design

2007-07-01 Thread Bruce Petro
I've been able to get assets loading if I place them with the pages (read: java page files) and load them via Java syntax. I understand in some cases there can be java page files without templates so that behavior is correct as far as it goes. However for any page with significant GUI building it's

T5 - syntax for css background images?

2007-06-20 Thread Bruce Petro
Question: I've learned so far, to display an image ... you do something like this: SomePage.java @Inject @Path("./art_logo.png") private Asset _someIcon; and then SomePage.html you do BUT --- what's the syntax to use these in css EG: background images?