On Fri, 17 Aug 2001, Richard William Lake wrote:
> I have a form that has fields which themselves may be modified by
> another form, with the changes reflected in the original form (with
> everything else intact). How can I achieve this?
>
Sounds like you would need to keep the original form (the one being
modified) in session scope, so that it lasts beyond the original request,
and then pass a reference to that bean to the second bean so that it knows
what object to modify.
> Regards,
> Richard
>
Craig