Re: Classless template component

2007-06-05 Thread Howard Lewis Ship
Not at this time. I truly believe even the most trivial component will eventually have some internal state, methods, or other resources that require a class. Tapestry 5 is much less ambiguous than Tapestry 4; it locates all component classes at application startup (*). Only the presence of a .c

Classless template component

2007-06-05 Thread Ben Tomasini
In Tap5, do template components require a Java class? I am working on a Layout.html component whose Layout.java is empty. Is there a way to omit the Layout.java class and have tapestry pickup the component? Ben