Closed GoogleCodeExporter closed 9 years ago
Fixed in svn revision 27:
http://code.google.com/p/ck-jsf-editor/source/detail?r=27
Added a handler and custom event to handle ajax save.
Added 3 attributes to editor tag: saveMethod, ajax, and update. When the save
button on the editor is pressed, the following happens:
If saveMethod is specified, an ajax request is made and the MethodExpression is fired off and all elements listed in the update attribute are updated,
otherwise if ajax is true (default) the save button is disabled,
otherwise (if ajax is false) it does a full form submission.
Original comment by bill...@gmail.com
on 23 Sep 2011 at 10:37
Original comment by bill...@gmail.com
on 23 Sep 2011 at 10:41
Found re-rendering issue and fixed in svn revision 28:
http://code.google.com/p/ck-jsf-editor/source/detail?r=28
Verified working.
Releasing version 0.9.1 from svn revision 28.
Original comment by bill...@gmail.com
on 23 Sep 2011 at 11:57
Original issue reported on code.google.com by
bill...@gmail.com
on 23 Sep 2011 at 2:09