[richfaces-svn-commits] JBoss Rich Faces SVN: r14314 - branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon May 25 11:39:40 EDT 2009
Author: mvitenkov
Date: 2009-05-25 11:39:40 -0400 (Mon, 25 May 2009)
New Revision: 14314
Added:
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf6487.xhtml
Log:
RF-6487 test page.
Added: branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf6487.xhtml
===================================================================
--- branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf6487.xhtml (rev 0)
+++ branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf6487.xhtml 2009-05-25 15:39:40 UTC (rev 14314)
@@ -0,0 +1,21 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:a4j="http://richfaces.org/a4j"
+ xmlns:rich="http://richfaces.org/rich">
+
+<ui:composition template="/layout/layout.xhtml">
+
+ <ui:define name="template">
+ <h:form id="form">
+ <h:outputText id="text" value="ToolTip should be here">
+ <rich:toolTip mode="ajax" value="#{rf6487.val}" id="toolTipID"></rich:toolTip>
+ </h:outputText>
+ <br />
+ <a4j:commandButton action="#{rf6487.action}" value="change" id="buttonID"/>
+ </h:form>
+ </ui:define>
+</ui:composition>
+</html>
More information about the richfaces-svn-commits
mailing list