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
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
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?