Is there any convenient way to do that?
--
Ilya Obshadko
On Mon, 18 May 2015 08:47:17 -0300, Christine wrote:
Hi,
Hi!
I get Exceptions on
href="${asset:context:/favicon.ico}">
in a tml file:
and on
@Import(stylesheet = "context:layout/layout.css")
in Layout.java:
Caused by: java.lang.RuntimeException: Unable to locate asset
'context
Hi,
I run a Tapestry 5.4-beta-26 app in Eclipse with RunJettyRun, which
works fine. Now I want to create a war file, I use wtp, it works to a
certain point, but it seems Tapestry can't find the context folder.
Where do I put the stuff that's in "webapp" in Eclipse?
I get Exceptions on