Hi I've added a new form to add some leaves for my ressources
I couldn't find a way to submit my form
Actually I'd like to use The save button that belongs to the project'or ria but i
couldn't get the way how to make that button works on my form
I would appreciate any help
Thanks in advance
What are the symptoms ?
- javascript issue in the cosole ?
- php error in the log file ?
well i get this problem
Error on submitForm('../tool/saveMesImputationsLine.php', 'resultDiv', 'listForm') :
Form '${3}' is not a widget.
I've added a new view containing a form i want to save the data with the save button but when i do press the button i got that error
Surely the form is not named as expected (id or name or jsid)
refer to /view/objectDetail.php
well for me , i copied past the cde of your model/imputationLine.php and the tool/saveImputation.php, view/imputationLine.php , view/imputationMain.php and i made the changes but it is not working
would you explain what i've to change in the ObjectDetail file
if you started from imputation screen, objectDetail.php is no matter.
In imputationList.php, you find definition of From as a dijit Widget
It seems your listForm is not a dijit widget.
I've changed to that
well i don't get any error but yet no data is registred in the database
and ? :huh:
I'm afraid I cannot remotely debug your own code :pinch: