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.
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?
-- 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
>