dev@jsftemplating.java.net

[Issue 39] UI:Composition is not rendering its body when no template is supplied

From: <kenpaulsen_at_dev.java.net>
Date: 24 Mar 2008 18:03:38 -0000

UI:Composition is not rendering its body when no template is supplied:
https://jsftemplating.dev.java.net/issues/show_bug.cgi?id=39



User kenpaulsen changed the following:

                What |Old value |New value
================================================================================
                  Status|NEW |RESOLVED
--------------------------------------------------------------------------------
              Resolution| |FIXED
--------------------------------------------------------------------------------




------- Additional comments from kenpaulsen_at_dev.java.net Mon Mar 24 18:03:37 +0000 2008 -------
The LayoutViewHandler correctly handled ui:compositions when they pointed to a template. It did nothing when they were
not using a template. I changed the behavior to render its body when it does not point to a template, this fixes this
issue.

Ken