|
|
|
This was fixed by Analysis-92 when Mondrian was updated to 2.2 RC2
This is still happening in Build 278 of open source. I verified that it has been corrected in 478 Pro.
Issue reported in the forums against RC 3 (http://forums.pentaho.org/index.php?option=com_simpleboard&Itemid=41&func=view&id=6617&catid=46).
Verified that this has been fixed in the 1.5.5 version.
|
|||||||||||||||||||||||||||||||||||||||||||||||||
You removed a taglib reference:
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
And the error you see is wrapped in checks of the "c:" taglib invocation. As a matter of fact, when I view source on the JPivot page, I see the embedded <C: references in the output HTML (which is causing those messages).
I see these in the view/source (which should clearly not be there). I suggest putting back the "invalid taglib reference" and finding out what the correct reference should be.
<c:if test="${query01 == null}">
This page cannot be accessed directly. It must be linked to from other pages
</c:if>
<c:if test="${query01 != null}">
<table border="0" cellspacing="1" cellpadding="0" id="toolbar01"><tr><td><input type="image" name="toolbar01.cubeNaviButton" src="/pentaho/jpivot/toolbar/cube-up.png" border="0" title="Open OLAP Navigator" width="24" height="24"></td><td><input type="image" name="toolbar01.mdxEditButton" src="/pentaho/jpivot/toolbar/mdx-edit-up.png" border="0" title="Show MDX Editor" width="24" height="24"></td><td><input type="image" name="toolbar01.sortConfigButton" src="/pentaho/jpivot/toolbar/sort-asc-up.png" border="0" title="Config OLAP Table" width="24" height="24"></td><td><div style="width: 1ex"></div></td><td><input type="image" name="toolbar01.levelStyle" src="/pentaho/jpivot/toolbar/level-style-up.png" border="0" title="Show Parent Members" width="24" height="24"></td><td><input type="image" name="toolbar01.hideSpans" src="/pentaho/jpivot/toolbar/hide-spans-up.png" border="0" title="Hide Spans" width="24" height="24"></td><td><input type="image" name="toolbar01.propertiesButton" src="/pentaho/jpivot/toolbar/properties-up.png" border="0" title="Show Properties" width="24" height="24"></td><td><input type="image" name="toolbar01.nonEmpty" src="/pentaho/jpivot/toolbar/non-empty-down.png" border="0" title="Suppress Empty Rows / Columns" width="24" height="24"></td><td><input type="image" name="toolbar01.swapAxes" src="/pentaho/jpivot/toolbar/swap-axes-up.png" border="0" title="Swap Axes" width="24" height="24"></td><td><div style="width: 1ex"></div></td><td><input type="image" name="toolbar01.drillMember" src="/pentaho/jpivot/toolbar/navi-member-up.png" border="0" title="Drill Member" width="24" height="24"></td><td><input type="image" name="toolbar01.drillPosition" src="/pentaho/jpivot/toolbar/navi-position-down.png" border="0" title="Drill Position" width="24" height="24"></td><td><input type="image" name="toolbar01.drillReplace" src="/pentaho/jpivot/toolbar/navi-replace-up.png" border="0" title="Drill Replace" width="24" height="24"></td><td><input type="image" name="toolbar01.drillThrough01" src="/pentaho/jpivot/toolbar/navi-through-up.png" border="0" title="Drill Through" width="24" height="24"></td><td><div style="width: 1ex"></div></td><td><input type="image" name="toolbar01.chartButton01" src="/pentaho/jpivot/toolbar/chart-up.png" border="0" title="Show Chart" width="24" height="24"></td><td><input type="image" name="toolbar01.chartPropertiesButton01" src="/pentaho/jpivot/toolbar/chart-config-up.png" border="0" title="Chart Config" width="24" height="24"></td><td><div style="width: 1ex"></div></td><td><input type="image" name="toolbar01.printPropertiesButton01" src="/pentaho/jpivot/toolbar/print-config-up.png" border="0" title="Configure Print Settings" width="24" height="24"></td><td><a href="./Print?cube=01&type=1"><img src="/pentaho/jpivot/toolbar/print-up.png" border="0" title="Print this Page via PDF" width="24" height="24"></a></td><td><div style="width: 1ex"></div></td><td><a href="./Print?cube=01&type=0"><img src="/pentaho/jpivot/toolbar/excel-up.png" border="0" title="Start Excel" width="24" height="24"></a></td></tr></table>
<p>
<div>
<c:if test="${query01.result.overflowOccured}">
<p>
<strong style="color:red">Resultset overflow occured</strong>
<p>
</c:if>
<c:if test="${mdxedit01.visible}">
<h3>MDX Query Editor</h3>
</c:if>