logic:lessThan problem

2005-08-19 Thread Peter . Zoche
Hi list! I have some problems comparing values with logic tags. I have searched the mailing list archive, but I only found solutions that look pretty the same as what I have done, but it still does not work. So perhaps someone can help. I have a bean which stores a list of projects. Because the

Re: logic:lessThan problem

2005-08-19 Thread Glenn DeschĂȘnes
Hi Peter, There seems to be a typo in the closing tag. logic:lessThan name=projectListSize value=5 Less than 5! /logicLessThan Should be /logic:lessThan - Glenn On 8/19/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi list! I have some problems comparing values with

Re: logic:lessThan problem

2005-08-19 Thread James Neville
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