Author: nbelaevski
Date: 2008-09-10 15:49:49 -0400 (Wed, 10 Sep 2008)
New Revision: 10406
Modified:
tags/3.2.2.GA/samples/richfaces-demo/pom.xml
tags/3.2.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/stateAPI/examples/simple.xhtml
Log:
StateAPI demo made working in Tomcat 5.5
Invalid packaging fixed
Modified: tags/3.2.2.GA/samples/richfaces-demo/pom.xml
===================================================================
--- tags/3.2.2.GA/samples/richfaces-demo/pom.xml 2008-09-10 18:08:36 UTC (rev 10405)
+++ tags/3.2.2.GA/samples/richfaces-demo/pom.xml 2008-09-10 19:49:49 UTC (rev 10406)
@@ -129,7 +129,7 @@
<configuration>
<webappDirectory>${project.build.directory}/${project.build.finalName}-jee5</webappDirectory>
<classifier>jee5</classifier>
-
<warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/el-*</warSourceExcludes>
+
<packagingExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/el-*</packagingExcludes>
</configuration>
</execution>
<execution>
@@ -141,7 +141,7 @@
<configuration>
<webappDirectory>${project.build.directory}/${project.build.finalName}-tomcat6</webappDirectory>
<classifier>tomcat6</classifier>
- <warSourceExcludes>WEB-INF/lib/el-*</warSourceExcludes>
+ <packagingExcludes>WEB-INF/lib/el-*</packagingExcludes>
</configuration>
</execution>
</executions>
Modified:
tags/3.2.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/stateAPI/examples/simple.xhtml
===================================================================
---
tags/3.2.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/stateAPI/examples/simple.xhtml 2008-09-10
18:08:36 UTC (rev 10405)
+++
tags/3.2.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/stateAPI/examples/simple.xhtml 2008-09-10
19:49:49 UTC (rev 10406)
@@ -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