Author: ppitonak(a)redhat.com
Date: 2010-08-11 09:46:39 -0400 (Wed, 11 Aug 2010)
New Revision: 18553
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichBean.java
modules/tests/metamer/trunk/application/src/main/webapp/components/richJQuery/simple.xhtml
Log:
* h:dataTable added to RichBean
* xml prefix fixed for jQuery page
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichBean.java
===================================================================
---
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichBean.java 2010-08-11
13:39:54 UTC (rev 18552)
+++
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichBean.java 2010-08-11
13:46:39 UTC (rev 18553)
@@ -106,6 +106,7 @@
components.put("a4jRegion", "A4J Region");
components.put("a4jRepeat", "A4J Repeat");
components.put("commandButton", "JSF Command Button");
+ components.put("hDataTable", "JSF Data Table");
components.put("richComponentControl", "Rich Component
Control");
components.put("richDataGrid", "Rich Data Grid");
components.put("richDataScroller", "Rich Data Scroller");
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richJQuery/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richJQuery/simple.xhtml 2010-08-11
13:39:54 UTC (rev 18552)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richJQuery/simple.xhtml 2010-08-11
13:46:39 UTC (rev 18553)
@@ -23,7 +23,7 @@
<!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:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:a4j="http://richfaces.org/a4j"
-
xmlns:metamer="http://java.sun.com/jsf/composite/metamer"
xmlns:misc="http://richfaces.org/misc">
+
xmlns:rich="http://richfaces.org/rich"
xmlns:metamer="http://java.sun.com/jsf/composite/metamer">
<ui:composition template="/templates/template.xhtml">
@@ -48,7 +48,7 @@
<input id="rebindOneClickButton" type="button"
onclick="rebindOneClickEvent(); return false;" value="Re-enable one-typed
click handler"/>
- <misc:jQuery id="jQuery"
+ <rich:jQuery id="jQuery"
attachType="#{richJQueryBean.attributes['attachType'].value}"
event="#{richJQueryBean.attributes['event'].value}"
query="#{richJQueryBean.attributes['query'].value}"
@@ -57,7 +57,7 @@
timing="#{richJQueryBean.attributes['timing'].value}"
/>
- <misc:jQuery id="rebindJQuery" event="click"
name="rebindOneClickEvent" selector="#jQueryTestButton"
query="alert('one attachType rebound event')" attachType="one"
/>
+ <rich:jQuery id="rebindJQuery" event="click"
name="rebindOneClickEvent" selector="#jQueryTestButton"
query="alert('one attachType rebound event')" attachType="one"
/>
</fieldset>
<br/>
@@ -73,7 +73,7 @@
</ui:repeat>
</h:panelGroup>
- <misc:jQuery id="liveTestJQuery"
selector="#liveTestGroup .liveTestComponent" attachType="live"
event="click" query="alert(jQuery(this).text())" />
+ <rich:jQuery id="liveTestJQuery"
selector="#liveTestGroup .liveTestComponent" attachType="live"
event="click" query="alert(jQuery(this).text())" />
<br/>