Description
Start the tomcat 5, build and deploy tthe netui samples into tomcat 5. Go to http://localhost:8080/netui-samples/, then click Validation link.
Don't input any input value In the form, click "submit" or "submit extra" button, the page will always navigate to success.jsp which shows
"Validation successful". But the tomcat console display validation failure exception and stack trace. Similarly, if you put values that intentionaly
break the validation rules, it still navigate to success.jsp. I looked at the source code, it supposes to navigate to the current page with
error message defined in the validation.message file.