Hi Leute,

ich hab ein Formular, welches ich gerne per JQuery abschicken möchte. das 
abschicken an sich klappt auch aber dann bekomm ich ne Fehlermeldung:

Required argument "note" is not set.


Das Form:
<f:for each="{notes}" as="note">
                           <tr>
                           <f:form action="update" name="editnote{note.uid}" 
id="editnote{note.uid}" object="{note}">
                              <td><f:form.select property="{note.wert}" options="{options}" 
value="{note.wert}" class="form-control gettooltip sendNote" title="Bitte eine Note auswählen"/></td>
                               <td><textarea class="form-control gettooltip sendNote" rows="1" 
placeholder="Kommentar" title="Kommentar zur Note">{note.kommentar}</textarea></td>
                               <td><f:link.action class="delete" action="delete" 
onclick="delentry('Wollen Sie den Pruefling mit Matrikelnummer 12345 wirklich aus diesem Fach loeschen?', 
$(this).attr('href'));
                                       return false;" arguments="{note : note}"><span class="glyphicon glyphicon-remove" 
aria-hidden="true" data-toggle="tooltip" data-placement="bottom" title="Löscht diesen 
Datensatz"></span></f:link.action></td>
                           </f:form>
                           </tr>
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an