Re: Chaining IComponentResolvers

2007-06-02 Thread Eelco Hillenius
But the component resolver is too eager. Look at the failing unit test for an example. Eelco On 6/2/07, Juergen Donnerstag [EMAIL PROTECTED] wrote: You can: MarkupParser.appendMarkupFilter(final IMarkupFilter filter, final Class beforeFilter) Juergen On 5/24/07, Al Maw [EMAIL PROTECTED]

Re: Chaining IComponentResolvers

2007-05-24 Thread Al Maw
Hi, I've created a bug for this. https://issues.apache.org/jira/browse/WICKET-590 It's currently causing the build to fail - we really should fix this one way or another. Al Al Maw wrote: Hi folks, We have a bit of an issue with IMarkupFilter implementations, in that you can't currently

Chaining IComponentResolvers

2007-05-23 Thread Al Maw
Hi folks, We have a bit of an issue with IMarkupFilter implementations, in that you can't currently layer two different IComponentResolvers if they both want to alter the same thing. This is currently an issue for SimplePageTest for testRenderHomePage_7, which is why that's failing.