RE: Best practice for redirecting on session timeout?

2005-05-12 Thread Narayan, Anand
In our application we handle user inactivity using a javascript timer on the client side. The requirement we had was to issue a warning message if the user has not typed or clicked anything for some period of time. What we do is once the javascript timer expires we post a message which the user ca

Inheritance using multiple validator.xml

2005-04-19 Thread Narayan, Anand
Here's what I am trying to do: I need to use a "default" validator.xml file to configure validations for fields on forms. I also want to be able to specify another "custom" validator xml file, say "validator-custom.xml" which contain changes to the validations of some fields. When I do this using