Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0.BETA1
-
Fix Version/s: 3.1.0.BETA2, 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Firefox 12.0, Chrome 19.0, Tomcat 7
-
Assignee Priority:P1
Description
When placed inside an ACE tabset, ace:chart fails to display. Chart displays fine in ICE tabset.
When placed inside either an ACE or ICE tabset, attempting to switch the tab away from where the chart is/should be results in an internal server error, forcing a refresh of the page.
Server Internal Error:
[window] received error message [code: 200]: <?xml version='1.0' encoding='UTF-8'?> <partial-response><error><error-name>class java.lang.NullPointerException</error-name><error-message><![CDATA[]]></error-message></error><changes><extension aceCallbackParam="validationFailed">{"validationFailed":false}</extension></changes></partial-response>
The error does not appear in the same tabset code when chart is removed.
Code that I'm using can be found at http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/chart/
(ICE tabset issues may or may not be connected with http://jira.icesoft.org/browse/ICE-7250 )
When placed inside either an ACE or ICE tabset, attempting to switch the tab away from where the chart is/should be results in an internal server error, forcing a refresh of the page.
Server Internal Error:
[window] received error message [code: 200]: <?xml version='1.0' encoding='UTF-8'?> <partial-response><error><error-name>class java.lang.NullPointerException</error-name><error-message><![CDATA[]]></error-message></error><changes><extension aceCallbackParam="validationFailed">{"validationFailed":false}</extension></changes></partial-response>
The error does not appear in the same tabset code when chart is removed.
Code that I'm using can be found at http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/chart/
(ICE tabset issues may or may not be connected with http://jira.icesoft.org/browse/ICE-7250 )
Let's focus on the ace:tabSet aspect for now. The ice:panelTabSet can be retested once ace is working.