Details
Description
Hello,
I have created a demo project to verify cascade save in grails. The project is attached.I whant to save MainInfo and InfoData in cascade without setting MainInfo into Infodata. In the attached project, create a new MainInfo. The data is not saving in cascade as the documentation say. I am using grails 2.0.0.RC3
Thx.
-
Hide
- test.zip
- 14/Dec/11 6:27 AM
- 133 kB
- Keegan Key
-
- test/src/.../model/AbstractModel.groovy 0.6 kB
- test/.../MainInfoController.groovy 4 kB
- test/.../InfoDataController.groovy 4 kB
- test/grails-app/.../test/InfoData.groovy 0.4 kB
- test/grails-app/.../test/MainInfo.groovy 0.4 kB
- test/grails-app/views/layouts/main.gsp 2 kB
- test/grails-app/views/infoData/_form.gsp 0.7 kB
- test/grails-app/.../infoData/create.gsp 2 kB
- test/grails-app/views/infoData/list.gsp 2 kB
- test/grails-app/views/infoData/show.gsp 3 kB
- test/grails-app/views/infoData/edit.gsp 2 kB
- test/grails-app/.../mainInfo/create.gsp 2 kB
- test/grails-app/views/mainInfo/list.gsp 2 kB
- test/grails-app/views/mainInfo/show.gsp 3 kB
- test/grails-app/views/mainInfo/edit.gsp 2 kB
- test/grails-app/views/mainInfo/_form.gsp 0.6 kB
- test/grails-app/.../spring/resources.groovy 0.0 kB
- test/test/unit/test/CerereTests.groovy 0.2 kB
- test/test/.../InformatiiDbDcpTests.groovy 0.3 kB
- test/test/.../InfoDataControllerTests.groovy 4 kB
- test/test/.../MainInfoControllerTests.groovy 4 kB
- test/web-app/images/skin/exclamation.png 0.7 kB
- test/web-app/images/skin/house.png 0.8 kB
- test/web-app/images/skin/sorted_desc.gif 0.8 kB
- test/web-app/.../skin/database_add.png 0.6 kB
- test/web-app/images/skin/sorted_asc.gif 0.8 kB
- test/web-app/.../skin/database_delete.png 0.6 kB
- test/web-app/images/skin/information.png 0.8 kB
- test/web-app/.../skin/database_edit.png 0.7 kB
- test/web-app/.../skin/database_save.png 0.7 kB
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
duplicates
GRAILS-8451