On Wed, 28 Mar 2001, Sean Giles wrote:
> Is it possible to target a specific frame with an ActionForward? For
> instance if I want to return to a search page that exists in a leftmost
> frame if the target of the search results link was a contents frame?
>
Which frame the output goes to is determined by the "target" attribute on
the <a> or <form> tag that submitted the request. Make sure you generate
your hyperlinks and input forms with the appropriate value, and this
should work.
>
> Thanks
> Sean
Craig McClanahan