Hi Is there a way in which i can use the validator framework in my Action class? Actually, i have a functionality in which the user can upload an Excel sheet with a number of records. Now, this excel sheet needs to be in a format and every column needs to be validated for minlength,maxlength, mask etc. So, validator framework is good for me. but for validation pupose i will need to open the Excel sheet and read each value. Cant figur out what to do. Please help.
Deepa