You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Dennis Byrne (JIRA)" <de...@myfaces.apache.org> on 2006/03/25 22:05:21 UTC

[jira] Closed: (MYFACES-1186) incorrect use of getValueBinding or does not complement UIComponentTagUtils

     [ http://issues.apache.org/jira/browse/MYFACES-1186?page=all ]
     
Dennis Byrne closed MYFACES-1186:
---------------------------------

    Resolution: Invalid
     Assign To: Dennis Byrne

devosc@gmail.com wrote:

Ah ok ... For me at this time it hasnt been something I'd quite
expect, but I see now whats happening. Thanks.

> incorrect use of getValueBinding or does not complement UIComponentTagUtils
> ---------------------------------------------------------------------------
>
>          Key: MYFACES-1186
>          URL: http://issues.apache.org/jira/browse/MYFACES-1186
>      Project: MyFaces Core
>         Type: Bug
>   Components: General
>     Versions: 1.1.1, 1.1.3-SNAPSHOT
>     Reporter: Gregory Baboolal
>     Assignee: Dennis Byrne

>
> Unless I'm mistaken, I believe the following holds true even in the current 1.1.3-SNAPSHOT
> In HtmlDataScrollerTag there is:
> setBooleanProperty(component, JSFAttr.IMMEDIATE_ATTR, _immediate);
> And then in HtmlDataScroller there is:
>     public boolean isImmediate()
>     {
>         if (_immediate != null)
>             return _immediate.booleanValue();
>         ValueBinding vb = getValueBinding("immediate");
>         Boolean v = vb != null ? (Boolean) vb.getValue(getFacesContext()) : null;
>         return v != null ? v.booleanValue() : DEFAULT_IMMEDIATE;
>     }
> But getValueBinding is returning null as it is not (also?) looking in UIComponentBase._attributesMap.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira