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/01/24 23:44:49 UTC

[jira] Created: (ADFFACES-362) IndexOutOfBoundsException in UIXCollection.restoreStampState when transient components are included

IndexOutOfBoundsException in UIXCollection.restoreStampState when transient components are included
---------------------------------------------------------------------------------------------------

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


A long-standing bug:  if you have transient contents in a table - f:verbatim, or ordinary template text in Facelets (sometimes even whitespace!), you can get an IndexOutOfBoundsException from UIXCollection.restoreStampState().  UIXCollection is storing stamp state by index - but if a transient component is gone on postback, those indices are now wrong.

This seems related to ADFFACES-350, but that bug describes a NullPointerException.

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


[jira] Updated: (ADFFACES-362) IndexOutOfBoundsException in UIXCollection.restoreStampState when transient components are included

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

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

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> IndexOutOfBoundsException in UIXCollection.restoreStampState when transient components are included
> ---------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-362
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-362
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Adam Winer
>         Assigned To: Adam Winer
>             Fix For: 1.0.0-incubating-core
>
>
> A long-standing bug:  if you have transient contents in a table - f:verbatim, or ordinary template text in Facelets (sometimes even whitespace!), you can get an IndexOutOfBoundsException from UIXCollection.restoreStampState().  UIXCollection is storing stamp state by index - but if a transient component is gone on postback, those indices are now wrong.
> This seems related to ADFFACES-350, but that bug describes a NullPointerException.

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


[jira] Resolved: (ADFFACES-362) IndexOutOfBoundsException in UIXCollection.restoreStampState when transient components are included

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

Adam Winer resolved ADFFACES-362.
---------------------------------

    Resolution: Fixed

Fixed.

> IndexOutOfBoundsException in UIXCollection.restoreStampState when transient components are included
> ---------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-362
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-362
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Adam Winer
>         Assigned To: Adam Winer
>
> A long-standing bug:  if you have transient contents in a table - f:verbatim, or ordinary template text in Facelets (sometimes even whitespace!), you can get an IndexOutOfBoundsException from UIXCollection.restoreStampState().  UIXCollection is storing stamp state by index - but if a transient component is gone on postback, those indices are now wrong.
> This seems related to ADFFACES-350, but that bug describes a NullPointerException.

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