Hey All,
I am trying to use
struts Validation framework to display error messages. I am using client side validation.
I have the XML files ( validation and validator-rules) updated and placed under WEB-INF.
When i try to submit the form, I am getting an alert message, but i do not see any of the messages.
I am referring resource bundle to display the message. I have no issues in referring resource bundle for displaying errors using <html:errors/>.
Also i am using resource bundle to display LABELS in the UI interface.
I am not sure what I am missing here..
Any help will be greatly appreciated.
I am using Struts ActionForm Class . Is there any specification that i need to use only Dynamic actionForm to make validation work ???
[ August 05, 2005: Message edited by: Mohen Vijay ]