jmitchell 2003/03/05 19:23:29 Modified: doc/userGuide struts-html.xml Log: 1. The docs were a little out of synch for the FrameTag. I'm sure at some point someone added the required action to the docs, but forgot to change the 'must be one of' section (above it) 2. HiddenTag allows you to add bodycontent, but it is completely ignored. Upon investigation I noticed that the declaration was missing from this file. Revision Changes Path 1.53 +4 -0 jakarta-struts/doc/userGuide/struts-html.xml Index: struts-html.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-html.xml,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- struts-html.xml 1 Mar 2003 00:44:59 -0000 1.52 +++ struts-html.xml 6 Mar 2003 03:23:28 -0000 1.53 @@ -1612,6 +1612,9 @@ application-relative URI, and generate a server-relative URI by including the context path and application prefix.</li> + <li><em>action</em> - Use the value of this attribute as the + logical name of a global Action that contains the actual + content-relative URI of the destination of this transfer.</li> </ul> <p>Normally, the hyperlink you specify with one of the @@ -1987,6 +1990,7 @@ Render A Hidden Field </summary> <tagclass>org.apache.struts.taglib.html.HiddenTag</tagclass> + <bodycontent>empty</bodycontent> <info> <p> Renders an HTML <input> element of type hidden, populated
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]