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?