Author: smukhina
Date: 2007-07-07 07:38:20 -0400 (Sat, 07 Jul 2007)
New Revision: 2352
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJavaServerFaces.xml
Log:
http://jira.jboss.com/jira/browse/EXIN-373
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJavaServerFaces.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJavaServerFaces.xml 2007-07-06
18:05:50 UTC (rev 2351)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJavaServerFaces.xml 2007-07-07
11:38:20 UTC (rev 2352)
@@ -1214,7 +1214,7 @@
Ant folder and run the script by typing from the command line:</para>
<programlisting role="XML"><![CDATA[ant createtaglib
]]></programlisting>
-<para>To see how this works now, copy the mylib.jar file to the WEB-INF/lib folder
of any JSF
+<para>To see how this works now, copy the mylib.jar file to the
<emphasis>WEB-INF/lib</emphasis> folder of any JSF
project. Then insert your new custom tag on one of the JSP pages. Don't forget
to insert at the
top of the page the definition:</para>
<programlisting role="XML"><![CDATA[<%@ taglib
uri="http://jsftutorials.com/" prefix="d" %>