husted 01/02/26 03:57:31 Modified: src/doc/userGuide building_view.xml Log: Resolve bug #704, submitted by "[EMAIL PROTECTED]". Correct reference to deprecated "InputForm". < http://nagoya.apache.org/bugzilla/show_bug.cgi?id=704 > Revision Changes Path 1.17 +1 -1 jakarta-struts/src/doc/userGuide/building_view.xml Index: building_view.xml =================================================================== RCS file: /home/cvs/jakarta-struts/src/doc/userGuide/building_view.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- building_view.xml 2001/02/11 22:56:59 1.16 +++ building_view.xml 2001/02/26 11:57:30 1.17 @@ -464,7 +464,7 @@ <code>MessageResources</code> bundle) that should be displayed. The controller servlet will store this array as a request attribute suitable for use by the <code><html:errors></code> tag, and will forward - control back to the input form (identified by the <code>inputForm</code> + control back to the input form (identified by the <code>input</code> property for this <code>ActionMapping</code>).</li> </ul>
