On Fri, 03 Aug 2012 21:07:27 -0300, Howard Lewis Ship <hls...@gmail.com> wrote:

public boolean isNumberThree() { return numericValue == 3; }

In other words, don't put logic in templates, put them in Java classes, where it can be easily debugged and tested. ;)

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to