Author: wsmoak
Date: Tue Nov 8 22:25:25 2005
New Revision: 331963
URL: http://svn.apache.org/viewcvs?rev=331963&view=rev
Log:
Removed MyFaces Listener from web.xml as it is no longer needed in version 1.1.
Fixed typo in properties file.
Made cancel button immediate so it will skip validation.
Modified:
struts/shale/trunk/mailreader/src/java/org/apache/shale/examples/mailreader/ApplicationResources.properties
struts/shale/trunk/mailreader/src/web/WEB-INF/web.xml
struts/shale/trunk/mailreader/src/web/registration.jsp
Modified:
struts/shale/trunk/mailreader/src/java/org/apache/shale/examples/mailreader/ApplicationResources.properties
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/mailreader/src/java/org/apache/shale/examples/mailreader/ApplicationResources.properties?rev=331963&r1=331962&r2=331963&view=diff
==============================================================================
---
struts/shale/trunk/mailreader/src/java/org/apache/shale/examples/mailreader/ApplicationResources.properties
(original)
+++
struts/shale/trunk/mailreader/src/java/org/apache/shale/examples/mailreader/ApplicationResources.properties
Tue Nov 8 22:25:25 2005
@@ -88,7 +88,7 @@
registration.editSubscription=Edit
registration.header.create=Enter Registration Information
registration.header.edit=Edit Your Registration Information
-registration.title.create=Register for the MailReader Demostration Application
+registration.title.create=Register for the MailReader Demonstration Application
registration.title.edit=Edit Registration for the MailReader Demonstration
Application
subscription.title.create=Create New Mail Subscription
subscription.title.delete=Delete Existing Mail Subscription
Modified: struts/shale/trunk/mailreader/src/web/WEB-INF/web.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/mailreader/src/web/WEB-INF/web.xml?rev=331963&r1=331962&r2=331963&view=diff
==============================================================================
--- struts/shale/trunk/mailreader/src/web/WEB-INF/web.xml (original)
+++ struts/shale/trunk/mailreader/src/web/WEB-INF/web.xml Tue Nov 8 22:25:25
2005
@@ -47,14 +47,6 @@
<url-pattern>/*</url-pattern>
</filter-mapping>
-MYFACES_BEGIN
- <listener>
- <listener-class>
- net.sourceforge.myfaces.webapp.StartupServletContextListener
- </listener-class>
- </listener>
-MYFACES_END
-
<!-- Application Startup/Shutdown Listener -->
<listener>
<listener-class>
Modified: struts/shale/trunk/mailreader/src/web/registration.jsp
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/mailreader/src/web/registration.jsp?rev=331963&r1=331962&r2=331963&view=diff
==============================================================================
--- struts/shale/trunk/mailreader/src/web/registration.jsp (original)
+++ struts/shale/trunk/mailreader/src/web/registration.jsp Tue Nov 8 22:25:25
2005
@@ -155,6 +155,7 @@
<h:commandButton id="cancel"
type="SUBMIT"
action="#{registration.cancel}"
+ immediate="true"
value="#{messages['button.cancel']}"/>
</h:panelGroup>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]