I made another addition to the template format's syntax, I added a new
way to specify events. Previously you needed to specify them in them as:
<!eventName [handlers] />
You can now do this:
<!event type="eventName">[handlers]</event>
Or:
<ui:event type="eventName">[handlers]</ui:event>
This should be consistent with the facelets LDM's syntax. The old
format still works, but I encourage the use of the new formats
(particularly the last one).
Let me know if you have questions or comments...
Thanks,
Ken