You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mu...@apache.org on 2009/02/02 17:35:45 UTC

svn commit: r740027 - /struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-ajax.jsp

Author: musachy
Date: Mon Feb  2 16:35:45 2009
New Revision: 740027

URL: http://svn.apache.org/viewvc?rev=740027&view=rev
Log:
Use compressed dojo profile for ajax validation page

Modified:
    struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-ajax.jsp

Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-ajax.jsp
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-ajax.jsp?rev=740027&r1=740026&r2=740027&view=diff
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-ajax.jsp (original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-ajax.jsp Mon Feb  2 16:35:45 2009
@@ -6,7 +6,7 @@
 <html>
 <head>
     <title>Validation - Ajax</title>
-    <sx:head cache="false" compressed="false"/>
+    <sx:head cache="true" compressed="true"/>
 </head>
 
 <s:url var="url" namespace="/validation" action="quizAjax"/>