You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ho...@apache.org on 2002/01/04 23:38:27 UTC

cvs commit: jakarta-taglibs/standard/examples/web/conditionals index.html

horwat      02/01/04 14:38:27

  Modified:    standard/examples/web/conditionals index.html
  Log:
  Fix conditional tag example documentation.
  
  Submitted by: Prasad Subramanian
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-taglibs/standard/examples/web/conditionals/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/conditionals/index.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.html	2 Jan 2002 18:49:29 -0000	1.7
  +++ index.html	4 Jan 2002 22:38:27 -0000	1.8
  @@ -31,7 +31,7 @@
   <h3>&lt;if&gt; Simple Conditional Execution&nbsp;&nbsp; <a href="../ShowSource.jsp?filename=/conditionals/If.jsp"><img src="../images/code.gif" width="24" height="24" border="0"></a> 
     <a href="If.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a> 
   </h3>
  -Only shows a customer from the customer list if the last name is &quot;Howe&quot;.<br>
  +Only shows a customer from the customer list if they are living in the &quot;USA&quot;.<br>
   <h3> &lt;choose&gt;&nbsp;Mutually Exclusive Conditional Execution&nbsp;<a href="../ShowSource.jsp?filename=/conditionals/Choose.jsp"><img src="../images/code.gif" width="24" height="24"" border="0"></a> 
     <a href="Choose.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a> 
   </h3>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>