I am trying to do this:
<core:if test="${property.length() >= min}">

But it throws an Invalid comparison : GE exception. If I do
<core:if test="${property.length() == min}">
or
<core:if test="${property.length() >= 4}">
they both come out fine. Is there something I can do to get the first one to work?


Thanks


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



Reply via email to