>
> 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


HTH,
    Yann




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

Reply via email to