Peter,

I'm no expert in the logic tags, preferring standard JSTL.

<logic:lessThan name="projectListSize" value="5">
        Less than 5!
</logicLessThan>
<logic:greaterEqual name="projectListSize" value="5">
        Greater or equal 5!
</logic:greaterEqual>

always both messages are shown! Is there something I am missing?
However, if the list size is 5, then both will be shown.

Sorry if i'm stating the obvious ;)

As Glenn just said, it may be the typo, but I thought that would also produce JSP errors.

James.

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

Reply via email to