Author: husted Date: Wed Oct 26 03:30:46 2005 New Revision: 328622 URL: http://svn.apache.org/viewcvs?rev=328622&view=rev Log: * Link to MailReader wiki site. * Add Command and Catalog elements to the release notes.
Modified: struts/core/trunk/xdocs/learning.xml struts/core/trunk/xdocs/userGuide/release-notes.xml Modified: struts/core/trunk/xdocs/learning.xml URL: http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/learning.xml?rev=328622&r1=328621&r2=328622&view=diff ============================================================================== --- struts/core/trunk/xdocs/learning.xml (original) +++ struts/core/trunk/xdocs/learning.xml Wed Oct 26 03:30:46 2005 @@ -143,7 +143,8 @@ Blank - A simple template for starting new Struts applications. </li> <li> - <strong>MailReader</strong> - The original Struts example + <a href="http://opensource2.atlassian.com/confluence/oss/display/STRUTS/MailReader"> + MailReader</a> - The original Struts example application. <em>Try me first!</em> </li> <li> Modified: struts/core/trunk/xdocs/userGuide/release-notes.xml URL: http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/userGuide/release-notes.xml?rev=328622&r1=328621&r2=328622&view=diff ============================================================================== --- struts/core/trunk/xdocs/userGuide/release-notes.xml (original) +++ struts/core/trunk/xdocs/userGuide/release-notes.xml Wed Oct 26 03:30:46 2005 @@ -101,6 +101,9 @@ Arbitrary configuration properties </li> <li> + Catalog and Command Elements + </li> + <li> Enhanced Global Exception Handlers </li> <li> @@ -166,7 +169,23 @@ provides similar logic for finding a globally mapped exception handler for the given exception class or any of its superclasses. </p> + + + <h4> Catalog and Command elements</h4> + <p> + Available for both the Controller and any Action Mapping + </p> + <p> + catalog - The name of a commons-chain catalog in which to look up a command + to be executed as part of servicing this request. Only meaningful if "command" + is also specified. + </p> + <p> + command - The name of a commons-chain command which should be looked up and + executed as part of servicing this request. + </p> + <h4>Extends attribute</h4> <p> In the Struts configuration file, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]