Hello, In my wiki I've got several classes which objects I want to list, only when an Integer attribute is > or < then a certain value. However something like: #if($duration < 10), doesn't work. Anybody any ideas? Thanks again, Joep Janssen
On 3/20/06, [email protected] <[email protected]> wrote:
Hello,
In my wiki I've got several classes which objects I want to list, only when an Integer attribute is > or < then a certain value. However something like: #if($duration < 10), doesn't work. Anybody any ideas?
Hi, can you send us more code, because it's difficult to know why it's not working. have you tried: #set($duration = 8) #if($duration < 10) It's working #end Jérémi -- Blog: http://www.jeremi.info LinkedIn: https://www.linkedin.com/profile?viewProfile=&key=1437724 Project Manager XWiki: http://www.xwiki.org skype: jeremi23 -- msn et gtalk : [email protected]
participants (2)
-
jeremi joslin -
jjanssen@nl.swets.com