Re: How to display error msgs in a pop up window

2004-06-02 Thread Frank Zammetti
Isn't hideMessages() still a scripting element? I'm not familiar with that... From: Brad Balmer <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: How to display e

Re: How to display error msgs in a pop up window

2004-06-02 Thread Frank Zammetti
ndow briefly, but maybe that's OK, especially if you write out a quick "Please wait" message, might not be so bad. From: Nick Heudecker <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROT

Re: How to display error msgs in a pop up window

2004-06-02 Thread Brad Balmer
Instead of using a pop-up I use a block to format my messages. Inside my I have my block that will display any type of message or error that I want. I then inlude a way to click on a close link which simply sets the to be hidden and moves it off the page. This is a non-javascript way of

Re: How to display error msgs in a pop up window

2004-06-02 Thread Nick Heudecker
erwrite your logon page (like maybe some stored data in script elements that can't be overwritten?) then I think your out of luck. Frank From: praveen kulkarni <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: How

RE: How to display error msgs in a pop up window

2004-06-02 Thread Frank Zammetti
" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: How to display error msgs in a pop up window Date: Wed, 2 Jun 2004 16:51:21 +0100 (BST) Hi all, Sub: How can i get error messages in a pop up window by using STRUTS I am using Struts and i want to handle all validation error messages

How to display error msgs in a pop up window

2004-06-02 Thread praveen kulkarni
Hi all, Sub: How can i get error messages in a pop up window by using STRUTS I am using Struts and i want to handle all validation error messages in a new popup window. Consider Login form with loginID and password as form fields. I want to check mandatory status at the server side, for thi