how to access client id of the component rendered later than the current one

2015-05-18 Thread Ilya Obshadko
Is there any convenient way to do that? -- Ilya Obshadko

Re: assets:context location in war file

2015-05-18 Thread Thiago H de Paula Figueiredo
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

assets:context location in war file

2015-05-18 Thread Christine
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