Add handler-level condition support:
https://jsftemplating.dev.java.net/issues/show_bug.cgi?id=2
User kenpaulsen changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from kenpaulsen_at_dev.java.net Mon Sep 4 23:33:41 +0000 2006 -------
2 approaches come to mind:
- Use HandlerDefinitions ability to nest Handlers, and create a page-levle HD (use built-in "if" handler for condition)
- Extend Handlers to be able to nest other Handlers
I have to revisit this code to see which makes sense. Parsing should be straight forward once the syntax is decided,
the syntax suggested by Anissa looks good to me.