I have tabs created in using JQuery and the validation is done for each fields in the tabs
using
struts 2. When I click on my submit button, my validation is getting fired for all the fields in all tabs.
I want my validation to be fired only for the fields that are in the active tab aalone. How to do it? or any
sample available that i can refer to? Even if something similar would help me.