CVS head contains what I hope is a fix..I changed the PartialFor component
to also use cycle.isRewinding() as well as added a converter parameter to
the Tree which will hand it off to the PartialFor to use as an
IPrimaryKeyProvider (should you need it.)

Let me know if this helps.

jesse

On 10/24/05, Norbert Sándor <[EMAIL PROTECTED]> wrote:
>
> 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
>

Reply via email to