Re: [validator] client side validation: alternative for alert()?

2003-11-15 Thread Wouter Denayer
what about changing the client code that is shipped to add an extension point so that this functionality can easiliy be added? In my case I just need Explorer support so that is easily done... Wouter in a way that allows people to add this functionality if they wanted to, without making

Re: [validator] client side validation: alternative for alert()?

2003-11-15 Thread David Graham
There is already a way to customize the javascript for a validation rule. Just alter the code between javascript/javascript in the validator-rules.xml file. David Wouter Denayer [EMAIL PROTECTED] wrote: what about changing the client code that is shipped to add an extension point so that

[validator] client side validation: alternative for alert()?

2003-11-10 Thread Wouter Denayer
Hello, Currently with client side validation, when there is an error an alert() popup box is used to signal this to the user. By using client side DHTML we could get pretty much the same behavior as you get when going to the server and coming back, i.e. all messages grouped together above the