Would it be a bad idea to automatically response.setStatus(HttpServletResponse.SC_BAD_REQUEST) if any validation errors occur? Apart from being important for users who still refuse to use web services for automating certain tasks, this might simplify automatic testing with tools such as HttpUnit.
-- Eric Jain --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

