Author: rjung Date: Thu Feb 9 19:56:54 2012 New Revision: 1242495 URL: http://svn.apache.org/viewvc?rev=1242495&view=rev Log: BZ 52634: Typos in Examples.
Patch provided by Felix Schumacher. Modified: tomcat/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.jsp tomcat/trunk/webapps/examples/jsp/tagplugin/howto.html tomcat/trunk/webapps/examples/jsp/tagplugin/notes.html Modified: tomcat/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.jsp URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.jsp?rev=1242495&r1=1242494&r2=1242495&view=diff ============================================================================== --- tomcat/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.jsp (original) +++ tomcat/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.jsp Thu Feb 9 19:56:54 2012 @@ -24,7 +24,7 @@ <h1>JSP 2.0 Expression Language - Implicit Objects</h1> <hr> This example illustrates some of the implicit objects available - in the Expression Lanaguage. The following implicit objects are + in the Expression Language. The following implicit objects are available (not all illustrated here): <ul> <li>pageContext - the PageContext object</li> Modified: tomcat/trunk/webapps/examples/jsp/tagplugin/howto.html URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/tagplugin/howto.html?rev=1242495&r1=1242494&r2=1242495&view=diff ============================================================================== --- tomcat/trunk/webapps/examples/jsp/tagplugin/howto.html (original) +++ tomcat/trunk/webapps/examples/jsp/tagplugin/howto.html Thu Feb 9 19:56:54 2012 @@ -21,7 +21,7 @@ <body> <h2>How to write tag plugins</h2> <p> - To write a plugin, you'll need to download the source for Tomcat 5. + To write a plugin, you'll need to download the source for Tomcat. There are two steps: <ol> <li> Modified: tomcat/trunk/webapps/examples/jsp/tagplugin/notes.html URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/tagplugin/notes.html?rev=1242495&r1=1242494&r2=1242495&view=diff ============================================================================== --- tomcat/trunk/webapps/examples/jsp/tagplugin/notes.html (original) +++ tomcat/trunk/webapps/examples/jsp/tagplugin/notes.html Thu Feb 9 19:56:54 2012 @@ -21,17 +21,17 @@ <body> <h2>Tag Plugins: Introductory Notes</h2> <p> - Tomcat 5 provides a framework for implementing tag plugins. The + Tomcat provides a framework for implementing tag plugins. The plugins instruct Jasper, at translation time, to replace tag handler calls with Java scriptlets. The framework allows tag library authors to implement plugins for their tags. </p> <p> - Tomcat 5 is released with plugins for several JSTL tags. Note + Tomcat is released with plugins for several JSTL tags. Note that these plugins work with JSTL 1.1 as well as JSTL 1.0, though the examples uses JSTL 1.1 and JSP 2.0. - These plugins are not complete (for instance, some item types not + These plugins are not complete (for instance, some item types are not handled in <c:if>). They do serve as examples to show plugins in action (just examine the generated Java files), and how they can be implemented. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org