Hi all Ranchers,
I am facing a problem with
jsp page I have a JSP page and I am checking One filed value(Invoice No)to be unique using
servlet(select query)but the disadvantages is that its a big form and
when it goes to the action Servlet then if it find the same value in the database then an alert message (Ok) is going the same page that is right but all fields again need to be fill their values i
want to check on the submit button through javascript but it checking only first value (If i use select qry on the same jsp and validate the page )
how to resolve this problem please tell me
I'll appriciate that
Thanks in advance!!