Hi all
On my jsp page i m having two tables..
first table have 14 rows which takes input type=text.
and
my second table is having 9 rows which also takes 9 inputs.
Thus total 23 inputs on a form..
Now when the user click submit, i want to check if total of 20 inputs are fill or less than that..
Means user can input max 20 inputs from both the tables..
plz reply for such validation..
Thanks..