Invalid Javascript expression: dataSetRow
<p>Hi!</p>
<p> </p>
<p>After integrating my (working) Birt implementation into my tapestry web application, my reports don't work anymore if i am starting the program from within the web-application. I am getting </p>
<p> </p>
<p><span style="color:rgb(255,0,0);font-family:sans-serif;font-size:13px;"> </span><span style="color:rgb(255,0,0);font-family:sans-serif;font-size:13px;">Invalid Javascript expression: dataSetRow</span></p>
<p> </p>
<p>error messages. In contrary, if I am clicking on "preview" on my rptdesign files, everything works. </p>
<p> </p>
<p>I am using Birt 4.3.1, eclipse <span style="font-family:'Lucida Grande';font-size:11px;">Kepler Service Release 2,</span> <span style="background-color:rgb(240,240,240);color:rgb(0,0,0);font-family:'Lucida Grande', verdana, arial, helvetica, sans-serif;font-size:13px;text-align:justify;">Tapestry 5.3.7.</span> After googling - i found out that it may has to do something with javascript and YUI.</p>
<p> </p>
<p>My question is: What is the solution for fixing this problem? How can i "take out a library" (as mentioned in the link</p>
<pre class="_prettyXprint">
http://osdir.com/ml/dev.ofbiz.apache.org/2012-05/msg00129.html</pre>
<p> "<i>If I take the YUI Compressor</i><i> library out then the example report works fine."</i></p>
<p> </p>
<p><i>I tried to take it out via: </i></p>
<p> </p>
<p><span style="font-family:Monaco;font-size:11px;color:rgb(0,145,147);"><</span><span style="color:rgb(78,145,146);font-family:Monaco;font-size:11px;">dependency</span><span style="font-family:Monaco;font-size:11px;color:rgb(0,145,147);">></span></p>
<p style="font-size:11px;font-family:Monaco;"><span style="color:#009193;"> <</span><span style="color:#4e9192;">groupId</span><span style="color:#009193;">></span>org.apache.tapestry<span style="color:#009193;"></</span><span style="color:#4e9192;">groupId</span><span style="color:#009193;">></span></p>
<p style="font-size:11px;font-family:Monaco;"> <span style="color:#009193;"><</span><span style="color:#4e9192;">artifactId</span><span style="color:#009193;">></span>tapestry-core<span style="color:#009193;"></</span><span style="color:#4e9192;">artifactId</span><span style="color:#009193;">></span></p>
<p style="font-size:11px;font-family:Monaco;"> <span style="color:#009193;"><</span><span style="color:#4e9192;">version</span><span style="color:#009193;">></span>${tapestry-release-version}<span style="color:#009193;"></</span><span style="color:#4e9192;">version</span><span style="color:#009193;">></span></p>
<p style="font-size:11px;font-family:Monaco;"><span style="color:rgb(79,118,203);"> <exclusions></span></p>
<p style="font-size:11px;font-family:Monaco;color:rgb(79,118,203);"> <exclusion></p>
<p style="font-size:11px;font-family:Monaco;color:rgb(79,118,203);"> <groupId>org.apache.tapestry</groupId></p>
<p style="font-size:11px;font-family:Monaco;color:rgb(79,118,203);"> <artifactId>tapestry-<span>yuicompressor</span></artifactId></p>
<p style="font-size:11px;font-family:Monaco;color:rgb(79,118,203);"> </exclusion></p>
<p style="font-size:11px;font-family:Monaco;color:rgb(79,118,203);"> </exclusions></p>
<p style="font-size:11px;font-family:Monaco;color:rgb(79,118,203);"><span style="color:rgb(0,145,147);"></</span><span style="color:rgb(78,145,146);">dependency</span><span style="color:rgb(0,145,147);">></span></p>
<p style="font-size:11px;font-family:Monaco;color:rgb(79,118,203);"> </p>
<p style="font-size:11px;font-family:Monaco;color:rgb(79,118,203);"><span style="color:rgb(0,145,147);">but this did not help.</span></p>
<p style="font-size:11px;font-family:Monaco;color:rgb(79,118,203);"> </p>
<p style="font-size:11px;font-family:Monaco;color:rgb(79,118,203);"> </p>
<p style="font-size:11px;font-family:Monaco;color:rgb(79,118,203);"><span style="color:rgb(0,145,147);">Thank you very much for any hint.. </span></p>
<p style="font-size:11px;font-family:Monaco;color:rgb(79,118,203);"><span style="color:rgb(0,145,147);">alex</span></p>