> Hi @all, > > I'm just reading the book "Tapestry in Action". > I really like the concepts of Tapestry and I like to think to get rid of the JSPs ;-) > > And I like the idea to configure my pages and components in order to reduce the amount of code. > > But I'm missing something: Can I also precompile the Tapestry files (Templates, Pages, ...) like JSP files ? > I mean you can put a lot of OGNL-code or refer to JAVA-methods in the templates, so there should be way to check for errors before > deploying an application and testing at runtime. > > Thanks & Regards > Martin
If I understand correctly, you're asking for compile-time error reporting. The Spindle plug-in for Eclipse does some of this, but it doesn't seem to issue errors (or even warnings) for ognl expressions. There are some good reasons for this, since Tapestry uses runtime bytecode modification to dynamically sublcass/alter your classes. Still, it would certainly be nice if we could check our ognl expressions at compile time. -Nathan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
