glenn 01/07/03 09:29:55
Modified: src/doc addtaglib.xml
Log:
Mention creation of example jsp html files
Revision Changes Path
1.3 +6 -1 jakarta-taglibs/src/doc/addtaglib.xml
Index: addtaglib.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/src/doc/addtaglib.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- addtaglib.xml 2001/07/01 15:54:27 1.2
+++ addtaglib.xml 2001/07/03 16:29:51 1.3
@@ -109,7 +109,12 @@
the new tag.</p>
<p>Create some static html and jsp pages in the
-<code>examples/web/</code> to test the new tag.</p>
+<code>examples/web/</code> to test the new tag.
+The build of the examples war file will automatically create an
+html file for each example jsp file. You can put a link in your
+static html or jsp files to the html file generated from the jsp
+source to add a view source link. For example, the file foo.jsp
+would have a corresponding foo.html file generated.</p>
</section>
<section name="Building the tag library" href="Building">