Re: contributeComponentClassResolver

2008-10-21 Thread Fernando Padilla
But we did put them into a component library. :) The thing is that we had to change how a normal PageLink/EventLink works to be able to integrate with Facebook properly.. But in general, if I bring in a component library, but need to override a component, how can I do that.. without you say

Re: contributeComponentClassResolver

2008-10-21 Thread Howard Lewis Ship
Just chance. I think it's very chancy to try to override T5's built in components this way. You should put them in a component library. I'll be working on docs about how to do that shortly :-) On Tue, Oct 21, 2008 at 2:36 PM, Tom Zurkan <[EMAIL PROTECTED]> wrote: > How can I guarantee that my Li

Re: contributeComponentClassResolver

2008-10-21 Thread Tom Zurkan
Just used a decorator on ComponentClassResolver Thanks, Tom Zurkan Tom Zurkan wrote: How can I guarantee that my LibraryMapping is going to override the Tapestry Module LibraryMapping since the contribution's ordering is random? I am contributing a componentClassResolver LibraryMapping wi