You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Craig R. McClanahan" <cr...@apache.org> on 2001/06/02 04:29:32 UTC

Re: Global forwards, targets and frames


On Fri, 11 May 2001, Kyle Robinson wrote:

> Is there a way to specify the target of a global forward?
> I have a global forward which I want to go to another frame.  For instance
> in my action if everything works fine I want to return to the input page but
> if there is an error I want to go to another frame.  Any thoughts?
>  

Unfortunately, targets need to be specified by the client, not the
server.  For any one request, then, you're stuck with making a single
choice for where the response will be displayed.

>  
>  
> Kyle Robinson 
> Systems Consultant 
> Pangaea Systems Inc. 
> (250) 360-0111 
>  
> 

Craig