Hi! I am converting quite a big JSP / Spring-MVC / Hibernate site to T5.
I started a week ago and I am quite amazed by T5. It simply has made web hacking fun! Thanks to Howard and all of you that had made this possible. And the question is: I often come across JSP code like ... <c:when test="${ playersOnline > 100 }"> According to my understanding T5 does not support expressions in the test parameter. Correct? Now I am coding a test method in the java class for each such case. Is there a smarter solution? Thanks in advance! Gunnar Eketrapp Stockholm, Sweden