husted 01/10/05 03:57:00 Modified: doc release-notes.xml Added: doc release-notes-1.0.1.xml Log: Update release notes for latest CVS commits, and add release notes file using 1.0.1 style. Revision Changes Path 1.4 +6 -0 jakarta-struts/doc/release-notes.xml Index: release-notes.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/release-notes.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- release-notes.xml 2001/09/17 19:55:29 1.3 +++ release-notes.xml 2001/10/05 10:57:00 1.4 @@ -158,6 +158,7 @@ <em>struts-bean</em> custom tag library (package <code>org.apache.struts.taglib.bean</code>):</p> <ul> + <li>Correct the generated scripting variable type when the <bean:cookie>, <bean:header>, or <bean:parameter> tag is used with the "multiple" attribute.</li> <li>Added <code>name</code>, <code>property</code>, and <code>scope</code> attributes to the <code><bean:message></code> tag, so that the message source key can be obtained dynamically from @@ -168,6 +169,8 @@ <em>struts-html</em> custom tag library (package <code>org.apache.struts.taglib.html</code>):</p> <ul> + <li>On the Options tag, if the property specified by the "property" attribute returns null, it now throws an error message that indicates what the real problem is, rather than causing an NPE.</li> + <li>Added 'style' and 'styleClass' attributes for <html:option> and <html:options> tags.</li> <li>Added 'name', 'property' and 'scope' attributes to <code><bean:message></code> so that the message resource key can be obtained dynamically from a bean.</li> @@ -221,6 +224,8 @@ <p>The following changes and bug fixes have occurred in the basic controller framework (package <code>org.apache.struts.action</code>):</p> <ul> + <li>Unconditionally pass the selected mapping as a request attribute under key Action.MAPPING_KEY, even if no form bean is specified.</li> + <li>Avoid a NullPointerException in corner cases caused by failed initialization of ActionServlet.</li> <li>The <code>ActionForm</code> class is now truly serializable, because the two non-serializable instance variables (servlet and multipartRequestHandler) have been made transient. However, if you @@ -260,6 +265,7 @@ <em>struts-html</em> custom tag library (package <code>org.apache.struts.taglib.html</code>):</p> <ul> + <li>Added the 'align' attribute to the <html:image> tag.</li> <li>Added indexed attribute to ImageTag, RadioTag, and TextAreaTag.</li> <li>Added MessagesTag.</li> <li>Correctly URLEncode the query string parameter value on ImgTag, even if there is only a single parameter.</li> 1.2 +200 -0 jakarta-struts/doc/release-notes-1.0.1.xml