rleland     2004/02/19 14:54:10

  Modified:    doc/userGuide struts-logic.xml
  Log:
  Fix wording of lessEqual tag.
  
  Submitted by Matt Bathje
  
  Revision  Changes    Path
  1.21      +1 -1      jakarta-struts/doc/userGuide/struts-logic.xml
  
  Index: struts-logic.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-logic.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- struts-logic.xml  1 Feb 2004 16:15:07 -0000       1.20
  +++ struts-logic.xml  19 Feb 2004 22:54:10 -0000      1.21
  @@ -619,7 +619,7 @@
       <name>lessEqual</name>
       <summary>
       Evaluate the nested body content of this tag if the requested
  -    variable is greater than or equal to the specified value.
  +    variable is less than or equal to the specified value.
       </summary>
       <tagclass>org.apache.struts.taglib.logic.LessEqualTag</tagclass>
       <bodycontent>JSP</bodycontent>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to