[jboss-cvs] JBoss Profiler SVN: r511 - in branches/JBossProfiler2/src/main/www: template and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Nov 30 10:14:34 EST 2008


Author: jesper.pedersen
Date: 2008-11-30 10:14:34 -0500 (Sun, 30 Nov 2008)
New Revision: 511

Modified:
   branches/JBossProfiler2/src/main/www/comparesnapshots.xhtml
   branches/JBossProfiler2/src/main/www/loadsnapshot.xhtml
   branches/JBossProfiler2/src/main/www/template/head.xhtml
Log:
[JBPROFILER-64] Unterminated string literal Javascript errors on several XHTML pages

Modified: branches/JBossProfiler2/src/main/www/comparesnapshots.xhtml
===================================================================
--- branches/JBossProfiler2/src/main/www/comparesnapshots.xhtml	2008-11-30 15:09:33 UTC (rev 510)
+++ branches/JBossProfiler2/src/main/www/comparesnapshots.xhtml	2008-11-30 15:14:34 UTC (rev 511)
@@ -17,7 +17,7 @@
       <f:selectItems value="#{compareSnapshotBean.JPSs}" />
     </h:selectManyListbox>
     <p></p>
-    <a4j:commandLink action="#{compareSnapshotBean.analyzeAction}" onclick="document.location.href='./comparemethods.xhtml">
+    <a4j:commandLink action="#{compareSnapshotBean.analyzeAction}" onclick="document.location.href='./comparemethods.xhtml'">
       <h:outputText value="Compare the selected two snapshots" />
     </a4j:commandLink>
   </ui:define>

Modified: branches/JBossProfiler2/src/main/www/loadsnapshot.xhtml
===================================================================
--- branches/JBossProfiler2/src/main/www/loadsnapshot.xhtml	2008-11-30 15:09:33 UTC (rev 510)
+++ branches/JBossProfiler2/src/main/www/loadsnapshot.xhtml	2008-11-30 15:14:34 UTC (rev 511)
@@ -16,7 +16,7 @@
         <f:selectItems value="#{loadSnapshotBean.JPSs}" />
       </h:selectOneListbox>
       <p></p>
-      <a4j:commandLink action="#{loadSnapshotBean.analyzeAction}" onclick="document.location.href='./loadoverview.xhtml">
+      <a4j:commandLink action="#{loadSnapshotBean.analyzeAction}" onclick="document.location.href='./loadoverview.xhtml'">
         <h:outputText value="Analyze this snapshot" />
       </a4j:commandLink>
     </ui:define>

Modified: branches/JBossProfiler2/src/main/www/template/head.xhtml
===================================================================
--- branches/JBossProfiler2/src/main/www/template/head.xhtml	2008-11-30 15:09:33 UTC (rev 510)
+++ branches/JBossProfiler2/src/main/www/template/head.xhtml	2008-11-30 15:14:34 UTC (rev 511)
@@ -49,7 +49,7 @@
 
         <rich:menuItem submitMode="ajax"
                        value="runtime snapshots operations"
-                       onclick="document.location.href='./listsnapshot.xhtml"
+                       onclick="document.location.href='./listsnapshot.xhtml'"
                        reRender="optoutput"/>
 
       </rich:dropDownMenu>
@@ -64,9 +64,9 @@
         <rich:menuItem submitMode="ajax"
                        value="load one snapshot"
                        reRender="optoutput"
-                       onclick="document.location.href='./loadsnapshot.xhtml"/>
+                       onclick="document.location.href='./loadsnapshot.xhtml'"/>
         <rich:menuItem submitMode="ajax" value="compare snapshots" reRender="optoutput"
-          onclick="document.location.href='./comparesnapshots.xhtml"/>
+                       onclick="document.location.href='./comparesnapshots.xhtml'"/>
       </rich:dropDownMenu>
     </rich:toolBar>
     <h:outputText id="optoutput" value=" #{basicOptBean.lastestOpts}"></h:outputText>




More information about the jboss-cvs-commits mailing list