
|
If you were logged in you would be able to see more operations.
|
|
|
Grails
Created: 02/Apr/08 11:37 PM
Updated: 15/Sep/08 09:04 AM
|
|
| Component/s: |
TagLib
|
| Affects Version/s: |
1.0.2
|
| Fix Version/s: |
1.0.4
|
|
|
File Attachments:
|
1.
test.zip (179 kb)
|
|
Environment:
|
Windows XP, Java 1.5
|
|
Steps to reproduce:
– See attached application created by: grails create-app test, grails create-domain-class Image, add "String name, byte[] data" to Image class, grails generate-all Image
– grails run-app
– Go to http://localhost/test/image
– Create a new image
– Go to edit the image
– Clicking on the "Edit" or "Delete" (implemented with g.actionSubmit) will just bring user back to index action with no edit or delete performed
|
|
Description
|
Steps to reproduce:
– See attached application created by: grails create-app test, grails create-domain-class Image, add "String name, byte[] data" to Image class, grails generate-all Image
– grails run-app
– Go to http://localhost/test/image
– Create a new image
– Go to edit the image
– Clicking on the "Edit" or "Delete" (implemented with g.actionSubmit) will just bring user back to index action with no edit or delete performed |
Show » |
|