# HG changeset patch # User Ingo Weinzierl # Date 1272274600 0 # Node ID c84147a3105c7c1f04fc35afd5120f2043194dfd # Parent 4949379c8ea9a654dbabb92294b5bf7bcedf1551 Fixed a bug when performing the html formular to adjust the chart output in IE (issue259). gnv/trunk@984 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 4949379c8ea9 -r c84147a3105c gnv/ChangeLog --- a/gnv/ChangeLog Mon Apr 26 08:55:50 2010 +0000 +++ b/gnv/ChangeLog Mon Apr 26 09:36:40 2010 +0000 @@ -1,3 +1,13 @@ +2010-04-26 Ingo Weinzierl + + Issue259 + + * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp: + Added target 'chart' as url request parameter when performing the html + form to change the chart output. The reason for doing this is, that the + InternetExplorer seems no to add the value of + elements to the request object which is sent to the server. + 2010-04-26 Ingo Weinzierl Issue225 diff -r 4949379c8ea9 -r c84147a3105c gnv/src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp --- a/gnv/src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp Mon Apr 26 08:55:50 2010 +0000 +++ b/gnv/src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp Mon Apr 26 09:36:40 2010 +0000 @@ -65,7 +65,7 @@ <%}%> -
"> + <%if (outputMode != null && outputMode.getOutputParameters() != null && !outputMode.getOutputParameters().isEmpty()){ Iterator it = outputMode.getOutputParameters().iterator();