I wrote my own "errors" custom tag that sends back the javascript to display
the error in a popup window rather than the html sent back by the struts
error tag.  It still uses the ActionErrors that the struts error tag uses,
so none of your other code has to change.

-Karen

-----Original Message-----
From: Matt Raible [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 03, 2001 7:18 PM
To: Struts Users Mailing List
Subject: Re: Seeking Know-How Advice: How Do I Implement Pop-up Error
Windows With Struts


Tough to do - the only solution (work around) I can think of is to have your
error page pop up a new window using javascript - but no real way to tell
the
backend "when you throw an exception, open a new window and display an
error". 
You can only tell the backend to "go to this error page when you throw an
exception".

Matt

--- "Esterkin, Alex" <[EMAIL PROTECTED]> wrote:
> I need to make my error pages displayed in a separate window.   The
> application uses frames.   What Struts mechanism or configuration
> element/attribute can I use to implement target="_blank" functionality for
> error pages?
> 
> Thanks.
> 
> ----------------
>    Alex Esterkin 
>  
> =============================================================
>       
> 
> 
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to