[ 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.