RE: redirect html:errors to popup window

2002-02-09 Thread Arik Levin ( Tikal )
Put at the header javascript alert(' and close at the footer '); U can also put a dialog window (it depends on the browser u are using ). Hope this help. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 11:47 PM To: [EMAIL PROT

RE: redirect html:errors to popup window

2002-02-08 Thread Steve Earl
___ -Original Message- From: Sean Willson [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 2:06 AM To: Struts Users Mailing List Subject: Re: redirect html:errors to popup window redirect html:errors to popup windowThe only way I think you could do this is via JavaScript

Re: redirect html:errors to popup window

2002-02-07 Thread Sean Willson
redirect html:errors to popup windowThe only way I think you could do this is via JavaScript ... you could use this tag set: ... to determine if there are errors, if so open a popup window, save the handle ... and then within this tag: ... append to that window the error messages. The JavaScr