Here the correct code:
public class TemplateSourceDelegate implements ITemplateSourceDelegate {
/**
* Method called by Tapestry when it is unable to find the template of a
component or a page
*/
public ComponentTemplate findTemplate(IRequestCycle cycle, IComponent
component, Local
Hello,
It seems nobody has ever been able to implement the ITemplateSourceDelegate
interface.
Does it mean that it is simply not possible ?
I tried to implement this interface but as others people, I got a
NullPointerException in the method TemplateParser.addTextToken().
Here my code:
public