I'm writing an xdoclet2 plugin to avoid writing .page and .jwc files. Don't know if that can help... you write xdoclet tags instead of jdk5 annotations. go to http://xdoclet.codehaus.org/Tapestry+plugin if interested.
Paolo However, this is a repetitive piece of code that I want to avoid. [cut] > However, I can not use JDK 1.5 yet and the only way to do this, as I > understand, is to inject Page Class properties in the page > specification. > > Since I am lazy ;-) and want to avoid this repetitive pieces of XML, [cut]
