I ran into an interesting side effect of having a form in my Class Sheet.
<input type="hidden" name="parent"
value="${doc.fullName}" />
The above line is in a form which posts to the current page, but then redirects to a
sub-page. The process is exactly like the FAQ Example. The trouble is, when doing Inline
Editing on a page with the class object. No matter what you put in as the parent in the
UI for the parent property, it gets reset to itself on save. The wiki and WYSYWIG editors
don't do this of course.
I think this is a problem because...
1. Should this form (and form element) really be evaluated? No one hit the submit
button.
2. It doesn't seem very safe for variable spaces to mix so easily. Unless this is a
feature.