Thanks for your reply Thiago.

The mixin method would work I guess but what I'm trying to do is remove the
'name' attribute generated by the Form component (because it is not valid in
the Strict Doctype).  I don't want to add a mixin to every form in my
application.  Is there any way that I can register this with the framework
when the application starts?  I.e. get hold of the MarkupWriter so that I
can call its setListener method?

Daniel


Thiago H. de Paula Figueiredo wrote:
> 
> Em Fri, 04 Dec 2009 13:08:57 -0200, Daniel Jones <d...@murieston.com>  
> escreveu:
> 
>> How do I register my implementation with the framework? I've tried a  
>> number of things in AppModule which didn't work.
> 
> Try creating a mixin that adds your MarkupWriterListener to the  
> MarkupWriter in ints setupRender() method.
> 
> -- 
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
> and instructor
> Owner, software architect and developer, Ars Machina Tecnologia da  
> Informação Ltda.
> http://www.arsmachina.com.br
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/T5---MarkupWriterListener-tp26635916p26655420.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