[richfaces-svn-commits] JBoss Rich Faces SVN: r12148 - trunk/test-applications/jsp/src/main/webapp/CustomizePage.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu Jan 8 04:19:42 EST 2009
Author: mvitenkov
Date: 2009-01-08 04:19:42 -0500 (Thu, 08 Jan 2009)
New Revision: 12148
Modified:
trunk/test-applications/jsp/src/main/webapp/CustomizePage/CustomizePage.jsp
Log:
stable state
Modified: trunk/test-applications/jsp/src/main/webapp/CustomizePage/CustomizePage.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/CustomizePage/CustomizePage.jsp 2009-01-08 01:45:32 UTC (rev 12147)
+++ trunk/test-applications/jsp/src/main/webapp/CustomizePage/CustomizePage.jsp 2009-01-08 09:19:42 UTC (rev 12148)
@@ -1,31 +1,28 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
-<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<?xml version="1.0" encoding="UTF-8"?>
-<html>
-<f:view>
- <head>
- </head>
- <body>
- <h:form>
- <a4j:queue />
- <a4j:queue />
- <h:commandButton action="#" value="submit" />
- <h:panelGrid columns="2">
- <h:outputLabel for="a4jLodID" value="a4j:log"></h:outputLabel>
- <h:selectBooleanCheckbox id="a4jLodID" value="#{option.log}"
- onchange="submit();"></h:selectBooleanCheckbox>
+<jsp:root version="2.1" xmlns:jsp="http://java.sun.com/JSP/Page"
+ xmlns:c="http://java.sun.com/jsp/jstl/core"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:rich="http://richfaces.org/rich"
+ xmlns:a4j="http://richfaces.org/a4j">
- <a4j:status id="a4jStatusID" startText="WORK!"
- startStyle="color: red;" stopText="a4j:status"></a4j:status>
- </h:panelGrid>
- <rich:calendar requestDelay="500" ignoreDupResponses="true"
- ajaxSingle="true" mode="ajax"></rich:calendar>
- </h:form>
- <h:form><a4j:log popup="false" rendered="#{option.log}"></a4j:log></h:form>
- </body>
-</f:view>
-</html>
+ <jsp:directive.page contentType="text/html;charset=UTF-8"
+ pageEncoding="UTF-8" />
+ <jsp:output doctype-root-element="html"
+ doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
+ doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" />
+ <f:view>
+ <html xmlns="http://www.w3.org/1999/xhtml">
+ <body>
+
+ <h:form id="formID">
+
+ </h:form>
+
+ </body>
+ </html>
+
+ </f:view>
+</jsp:root>
More information about the richfaces-svn-commits
mailing list