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 sh...@apache.org on 2001/12/14 01:22:00 UTC

cvs commit: jakarta-taglibs/standard/doc/web GettingStarted.html

shawn       01/12/13 16:22:00

  Modified:    standard/doc/web GettingStarted.html
  Log:
  Pointed out requirement of 'js.jar' for ECMAScript use.
  
  Revision  Changes    Path
  1.5       +6 -1      jakarta-taglibs/standard/doc/web/GettingStarted.html
  
  Index: GettingStarted.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/doc/web/GettingStarted.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- GettingStarted.html	2001/12/12 20:57:47	1.4
  +++ GettingStarted.html	2001/12/14 00:22:00	1.5
  @@ -89,6 +89,11 @@
   parsers in Tomcat 4.</p>
   -->
   
  +<p>To use JSTL, include the 'standard.jar' file in your application's
  +WEB-INF/lib directory.  If you use the default expression language
  +(ECMAScript), you should also include the distribution's 'js.jar' file in
  +WEB-INF/lib.</p>
  +
   <h3>Multiple tag libraries</h3>
   
   <p>See the <a href="Overview.html">Overview Document</a> for information
  @@ -115,7 +120,7 @@
   setting the servlet context parameter
   <tt>javax.servlet.jsp.jstl.temp.ExpressionEvaluatorClass</tt> to the class
   containing the expression-evaluation logic you wish to use. In
  -<tt>jstl.jar</tt>, the SPEL is identified by the class
  +<tt>standard.jar</tt>, the SPEL is identified by the class
   <tt>org.apache.taglibs.standard.lang.spel.Evaluator</tt>; JPath is identified
   by the class
   <tt>org.apache.taglibs.standard.lang.jpath.JPathExpressionEvaluator</tt>;
  
  
  

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