2x ui:insert name="xyz" fails:
https://jsftemplating.dev.java.net/issues/show_bug.cgi?id=22
User kenpaulsen changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from kenpaulsen_at_dev.java.net Mon Feb 4 01:32:57 +0000 2008 -------
This issue is related to issue #35. I am now wrapping includes/inserts in a NamingContainer which solves this problem.
This problem was previously caused b/c during tree creation, it was looking for the same id and assumed it was the same
component. Including these in different NamingContainers solves this.
Ken