Why does the subview id get added to the child div id? Is there any way to stop this from happening?
Example:
<f:subview id="foo">
<t:div id="bar">
.
.
.
</t:div>
</t:subview>
The resulting HTML is:
<div id="foo:bar">
.
.
.
</div>
--
View this message in context:
http://www.nabble.com/f%3Asubview-id-value-added-to-child-t%3Adiv-t1553506.html#a4220453
Sent from the MyFaces - Users forum at Nabble.com.

