Hello!
I have very simple validation from tutorial which doesn't work for me.
I have
jsp with form (age, name) and want to perform some validation. The problem that my validation is ignored and nothing happens. Please take a look at that and give me some hints
--showMe.jsp--
--ShowMe.java--
Simple action that does nothing
--SaveMe.java--
--struts.xml--
-- SaveMe-validation.xml --
Every time I input any values the message "Saved!" appears, but I want some messages from validator. What is the problem???