Thanks Scott - it was the <fi:styling type="fieldset"/> I
was missing - is there a set of options for the
different styling types that can be used for <fi:group>
and, if so, are they documentted anywhere?
>>> [EMAIL PROTECTED] 2004/09/07 12:43:29 AM >>>
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]
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]