[T4] Listeners called twice

2007-11-11 Thread Kevin Menard
Hi all, I've just run into a problem with one of our apps that has likely been there for some time. It seems all of our form listeners are called twice. I've confirmed this behaviour with 4.1.2, 4.1.3, and 4.1.4-SNAPSHOT. Does anyone have any idea what may be causing this and, more importantly,

T4 Nightly Build

2007-11-11 Thread Joshua Jackson
Dear all, Is there any maven repo for T4 snapshot/nightly build? Since I always need the latest build for T4. Thanks in advance. -- What you want today, may not exist tommorrow Blog: http://joshuajava.wordpress.com/ - To unsu

Re: [t5] Firing a page activate event with a different event name?

2007-11-11 Thread Massimo Lusetti
On Nov 9, 2007 2:02 AM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > However, and perhaps this is your point, we could extend the concept > of marker annotations to pages and have a mechanism to inject based on > the intersection of type (the interface) and marker. But again, it Precisely > d

ApplicationState and subclasses (T5) ?

2007-11-11 Thread Alexander Lamb
Hello list, We are making use of @ApplicationState to inject a session object in our various components. As I understand it, the first time Tapestry finds @ApplicationState it creates an instance of the class we intend to use as a session. My problem is therefore the following: In order