On Wed, 4 Jul 2007 21:52:27 -0700 (PDT), David Whitehurst wrote > Has anyone seen where a popup window will appear in your browser > with errors but the errors don't appear on your page using Spring > MVC and common validation. I think where the messages (errors) > appear in the pop-up it's because I'm validating using javascript, > but the server-error propagation is not happening. > > Does anyone know why?
Isn't that by design? IIRC, the point of client-side validation is to avoid server round-trips. Unless the Javascript uses DOM manipulation, then you wouldn't expect text to appear where a server-side error message would go. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
