shawn 01/08/05 18:03:30 Modified: jsptl/doc/web GettingStarted.html Log: Updated documentation (suggested by dan miller <[EMAIL PROTECTED]>) Revision Changes Path 1.4 +4 -1 jakarta-taglibs/jsptl/doc/web/GettingStarted.html Index: GettingStarted.html =================================================================== RCS file: /home/cvs/jakarta-taglibs/jsptl/doc/web/GettingStarted.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- GettingStarted.html 2001/07/24 00:12:56 1.3 +++ GettingStarted.html 2001/08/06 01:03:30 1.4 @@ -129,7 +129,10 @@ <tt>jsptl.jar</tt>, the SPEL is identified by the class <tt>org.apache.taglibs.jsptl.lang.spel.Evaluator</tt>, and JPath is identified by the class -<tt>org.apache.taglibs.jsptl.lang.jpath.JPathExpressionEvaluator</tt>.</p> +<tt>org.apache.taglibs.jsptl.lang.jpath.JPathExpressionEvaluator</tt>. +(For an example of how this context parameter is set, see the +<tt>web.xml</tt> file that comes with the <tt>jsptl-examples</tt> +application.)</p> <p>In JSPTL EA1, you can also mix different expression languages on the same page using the <tt><expressionLanguage></tt> tag. This tag's
