On Monday, August 26, 2002, at 01:56 pm, Howard M. Lewis Ship wrote:

In the context root directory.

Tapestry URLs are of the form:�� /context/servlet?....

Therefore, "fade.gif" is really "/context/fade.gif".

----- Original Message -----

I have an existing project which I'm currently converting to Tapestry with a stylesheet which contains the following line:

.fadecell { BACKGROUND: url(fade.gif) #0c6789 fixed left top }

Where can I put the fade.gif image so that it is found?


I tried this initially but Tapestry reported the following:

15:25:33,855 INFO [AbstractEngine] Begin service /gtj/fade.gif
15:25:33,871 DEBUG [ApplicationServlet] Using pooled engine net.sf.tapestry.engine.SimpleEngine@3f890a[GTJ] (from locale en_GB).
15:25:33,871 INFO [AbstractEngine] Begin service /gtj/asset
15:25:33,874 INFO [AbstractEngine] End service
15:25:33,875 DEBUG [ApplicationServlet] Returning net.sf.tapestry.engine.SimpleEngine@3f890a[GTJ] to pool.
15:25:33,906 INFO [AbstractEngine] Uncaught exception
net.sf.tapestry.ApplicationRuntimeException: Engine does not implement a service name fade.gif.
at net.sf.tapestry.engine.AbstractEngine.getService(AbstractEngine.java:490)
at net.sf.tapestry.engine.AbstractEngine.service(AbstractEngine.java:755)
at net.sf.tapestry.ApplicationServlet.doService(ApplicationServlet.java:198)
at net.sf.tapestry.ApplicationServlet.doGet(ApplicationServlet.java:163)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
...

Regards,

Simon

Reply via email to