Hi,
I am new to
struts validator. I am using following form to hold the data that user enters.
tableData holds list of objects of another bean MyTableBean which has following attributes
I want to validate above values through validation.xml file. I have written following code in xml file
Above code is not validating the input, even i am not getting proper JavaScript on the front end.
Please let me know if i am doing anything wrong.