[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2113) UILineChart missing parent saveState call method

Nicolas Germeau (JIRA) jira-events at lists.jboss.org
Tue Oct 16 04:14:03 EDT 2007


UILineChart missing parent saveState call method
------------------------------------------------

                 Key: JBSEAM-2113
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2113
             Project: JBoss Seam
          Issue Type: Bug
          Components: PDF
    Affects Versions: 2.0.0.CR2
         Environment: windows, jboss-4.2.1, seam CR2
            Reporter: Nicolas Germeau


When trying to restore the state of the component org.jboss.seam.pdf.ui.UILineChart  a NullPointerException occurs. This error happens because the state of  UILineChart has not been saved due to a missing call to his parent saveState method. 

I guess values[0] = super.saveState(context) should be added to the saveState method of UILineChart to avoid this problem. 


regards,
Nicolas Germeau

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

        



More information about the seam-issues mailing list