[TYPO3-german] Form mit Jqury absenden

Felix Hohlwegler felix.hohlwegler at gmx.de
Tue Dec 23 00:06:56 CET 2014


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>


More information about the TYPO3-german mailing list