Derek,

Yes it's possible, here's one I prepared earlier...

<fi:group>
<fi:styling type="fieldset"/>
<fi:label><ft:widget-label id="DCMap"/></fi:label>
<fi:items>
<table cellspacing="10">
<tr>
<th><ft:repeater-widget-label id="DCMap" widget-id="metadataField"/></th>
<th><ft:repeater-widget-label id="DCMap" widget-id="DCElement"/></th>
<th><ft:repeater-widget-label id="DCMap" widget-id="DCQualifier"/></th>
<th><ft:repeater-widget-label id="DCMap" widget-id="separator"/></th>
<th><ft:repeater-widget-label id="DCMap" widget-id="mapDelete"/></th>
</tr>
<ft:repeater-widget id="DCMap">
<tr>
<td><ft:widget id="metadataField"/></td>
<td>
<ft:widget id="DCElement">
<fi:styling submit-on-change="true"/>
</ft:widget>
</td>
<td><ft:widget id="DCQualifier"/></td>
<td><ft:widget id="separator"/></td>
<td><ft:widget id="mapDelete"/></td>
</tr>
</ft:repeater-widget>
</table>
</fi:items>
</fi:group>


Scott.

Derek Hohls wrote:

Quick and simple question:
is it possible to have <ft:repeater... tags  inside of <fi:group> tags;

if so, is there an example I can follow?

Thanks
Derek





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



Reply via email to