Seam SVN: r14769 - branches/enterprise/WFK-2_0/seam-reference-guide/src/docbook/en-US.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-28 09:03:41 -0400 (Mon, 28 May 2012)
New Revision: 14769
Modified:
branches/enterprise/WFK-2_0/seam-reference-guide/src/docbook/en-US/Testing.xml
Log:
testing docs cleanup, remove the "still under development" note.
Signed-off-by: Marek Novotn?\195?\189 <hotmana76(a)gmail.com>
Modified: branches/enterprise/WFK-2_0/seam-reference-guide/src/docbook/en-US/Testing.xml
===================================================================
--- branches/enterprise/WFK-2_0/seam-reference-guide/src/docbook/en-US/Testing.xml 2012-05-28 13:03:33 UTC (rev 14768)
+++ branches/enterprise/WFK-2_0/seam-reference-guide/src/docbook/en-US/Testing.xml 2012-05-28 13:03:41 UTC (rev 14769)
@@ -810,10 +810,6 @@
<section>
<title>Using SeamTest with Arquillian</title>
- <caution>
- Warning! This feature is still under development.
- </caution>
-
<para>
It is also possible to use the simulated JSF environment provided by <literal>SeamTest</literal> along with Arquillian.
This is useful especially if you are migrating from previous Seam releases and want to keep your existing testsuite mostly
12 years, 7 months
Seam SVN: r14768 - branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-28 09:03:33 -0400 (Mon, 28 May 2012)
New Revision: 14768
Modified:
branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list
Log:
needed to include sac.jar and cssparser.jar
Signed-off-by: Marek Novotn?\195?\189 <hotmana76(a)gmail.com>
Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list 2012-05-28 13:03:27 UTC (rev 14767)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list 2012-05-28 13:03:33 UTC (rev 14768)
@@ -66,4 +66,6 @@
richfaces-components-ui.jar
richfaces-core-api.jar
richfaces-core-impl.jar
-mvel2.jar
\ No newline at end of file
+mvel2.jar
+sac.jar
+cssparser.jar
\ No newline at end of file
12 years, 7 months
Seam SVN: r14767 - branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-28 09:03:27 -0400 (Mon, 28 May 2012)
New Revision: 14767
Modified:
branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout/template.xhtml
Log:
invalidate requires ()
Signed-off-by: Marek Novotn?\195?\189 <hotmana76(a)gmail.com>
Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout/template.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout/template.xhtml 2012-05-28 13:03:20 UTC (rev 14766)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout/template.xhtml 2012-05-28 13:03:27 UTC (rev 14767)
@@ -37,7 +37,7 @@
#{' - '}
<s:link id="debugConsole" view="/debug.xhtml" value="Debug console" target="debugConsole"/>
#{' - '}
- <s:link id="resetSession" view="/home.xhtml" action="#{org.jboss.seam.web.session.invalidate}" propagation="none" value="Terminate session"/>
+ <s:link id="resetSession" view="/home.xhtml" action="#{org.jboss.seam.web.session.invalidate()}" propagation="none" value="Terminate session"/>
</p>
</s:fragment>
</div>
12 years, 7 months
Seam SVN: r14766 - branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-28 09:03:20 -0400 (Mon, 28 May 2012)
New Revision: 14766
Modified:
branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout/menu.xhtml
Log:
logout requires ()
Signed-off-by: Marek Novotn?\195?\189 <hotmana76(a)gmail.com>
Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout/menu.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout/menu.xhtml 2012-05-28 13:03:11 UTC (rev 14765)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout/menu.xhtml 2012-05-28 13:03:20 UTC (rev 14766)
@@ -13,6 +13,6 @@
<rich:toolbarGroup location="right">
<h:outputText id="menuWelcomeId" value="signed in as: #{credentials.username}" rendered="#{identity.loggedIn}"/>
<s:link id="menuLoginId" view="/login.xhtml" value="Login" rendered="#{not identity.loggedIn}" propagation="none"/>
- <s:link id="menuLogoutId" view="/home.xhtml" action="#{identity.logout}" value="Logout" rendered="#{identity.loggedIn}" propagation="none"/>
+ <s:link id="menuLogoutId" view="/home.xhtml" action="#{identity.logout()}" value="Logout" rendered="#{identity.loggedIn}" propagation="none"/>
</rich:toolbarGroup>
</rich:toolbar>
12 years, 7 months
Seam SVN: r14765 - branches/enterprise/WFK-2_0.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-28 09:03:11 -0400 (Mon, 28 May 2012)
New Revision: 14765
Modified:
branches/enterprise/WFK-2_0/release-process.txt
Log:
edited release process to clarify Maven upload to Staging repository
Signed-off-by: Marek Novotn?\195?\189 <hotmana76(a)gmail.com>
Modified: branches/enterprise/WFK-2_0/release-process.txt
===================================================================
--- branches/enterprise/WFK-2_0/release-process.txt 2012-05-28 13:00:29 UTC (rev 14764)
+++ branches/enterprise/WFK-2_0/release-process.txt 2012-05-28 13:03:11 UTC (rev 14765)
@@ -22,7 +22,6 @@
- Check all the issue types one at a time to determine final list.
- update pom.xml versions
- mvn versions:set -DnewVersion=XXX
- - Update also seam-integration-tests/src/test/java/org/jboss/seam/test/integration/Deployments.java with current version
Maven repository settings
@@ -39,18 +38,27 @@
- <TODO document way to set local repo settings for clean build />
- Go to jboss-seam-parent and run "mvn clean verify -s ../build/settings.xml" with these changes
- This should build, and test without a problem.
- - Run "mvn depedency:tree -s ../build/settings.xml -DoutputFile=../depedency-report.txt"
+ - Run "mvn dependency:tree -s ../build/settings.xml -DoutputFile=../dependency-report.txt"
- Review for snapshot dependencies
Staging Maven artifacts - UPDATE from tomboy note - TODO
------------------------
* Maven release procedure.
- - Run "mvn clean deploy -Drepository.username=<your_username> -Drepository.password=<your_password> stageReleaseSeam" in the build directory
+ - Run mvn deploy -DrepositoryId=jboss-releases-repository -Durl=https://repository.jboss.org/nexus/service/local/staging/deploy/maven2 -s settings-staging.xml
- Then follow http://community.jboss.org/wiki/MavenDeployingaRelease section Closing the Staging Respository
- test a Seam project with staged artifacts in repository https://repository.jboss.org/nexus/content/groups/staging/
- then release Maven artifacts
+Note: staging-settings.xml contains a setup of jboss.org Account to be able to upload to Staging repository - look at https://community.jboss.org/wiki/MavenRepositoryConfiguration
+There needs to be something like:
+ <server>
+ <id>jboss-releases-repository</id>
+ <username><your jboss.org account></username>
+ <password></password>
+ </server>
+ </servers>
+
Internal testing before tagging for Final releases
--------------------------------------------------
Final releases should be verified before tagging. Just note revision number after updating changelog.txt.
@@ -68,7 +76,7 @@
-m "create JBoss_Seam_x_x_x_XXX tag""
- ex. "svn copy https://svn.jboss.org/repos/seam/trunk
https://svn.jboss.org/repos/seam/tags/JBoss_Seam_2_1_0_B1
- -m "create JBoss_Seam_2_1_0_B1 tag""
+ -m "created JBoss_Seam_2_1_0_B1 tag"
* In a clean directory checkout the newly tagged seam source ( XX as needed)
- "svn co https://svn.jboss.org/repos/seam/tags/JBoss_Seam_x_x_x_XXX seam"
- ex. "svn co https://svn.jboss.org/repos/seam/tags/JBoss_Seam_2_1_0_B1 seam"
12 years, 7 months
Seam SVN: r14763 - branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-05-28 08:21:44 -0400 (Mon, 28 May 2012)
New Revision: 14763
Added:
branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp/login.xhtml
branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp/todo.xhtml
Removed:
branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp/login.jsp
branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp/todo.jsp
Log:
JBSEAM-4967 migrated todo example to facelets from JSP template
Deleted: branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp/login.jsp
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp/login.jsp 2012-05-28 12:03:18 UTC (rev 14762)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp/login.jsp 2012-05-28 12:21:44 UTC (rev 14763)
@@ -1,18 +0,0 @@
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<html>
-<head>
-<title>Login</title>
-</head>
-<body>
-<h1>Login</h1>
-<f:view>
- <h:form id="login">
- <div>
- <h:inputText id="username" value="#{login.user}"/>
- <h:commandButton id="submit" value="Login" action="#{login.login}"/>
- </div>
- </h:form>
-</f:view>
-</body>
-</html>
Added: branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp/login.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp/login.xhtml (rev 0)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp/login.xhtml 2012-05-28 12:21:44 UTC (rev 14763)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!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:s="http://jboss.org/schema/seam/taglib"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core">
+ <head>
+ <title>Login</title>
+ </head>
+ <body>
+ <h1>Login</h1>
+ <f:view>
+ <h:form id="login">
+ <div>
+ <h:inputText id="username" value="#{login.user}"/>
+ <h:commandButton id="submit" value="Login" action="#{login.login}"/>
+ </div>
+ </h:form>
+ </f:view>
+ </body>
+</html>
Deleted: branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp/todo.jsp
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp/todo.jsp 2012-05-28 12:03:18 UTC (rev 14762)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp/todo.jsp 2012-05-28 12:21:44 UTC (rev 14763)
@@ -1,63 +0,0 @@
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="http://jboss.com/products/seam/taglib" prefix="s"%>
-<html>
-<head>
-<title>Todo List</title>
-</head>
-<body>
-<h1>Todo List</h1>
-<f:view>
- <h:form id="list">
- <div>
- <h:outputText id="noItems" value="There are no todo items." rendered="#{empty taskInstancePriorityList}"/>
- <h:dataTable id="items" value="#{taskInstancePriorityList}" var="task" rendered="#{not empty taskInstancePriorityList}">
- <h:column>
- <f:facet name="header">
- <h:outputText value="Description"/>
- </f:facet>
- <h:inputText id="description" value="#{task.description}" style="width: 400"/>
- </h:column>
- <h:column>
- <f:facet name="header">
- <h:outputText value="Created"/>
- </f:facet>
- <h:outputText value="#{task.taskMgmtInstance.processInstance.start}">
- <f:convertDateTime type="date"/>
- </h:outputText>
- </h:column>
- <h:column>
- <f:facet name="header">
- <h:outputText value="Priority"/>
- </f:facet>
- <h:inputText id="priority" value="#{task.priority}" style="width: 30"/>
- </h:column>
- <h:column>
- <f:facet name="header">
- <h:outputText value="Due Date"/>
- </f:facet>
- <h:inputText id="dueDate" value="#{task.dueDate}" style="width: 100">
- <f:convertDateTime type="date" dateStyle="short"/>
- </h:inputText>
- </h:column>
- <h:column>
- <s:button id="done" action="#{todoList.done}" taskInstance="#{task}" value="Done"/>
- </h:column>
- </h:dataTable>
- </div>
- <div>
- <h:messages/>
- </div>
- <div>
- <h:commandButton id="update" value="Update Items" rendered="#{not empty taskInstanceList}"/>
- </div>
- </h:form>
- <h:form id="new">
- <div>
- <h:inputText id="description" value="#{todoList.description}" style="width: 400"/>
- <h:commandButton id="create" value="Create New Item" action="#{todoList.createTodo}"/>
- </div>
- </h:form>
-</f:view>
-</body>
-</html>
Added: branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp/todo.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp/todo.xhtml (rev 0)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-web/src/main/webapp/todo.xhtml 2012-05-28 12:21:44 UTC (rev 14763)
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!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:s="http://jboss.org/schema/seam/taglib"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core">
+<head>
+<title>Todo List</title>
+</head>
+<body>
+<h1>Todo List</h1>
+<f:view>
+ <h:form id="list">
+ <div>
+ <h:outputText id="noItems" value="There are no todo items." rendered="#{empty taskInstancePriorityList}"/>
+ <h:dataTable id="items" value="#{taskInstancePriorityList}" var="task" rendered="#{not empty taskInstancePriorityList}">
+ <h:column>
+ <f:facet name="header">
+ <h:outputText value="Description"/>
+ </f:facet>
+ <h:inputText id="description" value="#{task.description}" style="width: 400"/>
+ </h:column>
+ <h:column>
+ <f:facet name="header">
+ <h:outputText value="Created"/>
+ </f:facet>
+ <h:outputText value="#{task.taskMgmtInstance.processInstance.start}">
+ <f:convertDateTime type="date"/>
+ </h:outputText>
+ </h:column>
+ <h:column>
+ <f:facet name="header">
+ <h:outputText value="Priority"/>
+ </f:facet>
+ <h:inputText id="priority" value="#{task.priority}" style="width: 30"/>
+ </h:column>
+ <h:column>
+ <f:facet name="header">
+ <h:outputText value="Due Date"/>
+ </f:facet>
+ <h:inputText id="dueDate" value="#{task.dueDate}" style="width: 100">
+ <f:convertDateTime type="date" dateStyle="short"/>
+ </h:inputText>
+ </h:column>
+ <h:column>
+ <s:button id="done" action="#{todoList.done}" taskInstance="#{task}" value="Done"/>
+ </h:column>
+ </h:dataTable>
+ </div>
+ <div>
+ <h:messages/>
+ </div>
+ <div>
+ <h:commandButton id="update" value="Update Items" rendered="#{not empty taskInstanceList}"/>
+ </div>
+ </h:form>
+ <h:form id="new">
+ <div>
+ <h:inputText id="description" value="#{todoList.description}" style="width: 400"/>
+ <h:commandButton id="create" value="Create New Item" action="#{todoList.createTodo}"/>
+ </div>
+ </h:form>
+</f:view>
+</body>
+</html>
12 years, 7 months
Seam SVN: r14762 - branches/community/Seam_2_3/examples-ee6/spring/spring-web/src/main/webapp.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-05-28 08:03:18 -0400 (Mon, 28 May 2012)
New Revision: 14762
Modified:
branches/community/Seam_2_3/examples-ee6/spring/spring-web/src/main/webapp/password.xhtml
Log:
remove the s:validate from the spring example
Modified: branches/community/Seam_2_3/examples-ee6/spring/spring-web/src/main/webapp/password.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/spring/spring-web/src/main/webapp/password.xhtml 2012-05-28 12:02:28 UTC (rev 14761)
+++ branches/community/Seam_2_3/examples-ee6/spring/spring-web/src/main/webapp/password.xhtml 2012-05-28 12:03:18 UTC (rev 14762)
@@ -28,7 +28,6 @@
<div class="input">
<s:decorate id="PasswordDecorate">
<h:inputSecret id="password" value="#{user.password}" required="true">
- <s:validate />
</h:inputSecret>
<br/>
</s:decorate>
12 years, 7 months
Seam SVN: r14761 - branches/community/Seam_2_3/functional-tests/src/main/java/org/jboss/seam/example/common/test/booking/selenium.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-05-28 08:02:28 -0400 (Mon, 28 May 2012)
New Revision: 14761
Modified:
branches/community/Seam_2_3/functional-tests/src/main/java/org/jboss/seam/example/common/test/booking/selenium/SeleniumBookingTest.java
Log:
don't call any selenium in tearDown, as the session ought to be closed there already.
Modified: branches/community/Seam_2_3/functional-tests/src/main/java/org/jboss/seam/example/common/test/booking/selenium/SeleniumBookingTest.java
===================================================================
--- branches/community/Seam_2_3/functional-tests/src/main/java/org/jboss/seam/example/common/test/booking/selenium/SeleniumBookingTest.java 2012-05-28 11:22:05 UTC (rev 14760)
+++ branches/community/Seam_2_3/functional-tests/src/main/java/org/jboss/seam/example/common/test/booking/selenium/SeleniumBookingTest.java 2012-05-28 12:02:28 UTC (rev 14761)
@@ -51,7 +51,7 @@
@Override
@AfterMethod
public void tearDown() {
- logout();
+// logout();
super.tearDown();
}
12 years, 7 months
Seam SVN: r14760 - branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/src/test/java/org/jboss/seam/example/remoting/chatroom/test/webdriver.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-05-28 07:22:05 -0400 (Mon, 28 May 2012)
New Revision: 14760
Modified:
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/src/test/java/org/jboss/seam/example/remoting/chatroom/test/webdriver/WebDriverChatroomTest.java
Log:
fix chatroom ftest
Modified: branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/src/test/java/org/jboss/seam/example/remoting/chatroom/test/webdriver/WebDriverChatroomTest.java
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/src/test/java/org/jboss/seam/example/remoting/chatroom/test/webdriver/WebDriverChatroomTest.java 2012-05-28 11:11:57 UTC (rev 14759)
+++ branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/src/test/java/org/jboss/seam/example/remoting/chatroom/test/webdriver/WebDriverChatroomTest.java 2012-05-28 11:22:05 UTC (rev 14760)
@@ -69,9 +69,9 @@
public static final By JOZEF_LISTED = By.xpath("//div/select[@id='userList']/option[contains(text(),'Jozef')]");
public static final By JOZEF_DISCONNECTED = By.xpath("//div[@id='channelDisplay']/span[contains(text(),'Jozef disconnected.')]");
public static final By MARTIN_GT = By.xpath("//div[@id='channelDisplay']/span[contains(text(),'Martin>')]");
- public static final By HELLO = By.xpath("//div[@id='channelDisplay']/text()[contains(.,'"+ MESSAGE_FROM_MARTIN +"')]");
+ public static final By HELLO = By.xpath("//div[@id='channelDisplay']/text()[contains(.,'"+ MESSAGE_FROM_MARTIN +"')]/..");
public static final By JOZEF_GT = By.xpath("//div[@id='channelDisplay']/span[contains(text(),'Jozef>')]");
- public static final By GOOD_MORNING = By.xpath("//div[@id='channelDisplay']/text()[contains(.,'" + MESSAGE_FROM_JOZEF + "')]");
+ public static final By GOOD_MORNING = By.xpath("//div[@id='channelDisplay']/text()[contains(.,'" + MESSAGE_FROM_JOZEF + "')]/..");
protected AjaxWebDriver driver2;
@@ -118,7 +118,7 @@
driver.setWaitTime(timeout);
//more reliable than simple click
- driver.findElement(CONNECT_BUTTON).clearAndSendKeys(Keys.RETURN);
+ driver.findElement(CONNECT_BUTTON).sendKeys(Keys.RETURN);
try
{
12 years, 7 months
Seam SVN: r14759 - branches/community/Seam_2_3/jboss-seam-ui.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-28 07:11:57 -0400 (Mon, 28 May 2012)
New Revision: 14759
Modified:
branches/community/Seam_2_3/jboss-seam-ui/pom.xml
Log:
JBSEAM-4970 removed richfaces dependencies
Modified: branches/community/Seam_2_3/jboss-seam-ui/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-05-28 11:11:50 UTC (rev 14758)
+++ branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-05-28 11:11:57 UTC (rev 14759)
@@ -99,20 +99,6 @@
<artifactId>antlr</artifactId>
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>org.richfaces.core</groupId>
- <artifactId>richfaces-core-impl</artifactId>
- <!--<version>${version.richfaces}</version>-->
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-components-api</artifactId>
- <!--<version>${version.richfaces}</version>-->
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-components-ui</artifactId>
- </dependency>
<dependency>
<groupId>org.richfaces.cdk</groupId>
12 years, 7 months