Do you have some more code (i.e. the template file) ?

Here is a part of the template (the ft:form déclaration). The whole is template is genrerated by a cocoon pipeline.

Cheers.
André Davignon

<ft:form-template xmlns:ft="http://apache.org/cocoon/forms/1.0#template"; method="POST" ajax="true"
                action="#{$cocoon/continuation/id}.continue">
 <input type="hidden" name="action" value=""/>
<fi:validation-errors xmlns:fi="http://apache.org/cocoon/forms/1.0#instance";>
    <header>
       <div id="cforms.validation-errors.header">
          <i18n:text xmlns:i18n="http://apache.org/cocoon/i18n/2.1";
                     i18n:key="cforms.validation-errors.header">
<p>Votre notice contient des erreurs qui ne permettent pas de l'enregistrer.</p>
          </i18n:text>
       </div>
    </header>
    <ft:widget id="notix_unicity"/>
    <footer>
       <div id="cforms.validation-errors.footer">
          <i18n:text xmlns:i18n="http://apache.org/cocoon/i18n/2.1";
                     i18n:key="cforms.validation-errors.footer">
             <p>Retrouvez aussi ces messages dans les champs du formulaire.</p>
          </i18n:text>
       </div>
    </footer>
 </fi:validation-errors>
 <div class="actions">
    <ft:widget id="ok"/>
    <a name="recharger" class="action" href="?action=">
<i18n:text xmlns:i18n="http://apache.org/cocoon/i18n/2.1";>Recharger</i18n:text>
    </a>
    <a name="notice" class="action" href="?">
<i18n:text xmlns:i18n="http://apache.org/cocoon/i18n/2.1";>Notice</i18n:text>
    </a>
 </div>
 <table cellpadding="0" cellspacing="0" class="form">
    <tbody>
       <tr>
          <td>
<div class="aide" style="position:absolute;visibility:hidden;" id="PROPRIETEAide">
                <b>
                                        [PROPRIETE]
                                        PROPRIETE</b>
             </div>
          </td>
<th width="10%" nowrap="nowrap" class="optional" align="right" valign="top"
              onmouseover="return show(event, 'PROPRIETEAide');"
              onmouseout="return hide(event, 'PROPRIETEAide');">
<a target="Test" name="PROPRIETE" href="schema.xhtml#PROPRIETE">PROPRIETE</a>
          </th>
          <td>Â </td>
          <td class="repeater">
             <ft:repeater id="r-PROPRIETE">
                <table class="repeater" width="50" cellpadding="0" 
cellspacing="0">
                   <ft:repeater-rows>
                      <tr>
                         <td>
                            <ft:widget id="PROPRIETE">
<fi:styling xmlns:fi="http://apache.org/cocoon/forms/1.0#instance"; tabindex="1" class="field"/>
                            </ft:widget>
                         </td>
                         <td class="row">
                            <ft:widget id="select"/>
                         </td>
                      </tr>
                   </ft:repeater-rows>
                   <tr class="bloc">
                      <td class="plus" width="2%">
                         <ft:widget id="../addPROPRIETE">
<fi:styling xmlns:fi="http://apache.org/cocoon/forms/1.0#instance"; submit-on-change="true"/>
                         </ft:widget>
                         <ft:widget id="../removePROPRIETE">
<fi:styling xmlns:fi="http://apache.org/cocoon/forms/1.0#instance"; submit-on-change="true"/>
                         </ft:widget>
                      </td>
                   </tr>
                </table>
             </ft:repeater>
          </td>
          <td class="help"/>
       </tr>
       <tr>
          <td>
<div class="aide" style="position:absolute;visibility:hidden;" id="CHAMPAide">
                <b>
                                        [CHAMP]
                                        CHAMP</b>
             </div>
          </td>
<th width="10%" nowrap="nowrap" class="optional" align="right" valign="top"
              onmouseover="return show(event, 'CHAMPAide');"
              onmouseout="return hide(event, 'CHAMPAide');">
             <a target="Test" name="CHAMP" href="schema.xhtml#CHAMP">CHAMP</a>
          </th>
          <td>Â </td>
          <td class="repeater">
             <ft:repeater id="r-CHAMP">
                <table class="repeater" width="50" cellpadding="0" 
cellspacing="0">
                   <ft:repeater-rows>
                      <tr>
                         <td>
                            <ft:widget id="CHAMP">
<fi:styling xmlns:fi="http://apache.org/cocoon/forms/1.0#instance"; tabindex="1" class="field"/>
                            </ft:widget>
                         </td>
                         <td class="row">
                            <ft:widget id="select"/>
                         </td>
                      </tr>
                   </ft:repeater-rows>
                   <tr class="bloc">
                      <td class="plus" width="2%">
                         <ft:widget id="../addCHAMP">
<fi:styling xmlns:fi="http://apache.org/cocoon/forms/1.0#instance"; submit-on-change="true"/>
                         </ft:widget>
                         <ft:widget id="../removeCHAMP">
<fi:styling xmlns:fi="http://apache.org/cocoon/forms/1.0#instance"; submit-on-change="true"/>
                         </ft:widget>
                      </td>
                   </tr>
                </table>
             </ft:repeater>
          </td>
          <td class="help"/>
       </tr>
       <tr>
          <td>
<div class="aide" style="position:absolute;visibility:hidden;" id="CHAMPBAide">
                <b>
                                        [CHAMPB]
                                        CHAMPB</b>
             </div>
          </td>
<th width="10%" nowrap="nowrap" class="optional" align="right" valign="top"
              onmouseover="return show(event, 'CHAMPBAide');"
              onmouseout="return hide(event, 'CHAMPBAide');">
             <a target="Test" name="CHAMPB" 
href="schema.xhtml#CHAMPB">CHAMPB</a>
          </th>
          <td>Â </td>
          <td class="repeater">
             <ft:repeater id="r-CHAMPB">
                <table class="repeater" width="50" cellpadding="0" 
cellspacing="0">
                   <ft:repeater-rows>
                      <tr>
                         <td>
                            <ft:widget id="CHAMPB">
<fi:styling xmlns:fi="http://apache.org/cocoon/forms/1.0#instance"; tabindex="1" class="field"/>
                            </ft:widget>
                         </td>
                         <td class="row">
                            <ft:widget id="select"/>
                         </td>
                      </tr>
                   </ft:repeater-rows>
                   <tr class="bloc">
                      <td class="plus" width="2%">
                         <ft:widget id="../addCHAMPB">
<fi:styling xmlns:fi="http://apache.org/cocoon/forms/1.0#instance"; submit-on-change="true"/>
                         </ft:widget>
                         <ft:widget id="../removeCHAMPB">
<fi:styling xmlns:fi="http://apache.org/cocoon/forms/1.0#instance"; submit-on-change="true"/>
                         </ft:widget>
                      </td>
                   </tr>
                </table>
             </ft:repeater>
          </td>
          <td class="help"/>
       </tr>
       <tr>
          <td>
<div class="aide" style="position:absolute;visibility:hidden;" id="CHAMPCAide">
                <b>
                                        [CHAMPC]
                                        CHAMPC</b>
                <span class="xf:help">Â </span>
             </div>
          </td>
<th width="10%" nowrap="nowrap" class="optional" align="right" valign="top"
              onmouseover="return show(event, 'CHAMPCAide');"
              onmouseout="return hide(event, 'CHAMPCAide');">
             <a target="Test" name="CHAMPC" 
href="schema.xhtml#CHAMPC">CHAMPC</a>
          </th>
          <td>Â </td>
          <td class="repeater">
             <ft:repeater id="r-CHAMPC">
                <table class="repeater" width="50" cellpadding="0" 
cellspacing="0">
                   <ft:repeater-rows>
                      <tr>
                         <td>
                            <ft:widget id="CHAMPC">
<fi:styling xmlns:fi="http://apache.org/cocoon/forms/1.0#instance"; tabindex="1" class="field"/>
                            </ft:widget>
                         </td>
                         <td class="row">
                            <ft:widget id="select"/>
                         </td>
                      </tr>
                   </ft:repeater-rows>
                   <tr class="bloc">
                      <td class="plus" width="2%">
                         <ft:widget id="../addCHAMPC">
<fi:styling xmlns:fi="http://apache.org/cocoon/forms/1.0#instance"; submit-on-change="true"/>
                         </ft:widget>
                         <ft:widget id="../removeCHAMPC">
<fi:styling xmlns:fi="http://apache.org/cocoon/forms/1.0#instance"; submit-on-change="true"/>
                         </ft:widget>
                      </td>
                   </tr>
                </table>
             </ft:repeater>
          </td>
          <td class="help"/>
       </tr>
       <tr>
          <td align="right" colspan="2">
             <a href="#">
                <img src="../theme//icon/haut.png" class="icon" alt="Haut de la 
page"/>
             </a>
          </td>
       </tr>
    </tbody>
 </table>
 <div class="actions">
    <a href="?action=" name="recharger" class="action">
<i18n:text xmlns:i18n="http://apache.org/cocoon/i18n/2.1";>Recharger</i18n:text>
    </a>
    <a name="notice" class="action" href="?">
<i18n:text xmlns:i18n="http://apache.org/cocoon/i18n/2.1";>Notice</i18n:text>
    </a>
 </div>
</ft:form-template>





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

Reply via email to