Warning: Stupid question.
I've been writing some pretty useful, reusable UI tags. I didn't really
notice any in the TagLib. Is there room for these?
Thanks,
Bob
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 05, 2001 11:28 PM
Subject: cvs commit: jakarta-taglibs/string/examples/web string.jsp
> 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>
>
>
>