dmkarr 2002/10/24 21:48:41 Modified: contrib/struts-el/src/share/org/apache/strutsel package.html Log: Removed "logic:present" and "logic:notPresent" from tags not ported, and removed paragraph explaining why they weren't ported. Revision Changes Path 1.2 +0 -15 jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/package.html Index: package.html =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/package.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- package.html 20 Oct 2002 00:24:24 -0000 1.1 +++ package.html 25 Oct 2002 04:48:41 -0000 1.2 @@ -93,22 +93,7 @@ <td>notEqual</td> <td>c:if, c:when, EL</td> </tr> - <tr> - <td>notPresent</td> - <td>c:if, c:when, EL</td> - </tr> - <tr> - <td>present</td> - <td>c:if, c:when, EL</td> - </tr> </table> - <p> - In general, the "conditional" features provided by these tags in the - "struts-logic" tag library are incorporated into the JSTL expression - language itself. Note that some features of the "logic:present" tag, - related to "roles" and "users" is not available in the JSTL. This will be - addressed in a future minor release of Struts-EL. - </p> <p> The following are some examples of "Before" and "After", where the first example is pure Struts usage, and the second example will be pure JSTL
-- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>