dev@javaserverfaces.java.net

Re: JSR-252 Issue 21 - Provided an additional "binding" attribute for the core Converter, Listener and Validator tags does not fit as spec doc says

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Tue, 30 Oct 2007 09:36:11 -0700

Leonardo Uribe wrote:
> Hi
>
> Ok, I understand the reasons.
>
> But I feel that this change is equivalent to have no lazy loading on
> binding attribute. If you have something
> like this:
>
> <f:converter converterId="javax.faces.BigDecimal "
> binding="#{bindingCLVBean.converterBigdecimal}"/>
>
> binding are set only on render response phase (not available on invoke
> application phase),
I'm missing something from your argument. Why do you need a converter
to be available during invoke application?