How do I register my implementation with the framework? I've tried a number
of things in AppModule which didn't work.

Many Thanks,
Daniel

public class XHTMLListener implements MarkupWriterListener {

        public void elementDidEnd(Element pArg0) {
                System.out.println("ELEMENT DID END");
        }

        public void elementDidStart(Element pArg0) {
                System.out.println("ELEMENT DID START");
        }

}
-- 
View this message in context: 
http://old.nabble.com/T5---MarkupWriterListener-tp26635916p26635916.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to