branaway / Japid

A Java-based statically-typed fast template engine that can be used in any Java code. It has special adapter for use with the Play! Framework.
113 stars 18 forks source link

Subclassed template does not run super class's ActionRunners when it has no ActionRunners of its own #8

Closed kylefurlong closed 13 years ago

branaway commented 13 years ago

Thanks for reporting. I'll take a look at that. In the meantime, any code sample to illustrate the issue will help a lot!

branaway commented 13 years ago

Hi, I think I have fixed in the latest master branch. Please download the zip in the distribution to get the fix.

kylefurlong commented 13 years ago

This does appear fixed! Goodbye all the a controllers.Application.noop() calls!

Thanks for this wonderful module, I do enjoy the granular caching and of course pure java compiled templates, saves so much time debugging!

On Sat, Apr 2, 2011 at 8:41 PM, branaway < reply@reply.github.com>wrote:

Hi, I think I have fixed in the latest master branch. Please download the zip in the distribution to get the fix.

Reply to this email directly or view it on GitHub: https://github.com/branaway/Japid/issues/8#comment_950265

branaway commented 13 years ago

Good to hear it helped:)