I have a fieldset component that looks like this.

<fieldset t:type="Any"
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
 <span t:type="If" test="title">
   <legend>${title}</legend>
 </span>
 <t:body />
</fieldset>

I expect that the content of the body would render inside the
<fieldset> but it doesnt.
what I get is this,

<fieldset>
 <legend>This is a fieldset</title>
</fieldset>
Here goes the body of the fieldset component?!

--
/ted

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to