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 )
Stack traceless NPE issue caused by inline code to split null string.
Revision #29218
Committed by nils.lundquist
Moments ago
ICE-8162- Check for request param before split.