On 8/3/06, Yannick Goujon <[EMAIL PROTECTED]> wrote:
Here is the description (JSF spec 1.1) for the getValue() of the ValueHolder 
interface :

***********************************************************
First consult the local value property of this component. If non-null return 
it. If the local value property is null, see if we have a ValueBinding for the 
value property. If so, return the result of evaluating the property, otherwise 
return null.
***********************************************************

So is it a bug of the spec?

It sure sounds like it is an intentional design rather than bug, since
this doesn't seem to be an accident.

I guess you need to take it up with the spec mailing list and see if
they have any insight.   We can't change the behavior as long as the
spec disallows it.

http://wiki.apache.org/myfaces/FAQ#JSFspec

You can also sometimes catch Ed Burns, Ryan Lubke, and others on the
##jsf irc channel, which might be faster for discussing this.

Reply via email to