You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by fischman_98 <mf...@powerconsultantsinc.com> on 2006/05/04 01:34:39 UTC

f:subview id value added to child t:div

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.