dev@javaserverfaces.java.net

Re: [REVIEW/512] Prevent resolvers from config being eclipsed by manually set resolvers

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Tue, 27 Feb 2007 11:07:55 -0800

Adam Winer wrote:
> One thing realized yesterday evening: if you have
> no declaratively registered PRs or VRs, and then
> you call Application.setProperty/VariableResolver(),
> you'll get a call to Variable/PropertyResolverImpl.delegateTo()
> with null. I think we need the same root delegate
> that the config code uses - ChainAwareVariableResolver
> and DummyPropertyResolverImpl.
Good point.
>
> From a cleanup standpoint, I'd be happier with less code in
> the "Util" dumping ground - perhaps an ELUtil class could be
> added for all of this new code?
I actually had one and I second guessed myself.
>
>
> -- Adam
>
>
> Ryan Lubke said the following on 2/27/07 9:46 AM PT:
>> There is some minor code cleanup in there as well.
>>
>> https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=512
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
>> For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
> For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>