You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Adam Winer (JIRA)" <ad...@incubator.apache.org> on 2007/02/07 21:15:05 UTC

[jira] Created: (ADFFACES-376) Calls to UIXCollection.setVar() do not clear the cached value in the internal state

Calls to UIXCollection.setVar() do not clear the cached value in the internal state
-----------------------------------------------------------------------------------

                 Key: ADFFACES-376
                 URL: https://issues.apache.org/jira/browse/ADFFACES-376
             Project: MyFaces ADF-Faces
          Issue Type: Bug
            Reporter: Adam Winer
         Assigned To: Adam Winer


Bug text says it all.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ADFFACES-376) Calls to UIXCollection.setVar() do not clear the cached value in the internal state

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Winer resolved ADFFACES-376.
---------------------------------

    Resolution: Fixed

Fixed.  The fix moves setVar() from the child components up to UIXCollection

> Calls to UIXCollection.setVar() do not clear the cached value in the internal state
> -----------------------------------------------------------------------------------
>
>                 Key: ADFFACES-376
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-376
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Adam Winer
>         Assigned To: Adam Winer
>
> Bug text says it all.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ADFFACES-376) Calls to UIXCollection.setVar() do not clear the cached value in the internal state

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/ADFFACES-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471111 ] 

Adam Winer commented on ADFFACES-376:
-------------------------------------

Ok, it deserves a bit more commentary:
- UIXCollection caches the value of getVar() at the start of encodeBegin().
- If setVar() is called in a Renderer's encodeBegin(), to set up some default
   stamping, that value gets ignored.

> Calls to UIXCollection.setVar() do not clear the cached value in the internal state
> -----------------------------------------------------------------------------------
>
>                 Key: ADFFACES-376
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-376
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Adam Winer
>         Assigned To: Adam Winer
>
> Bug text says it all.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ADFFACES-376) Calls to UIXCollection.setVar() do not clear the cached value in the internal state

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-376:
----------------------------------------

        Fix Version/s: 1.0.0-incubating-core
                       2.0.0-incubating-plugins-SNAPSHOT
    Affects Version/s: 1.0.0-incubating-core
                       2.0.0-incubating-core-SNAPSHOT

> Calls to UIXCollection.setVar() do not clear the cached value in the internal state
> -----------------------------------------------------------------------------------
>
>                 Key: ADFFACES-376
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-376
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 2.0.0-incubating-core-SNAPSHOT, 1.0.0-incubating-core
>            Reporter: Adam Winer
>         Assigned To: Adam Winer
>             Fix For: 2.0.0-incubating-plugins-SNAPSHOT, 1.0.0-incubating-core
>
>
> Bug text says it all.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.