You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ms...@locus.apache.org on 2000/11/09 04:15:18 UTC

cvs commit: jakarta-struts/src/doc struts-form.xml

mschachter    00/11/08 19:15:17

  Modified:    src/doc  struts-form.xml
  Log:
  	363
  	Mike Schachter
  Modified the <tagclass> element for the file tag in
  src/doc/struts-form.xml.  It was wrongly specified to be of class
  "org.apache.struts.action.taglib.form.RadioTag" and was changed to
  be "org.apache.struts.action.taglib.form.FileTag".
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-struts/src/doc/struts-form.xml
  
  Index: struts-form.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/doc/struts-form.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- struts-form.xml	2000/11/04 00:46:29	1.3
  +++ struts-form.xml	2000/11/09 03:15:16	1.4
  @@ -703,7 +703,7 @@
   		<summary>
   			Render A File Select Input Field
   		</summary>
  -		<tagclass>org.apache.struts.taglib.form.CheckboxTag</tagclass>
  +		<tagclass>org.apache.struts.taglib.form.FileTag</tagclass>
   		<info>
   			<p>
   				Renders an HTML &lt;input&gt; element of type file, defaulting to