Author: nbelaevski
Date: 2008-09-10 15:59:42 -0400 (Wed, 10 Sep 2008)
New Revision: 10408
Modified:
trunk/samples/richfaces-demo/pom.xml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/stateAPI/examples/simple.xhtml
Log:
stateAPI made working on tomcat 5.5
Modified: trunk/samples/richfaces-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-demo/pom.xml 2008-09-10 19:56:11 UTC (rev 10407)
+++ trunk/samples/richfaces-demo/pom.xml 2008-09-10 19:59:42 UTC (rev 10408)
@@ -141,7 +141,7 @@
<configuration>
<webappDirectory>${project.build.directory}/${project.build.finalName}-tomcat6</webappDirectory>
<classifier>tomcat6</classifier>
- <packagingExcludes>WEB-INF/lib/el-*</packagingExcludes>
+ <packagingExcludes>WEB-INF/lib/el-*</packagingExcludes>
</configuration>
</execution>
</executions>
@@ -160,12 +160,12 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
- <version>1.2</version>
+ <version>1.0</version>
</dependency>
<dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-ri</artifactId>
- <version>1.2</version>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/stateAPI/examples/simple.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/stateAPI/examples/simple.xhtml 2008-09-10
19:56:11 UTC (rev 10407)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/stateAPI/examples/simple.xhtml 2008-09-10
19:59:42 UTC (rev 10408)
@@ -35,6 +35,6 @@
</h:inputSecret>
<rich:message for="confirm"/>
</h:panelGrid>
- <a4j:commandButton actionListener="#{state.action.listener}"
action="#{state.ok}" value="#{state.okBtn}"
id="action"/>
+ <a4j:commandButton actionListener="#{state.action.listener}"
action="#{state.action.ok}" value="#{state.okBtn}"
id="action"/>
</rich:panel>
</ui:composition>
\ No newline at end of file
Show replies by date