On 10/25/2003 12:13 PM "Yann C�������������������������" wrote:
How do i do the following portName.length() inside test :
<c:set var="portName" value="TEST" />
<c:if test="${ portName.length() > 15}">  <================

</c:if>


If you can use JSTL1.1, you can use the fn: Function-Library
to query the length of properties

http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html

Hi Yann,
can you give a quick example of the use of this function library, and perhaps the taglib declaration.


I couldn't find anything in the spec.

Adam
--
struts 1.1 + tomcat 5.0.12 + java 1.4.2
Linux 2.4.20 RH9


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to