JBoss Rich Faces SVN: r19994 - modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion.
by richfaces-svn-commits@lists.jboss.org
Author: ppitonak(a)redhat.com
Date: 2010-11-08 10:56:04 -0500 (Mon, 08 Nov 2010)
New Revision: 19994
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested-decoration.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested-insertion.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested.xhtml
Log:
https://jira.jboss.org/browse/RFPL-724
* removed IDs from a4j:ajax
Modified: modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested-decoration.xhtml
===================================================================
--- modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested-decoration.xhtml 2010-11-08 15:33:26 UTC (rev 19993)
+++ modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested-decoration.xhtml 2010-11-08 15:56:04 UTC (rev 19994)
@@ -37,8 +37,7 @@
value="#{a4jRegionBean.decorationValue}" />
<h:commandButton id="decorationValueButton" value="Decoration">
- <a4j:ajax id="decorationValueAjax"
- listener="#{a4jRegionBean.handleBehavior}"
+ <a4j:ajax listener="#{a4jRegionBean.handleBehavior}"
execute="#{a4jRegionBean.decorationExecute}" render="outputValues" />
</h:commandButton>
<h:selectOneMenu id="decorationSelect"
Modified: modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested-insertion.xhtml
===================================================================
--- modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested-insertion.xhtml 2010-11-08 15:33:26 UTC (rev 19993)
+++ modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested-insertion.xhtml 2010-11-08 15:56:04 UTC (rev 19994)
@@ -36,8 +36,7 @@
<h:inputText id="insertionValueInput"
value="#{a4jRegionBean.insertionValue}" />
<h:commandButton id="insertionValueButton" value="Insertion">
- <a4j:ajax id="insertionValueAjax"
- listener="#{a4jRegionBean.handleBehavior}"
+ <a4j:ajax listener="#{a4jRegionBean.handleBehavior}"
execute="#{a4jRegionBean.insertionExecute}" render="outputValues" />
</h:commandButton>
<h:selectOneMenu id="insertionSelect"
Modified: modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested.xhtml
===================================================================
--- modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested.xhtml 2010-11-08 15:33:26 UTC (rev 19993)
+++ modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested.xhtml 2010-11-08 15:56:04 UTC (rev 19994)
@@ -94,7 +94,7 @@
<h:inputText id="outerValueInput" value="#{a4jRegionBean.outerValue}" />
<h:commandButton id="outerValueButton" value="Outer">
- <a4j:ajax id="outerValueAjax" listener="#{a4jRegionBean.handleBehavior}" execute="#{a4jRegionBean.outerExecute}" render="outputValues" />
+ <a4j:ajax listener="#{a4jRegionBean.handleBehavior}" execute="#{a4jRegionBean.outerExecute}" render="outputValues" />
</h:commandButton>
<h:selectOneMenu id="outerSelect" value="#{a4jRegionBean.outerExecute}">
@@ -113,7 +113,7 @@
<h:inputText id="regionValueInput" value="#{a4jRegionBean.regionValue}" />
<h:commandButton id="regionValueButton" value="Region">
- <a4j:ajax id="regionValueAjax" listener="#{a4jRegionBean.handleBehavior}" execute="#{a4jRegionBean.execute}" render="outputValues" />
+ <a4j:ajax listener="#{a4jRegionBean.handleBehavior}" execute="#{a4jRegionBean.execute}" render="outputValues" />
</h:commandButton>
<h:selectOneMenu id="regionSelect" value="#{a4jRegionBean.execute}">
@@ -132,7 +132,7 @@
<h:inputText id="nestedRegionValueInput" value="#{a4jRegionBean.nestedRegionValue}" />
<h:commandButton id="nestedRegionValueButton" value="Nested region">
- <a4j:ajax id="nestedRegionValueAjax" listener="#{a4jRegionBean.handleBehavior}" execute="#{a4jRegionBean.nestedExecute}" render="outputValues" />
+ <a4j:ajax listener="#{a4jRegionBean.handleBehavior}" execute="#{a4jRegionBean.nestedExecute}" render="outputValues" />
</h:commandButton>
<h:selectOneMenu id="nestedRegionSelect" value="#{a4jRegionBean.nestedExecute}">
14 years, 2 months
JBoss Rich Faces SVN: r19993 - in modules/tests/metamer/trunk/application/src/main: webapp/components/richTogglePanel and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: ppitonak(a)redhat.com
Date: 2010-11-08 10:33:26 -0500 (Mon, 08 Nov 2010)
New Revision: 19993
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichTogglePanelBean.java
modules/tests/metamer/trunk/application/src/main/webapp/components/richTogglePanel/simple.xhtml
Log:
https://jira.jboss.org/browse/RFPL-675
* sample fixed (removed hidden attributes)
Modified: modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichTogglePanelBean.java
===================================================================
--- modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichTogglePanelBean.java 2010-11-08 14:22:25 UTC (rev 19992)
+++ modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichTogglePanelBean.java 2010-11-08 15:33:26 UTC (rev 19993)
@@ -54,14 +54,13 @@
logger = LoggerFactory.getLogger(getClass());
logger.debug("initializing bean " + getClass().getName());
- attributes = Attributes.getUIComponentAttributes(HtmlTogglePanel.class, getClass());
+ attributes = Attributes.getUIComponentAttributes(HtmlTogglePanel.class, getClass(), false);
attributes.setAttribute("activeItem", "item1");
attributes.setAttribute("rendered", true);
// TODO has to be tested in another way
attributes.remove("itemChangeListener");
- attributes.remove("itemChangeListeners");
}
public Attributes getAttributes() {
Modified: modules/tests/metamer/trunk/application/src/main/webapp/components/richTogglePanel/simple.xhtml
===================================================================
--- modules/tests/metamer/trunk/application/src/main/webapp/components/richTogglePanel/simple.xhtml 2010-11-08 14:22:25 UTC (rev 19992)
+++ modules/tests/metamer/trunk/application/src/main/webapp/components/richTogglePanel/simple.xhtml 2010-11-08 15:33:26 UTC (rev 19993)
@@ -58,43 +58,29 @@
<rich:togglePanel id="richTogglePanel"
activeItem="#{richTogglePanelBean.attributes['activeItem'].value}"
bypassUpdates="#{richTogglePanelBean.attributes['bypassUpdates'].value}"
- converter="#{richTogglePanelBean.attributes['converter'].value}"
+ cycledSwitching="#{richTogglePanelBean.attributes['cycledSwitching'].value}"
data="#{richTogglePanelBean.attributes['data'].value}"
dir="#{richTogglePanelBean.attributes['dir'].value}"
execute="#{richTogglePanelBean.attributes['execute'].value}"
- firstItem="#{richTogglePanelBean.attributes['firstItem'].value}"
immediate="#{richTogglePanelBean.attributes['immediate'].value}"
- itemByIndex="#{richTogglePanelBean.attributes['itemByIndex'].value}"
lang="#{richTogglePanelBean.attributes['lang'].value}"
- lastItem="#{richTogglePanelBean.attributes['lastItem'].value}"
limitToList="#{richTogglePanelBean.attributes['limitToList'].value}"
- localValue="#{richTogglePanelBean.attributes['localValue'].value}"
- localValueSet="#{richTogglePanelBean.attributes['localValueSet'].value}"
- nextItem="#{richTogglePanelBean.attributes['nextItem'].value}"
- onbeforedomupdate="#{richTogglePanelBean.attributes['onbeforedomupdate'].value}"
+ onbeforeitemchange="#{richTogglePanelBean.attributes['onbeforeitemchange'].value}"
onclick="#{richTogglePanelBean.attributes['onclick'].value}"
- oncomplete="#{richTogglePanelBean.attributes['oncomplete'].value}"
ondblclick="#{richTogglePanelBean.attributes['ondblclick'].value}"
onitemchange="#{richTogglePanelBean.attributes['onitemchange'].value}"
- onitemchanged="#{richTogglePanelBean.attributes['onitemchanged'].value}"
onmousedown="#{richTogglePanelBean.attributes['onmousedown'].value}"
onmousemove="#{richTogglePanelBean.attributes['onmousemove'].value}"
onmouseout="#{richTogglePanelBean.attributes['onmouseout'].value}"
onmouseover="#{richTogglePanelBean.attributes['onmouseover'].value}"
onmouseup="#{richTogglePanelBean.attributes['onmouseup'].value}"
- prevItem="#{richTogglePanelBean.attributes['prevItem'].value}"
render="#{richTogglePanelBean.attributes['render'].value}"
rendered="#{richTogglePanelBean.attributes['rendered'].value}"
- required="#{richTogglePanelBean.attributes['required'].value}"
status="#{richTogglePanelBean.attributes['status'].value}"
style="#{richTogglePanelBean.attributes['style'].value}"
styleClass="#{richTogglePanelBean.attributes['styleClass'].value}"
- submittedActiveItem="#{richTogglePanelBean.attributes['submittedActiveItem'].value}"
- submittedValue="#{richTogglePanelBean.attributes['submittedValue'].value}"
switchType="#{richTogglePanelBean.attributes['switchType'].value}"
title="#{richTogglePanelBean.attributes['title'].value}"
- valid="#{richTogglePanelBean.attributes['valid'].value}"
- value="#{richTogglePanelBean.attributes['value'].value}"
>
<rich:togglePanelItem id="item1" name="item1">
<p>content of panel 1</p>
14 years, 2 months
JBoss Rich Faces SVN: r19992 - modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean.
by richfaces-svn-commits@lists.jboss.org
Author: ppitonak(a)redhat.com
Date: 2010-11-08 09:22:25 -0500 (Mon, 08 Nov 2010)
New Revision: 19992
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichTreeBean.java
Log:
https://jira.jboss.org/browse/RF-9457
* fixed scope of bean
Modified: modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichTreeBean.java
===================================================================
--- modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichTreeBean.java 2010-11-08 13:03:09 UTC (rev 19991)
+++ modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichTreeBean.java 2010-11-08 14:22:25 UTC (rev 19992)
@@ -30,7 +30,7 @@
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ManagedProperty;
-import javax.faces.bean.ViewScoped;
+import javax.faces.bean.SessionScoped;
import javax.swing.tree.TreeNode;
import org.richfaces.component.UITree;
@@ -49,7 +49,8 @@
* @version $Revision$
*/
@ManagedBean(name = "richTreeBean")
-@ViewScoped
+// cannot be view-scoped (see https://jira.jboss.org/browse/RF-9287)
+@SessionScoped
public class RichTreeBean implements Serializable {
private static final long serialVersionUID = 4008175400649809L;
14 years, 2 months
JBoss Rich Faces SVN: r19990 - modules/tests/archetypes/richfaces-simpleapp-ftest/tags.
by richfaces-svn-commits@lists.jboss.org
Author: ppitonak(a)redhat.com
Date: 2010-11-08 08:02:57 -0500 (Mon, 08 Nov 2010)
New Revision: 19990
Added:
modules/tests/archetypes/richfaces-simpleapp-ftest/tags/richfaces-simpleapp-ftest-4.0.0.20101107-M4/
Log:
[maven-scm] copy for tag richfaces-simpleapp-ftest-4.0.0.20101107-M4
Copied: modules/tests/archetypes/richfaces-simpleapp-ftest/tags/richfaces-simpleapp-ftest-4.0.0.20101107-M4 (from rev 19989, modules/tests/archetypes/richfaces-simpleapp-ftest/trunk)
14 years, 2 months
JBoss Rich Faces SVN: r19988 - modules/tests/archetypes/richfaces-simpleapp-ftest/trunk.
by richfaces-svn-commits@lists.jboss.org
Author: ppitonak(a)redhat.com
Date: 2010-11-08 07:36:29 -0500 (Mon, 08 Nov 2010)
New Revision: 19988
Modified:
modules/tests/archetypes/richfaces-simpleapp-ftest/trunk/release.sh
Log:
* fixed release script
Modified: modules/tests/archetypes/richfaces-simpleapp-ftest/trunk/release.sh
===================================================================
--- modules/tests/archetypes/richfaces-simpleapp-ftest/trunk/release.sh 2010-11-08 11:33:32 UTC (rev 19987)
+++ modules/tests/archetypes/richfaces-simpleapp-ftest/trunk/release.sh 2010-11-08 12:36:29 UTC (rev 19988)
@@ -6,7 +6,6 @@
CONF="--batch-mode -Dtag=richfaces-simpleapp-ftest-${RELEASE} -DreleaseVersion=${RELEASE} -DdevelopmentVersion=${DEVELOPMENT}"
if [ -n "$MVN_SETTINGS" ]; then
- echo "**** NIE JE PRAZDNE $MVN_SETTINGS"
CONF="$CONF -s $MVN_SETTINGS";
fi
14 years, 2 months
JBoss Rich Faces SVN: r19987 - in modules/tests/metamer/trunk: ftest and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: ppitonak(a)redhat.com
Date: 2010-11-08 06:33:32 -0500 (Mon, 08 Nov 2010)
New Revision: 19987
Modified:
modules/tests/metamer/trunk/ftest/pom.xml
modules/tests/metamer/trunk/pom.xml
modules/tests/metamer/trunk/release.sh
Log:
* versions reverted back to snapshot
Modified: modules/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest/pom.xml 2010-11-08 11:11:44 UTC (rev 19986)
+++ modules/tests/metamer/trunk/ftest/pom.xml 2010-11-08 11:33:32 UTC (rev 19987)
@@ -80,8 +80,8 @@
<properties>
<context.path>/metamer/</context.path>
<deployable.classifier>mojarra</deployable.classifier>
- <deployable.version>4.0.0.20101107-M4</deployable.version>
- <ftest.source.version>4.0.0.20101107-M4</ftest.source.version>
+ <deployable.version>4.0.0-SNAPSHOT</deployable.version>
+ <ftest.source.version>4.0.0-SNAPSHOT</ftest.source.version>
<testng.suite.xml>src/test/resources/testng.xml</testng.suite.xml>
<container.home>target/installs/${container.dir.deflatted}/${container.dir.unflatted}</container.home>
</properties>
Modified: modules/tests/metamer/trunk/pom.xml
===================================================================
--- modules/tests/metamer/trunk/pom.xml 2010-11-08 11:11:44 UTC (rev 19986)
+++ modules/tests/metamer/trunk/pom.xml 2010-11-08 11:33:32 UTC (rev 19987)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20101107-M4</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.tests</groupId>
@@ -124,7 +124,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<richfaces.checkstyle.version>2</richfaces.checkstyle.version>
- <version.richfaces>4.0.0.20101107-M4</version.richfaces>
+ <version.richfaces>4.0.0-SNAPSHOT</version.richfaces>
</properties>
<dependencyManagement>
Modified: modules/tests/metamer/trunk/release.sh
===================================================================
--- modules/tests/metamer/trunk/release.sh 2010-11-08 11:11:44 UTC (rev 19986)
+++ modules/tests/metamer/trunk/release.sh 2010-11-08 11:33:32 UTC (rev 19987)
@@ -12,7 +12,6 @@
CONF="--batch-mode -Dtag=metamer-${RELEASE} -DreleaseVersion=${RELEASE} -DdevelopmentVersion=${DEVELOPMENT}"
if [ -n "$MVN_SETTINGS" ]; then
- echo "**** NIE JE PRAZDNE $MVN_SETTINGS"
CONF="$CONF -s $MVN_SETTINGS";
fi
14 years, 2 months
JBoss Rich Faces SVN: r19986 - in modules/tests/metamer/trunk: application and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: ppitonak(a)redhat.com
Date: 2010-11-08 06:11:44 -0500 (Mon, 08 Nov 2010)
New Revision: 19986
Modified:
modules/tests/metamer/trunk/application/pom.xml
modules/tests/metamer/trunk/ftest-source/pom.xml
modules/tests/metamer/trunk/ftest/pom.xml
modules/tests/metamer/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: modules/tests/metamer/trunk/application/pom.xml
===================================================================
--- modules/tests/metamer/trunk/application/pom.xml 2010-11-08 11:11:31 UTC (rev 19985)
+++ modules/tests/metamer/trunk/application/pom.xml 2010-11-08 11:11:44 UTC (rev 19986)
@@ -19,7 +19,7 @@
<parent>
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer-root</artifactId>
- <version>4.0.0.20101107-M4</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.tests</groupId>
Modified: modules/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest/pom.xml 2010-11-08 11:11:31 UTC (rev 19985)
+++ modules/tests/metamer/trunk/ftest/pom.xml 2010-11-08 11:11:44 UTC (rev 19986)
@@ -30,14 +30,14 @@
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer-ftest</artifactId>
- <version>4.0.0.20101107-M4</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Metamer: RichFaces Testing Application - Functional Test</name>
<packaging>pom</packaging>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/ta...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/tests/metamer/tags/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/RichFaces/modules/tests/metamer/tags/meta...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/tr...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/tests/metamer/trunk...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/RichFaces/modules/tests/metamer/trunk/ftest</url>
</scm>
<licenses>
Modified: modules/tests/metamer/trunk/ftest-source/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest-source/pom.xml 2010-11-08 11:11:31 UTC (rev 19985)
+++ modules/tests/metamer/trunk/ftest-source/pom.xml 2010-11-08 11:11:44 UTC (rev 19986)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer-root</artifactId>
- <version>4.0.0.20101107-M4</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.tests</groupId>
Modified: modules/tests/metamer/trunk/pom.xml
===================================================================
--- modules/tests/metamer/trunk/pom.xml 2010-11-08 11:11:31 UTC (rev 19985)
+++ modules/tests/metamer/trunk/pom.xml 2010-11-08 11:11:44 UTC (rev 19986)
@@ -31,7 +31,7 @@
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer-root</artifactId>
- <version>4.0.0.20101107-M4</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Metamer: RichFaces Testing Application - Project Root</name>
@@ -50,9 +50,9 @@
</licenses>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/ta...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/tests/metamer/tags/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/RichFaces/modules/tests/metamer/tags/meta...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/tests/metamer/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/RichFaces/modules/tests/metamer/trunk</url>
</scm>
<distributionManagement>
14 years, 2 months
JBoss Rich Faces SVN: r19985 - modules/tests/metamer/tags.
by richfaces-svn-commits@lists.jboss.org
Author: ppitonak(a)redhat.com
Date: 2010-11-08 06:11:31 -0500 (Mon, 08 Nov 2010)
New Revision: 19985
Added:
modules/tests/metamer/tags/metamer-4.0.0.20101107-M4/
Log:
[maven-scm] copy for tag metamer-4.0.0.20101107-M4
Copied: modules/tests/metamer/tags/metamer-4.0.0.20101107-M4 (from rev 19984, modules/tests/metamer/trunk)
14 years, 2 months