Configuring Siebel eBusiness Applications > Overview of Web Templates and Siebel Tags > About Siebel Tags >

About Nesting and Siebel Tags


You cannot nest a Siebel tag inside HTML tags. For example, the following is not valid and will generate an error:

<img src="<swe:control id="1"/>">

In addition, you cannot nest some Siebel tags. For example, the following is not valid and will generate an error:

<swe:control id="1">

<swe:control id="2" property="formattedHTML"/>

<swe:this property="formattedHTML"/>

</swe:control>

</swe:control>

Configuring Siebel eBusiness Applications