You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2012/08/07 14:16:40 UTC

svn commit: r1370200 - /myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/index.jsp

Author: werpu
Date: Tue Aug  7 12:16:40 2012
New Revision: 1370200

URL: http://svn.apache.org/viewvc?rev=1370200&view=rev
Log:
EXTSCRIPT-167 changing the headers

Modified:
    myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/index.jsp

Modified: myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/index.jsp
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/index.jsp?rev=1370200&r1=1370199&r2=1370200&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/index.jsp (original)
+++ myfaces/extensions/scripting/trunk/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/index.jsp Tue Aug  7 12:16:40 2012
@@ -1,3 +1,4 @@
+<%@ page session="false" %>
 <!--
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +17,6 @@
  * specific language governing permissions and limitations
  * under the License.
 -->
-<%@ page session="false" %>
 <%
     response.sendRedirect("helloWorld.jsf");
 %>
\ No newline at end of file