enable codemirror component with AJAX forms
-------------------------------------------
Key: GEOS-4815
URL: https://jira.codehaus.org/browse/GEOS-4815
Project: GeoServer
Issue Type: Improvement
Components: Wicket UI
Affects Versions: 2.1.x, 2.2.x
Reporter: David Winslow
Assignee: Andrea Aime
The CodeMirror editor component currently fails if you try to use it with an AJAX submit button in the UI.
(What's going on is that CodeMirror hides the original textarea and adds its own element to do the editing in, and there is some juggling needed to sync back. CodeMirror listens for the form submission and does it automatically for normal forms, but wicket ajax form submission doesn't do it. We might want to consider moving to CodeMirror2 which I believe has made some changes to simplify manual syncing.)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira