Hi, I try to use Tree which uses PartialFor. The Tree is embedded in a Form and contains Checkbox components. But during rewind its body is not rendered because PartialForBean skips it:
if (!(writer instanceof NullWriter) ||ajaxValid) ..... This causes StaleLinkException because the Checkboxes were rendered during rendering but not when rewinding. Is it illegal to embed form components in the Tree? (Because as I see all form components would fail when rewinding.) BR, Norbi
