AW: Show validation errors in a dialog

2003-07-31 Thread Dirk Behrendt
I want to be a bit more concret: With _javascript_ you can create a window, after klicking a button. _javascript_ Code: form pinput type= button value= Hello Button ... onClick= alert('Hello');  /p /form I want, that such a window appears, when errors occur. So I

Re: AW: Show validation errors in a dialog

2003-07-31 Thread Rob Leland
If you are talking about presenting the server side validation errors on the client I believe you could do it on the 'onload' event handler in the BODY tag. If you want the client side validation performed by Javascript to display errors then look at the struts-validator example. Dirk Behrendt