Author: pbenedict Date: Thu Feb 22 21:40:19 2007 New Revision: 510838 URL: http://svn.apache.org/viewvc?view=rev&rev=510838 Log: STR-3008: Added createAction method
Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml?view=diff&rev=510838&r1=510837&r2=510838 ============================================================================== --- struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml Thu Feb 22 21:40:19 2007 @@ -70,7 +70,12 @@ <li>[<a href='https://issues.apache.org/struts/browse/STR-2996'>STR-2996</a>] - ImportAttributeTag throws a NPE when ignore=true and the attribute value is unavailable</li> <li>[<a href='https://issues.apache.org/struts/browse/STR-2997'>STR-2997</a>] - [validator] validwhen strings don't work right</li> <li>[<a href='https://issues.apache.org/struts/browse/STR-2998'>STR-2998</a>] - LinkTag renders the link twice</li> -</ul> +</ul> + +<h4>Improvement</h4> +<ul> +<li>[<a href='https://issues.apache.org/struts/browse/STR-3008'>STR-3008</a>] - AbstractCreateAction: Refactor creation into separate method</li> +</ul> </subsection> <subsection>