SyntaxException is thrown when there is space between "if( ... #":
https://jsftemplating.dev.java.net/issues/show_bug.cgi?id=5
User kenpaulsen changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from kenpaulsen_at_dev.java.net Wed Mar 28 19:07:41 +0000 2007 -------
This issue is now fixed. The following will work:
if (#{true}) { doSomething() }