Open GoogleCodeExporter opened 9 years ago
correction, editing a post (I tried editing the sample) resulted in the same
thing:
sample%2Fadmin%2Fblog/save
Original comment by pocke...@gmail.com
on 8 Jul 2008 at 4:27
I have a fix. in grails-1.0.3 you can't specify a url for the action on the
taglib.
The solution is to change this to a regular form tag like:
<form action="updateProperties">
Same goes for the edit.gsp page:
<form action="save">
Original comment by pocke...@gmail.com
on 8 Jul 2008 at 8:28
Original issue reported on code.google.com by
pocke...@gmail.com
on 8 Jul 2008 at 4:07