Kasper110382
06-13-2007, 07:46 PM
on the JSP with the path /jsp/Pivot.jsp there's an obvious bug if you run the Pentaho webapp on a JSTL-validating webserver. The fix is easy though. Replace the "mondrianQuery" tag at line 280 with the one below:
<jp:mondrianQuery id="<%=queryId%>" dataSource="<%=dataSource%>" role="<%=role%>" catalogUri="<%=catalogUri%>">
<%=query%>
</jp:mondrianQuery>
I suggest this change makes the 1.5 release? The syntax included in the milestone 4 release is still invalid!
<jp:mondrianQuery id="<%=queryId%>" dataSource="<%=dataSource%>" role="<%=role%>" catalogUri="<%=catalogUri%>">
<%=query%>
</jp:mondrianQuery>
I suggest this change makes the 1.5 release? The syntax included in the milestone 4 release is still invalid!