I have a Struts form and I want to use validations library however I cant use validate=true in the config file. Because my form has a combobox and retrieve data from the database which is declared in the Action. Action is working only validate=false in the config. And it fills my combo box then my form must be validated when it is submitted.
could anyone tell me how can I solve this issue!!!
please!!!!!