bayard      01/09/05 21:28:21

  Modified:    string/examples/web string.jsp
  Log:
  Changed taglib uri to have a -1.0 on the end.
  This matches the value that is generated into the tld file upon building.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-taglibs/string/examples/web/string.jsp
  
  Index: string.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/string/examples/web/string.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- string.jsp        2001/08/30 12:18:19     1.1
  +++ string.jsp        2001/09/06 04:28:21     1.2
  @@ -10,7 +10,7 @@
   <h1>
   Jakarta STRING Taglib Example</h1></center>
   <br>
  -<%@ taglib uri="http://jakarta.apache.org/taglibs/string"; prefix="str" %>
  +<%@ taglib uri="http://jakarta.apache.org/taglibs/string-1.0"; prefix="str" %>
   
   <table border="1">
   <tr><th>Tag</th><th>Input</th><th>Expected</th><th>Actual</th></tr></td>
  
  
  

Reply via email to