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 ba...@apache.org on 2003/02/10 09:00:25 UTC

cvs commit: jakarta-taglibs-sandbox/unstandard TODO

bayard      2003/02/10 00:00:22

  Modified:    unstandard TODO
  Log:
  New ideas from Tim/Craig.
  
  Revision  Changes    Path
  1.2       +8 -0      jakarta-taglibs-sandbox/unstandard/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs-sandbox/unstandard/TODO,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TODO	10 Feb 2003 04:39:49 -0000	1.1
  +++ TODO	10 Feb 2003 08:00:22 -0000	1.2
  @@ -10,6 +10,9 @@
   <un:instanceOf target="foo" type="java.sql.SQLException">
     ...
   </un:instanceOf>
  +
  +[This would most likely be implemented into JSTL as the EL instanceof operator]
  +
   <un:collection type="java.util.ArrayList">
     <un:element value="${someVar}"/>
   <un:collection/>
  @@ -42,5 +45,10 @@
   
   <!-- more likely for String taglib -->
   <un:equalsIgnoreCase var="jstlVar" lhs="${bob}" rhs="${alice}"/>
  +[This could be implemented in JSTL's EL as a ~= operator]
  +[Akin to the mathematical operator 'equivalent to'  2 ~ on top of each other]
  +[Might be useful for float comparison too]
  +
  +<un:equals ignoreCase="true|false" var="jstlVar" lhs="${someObj.property" rhs="boat"/>
   
   <un:finishPage/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org