I have a webapp running in Apache and
Tomcat using JSPs,
Servlets, and
Java Beans. I also use some javascript to do some error checking before submit is clicked.
What I need to do is if there is an error in the form upon either clicking save, hitting enter, or tabbing out, popup an alert telling them there is an issue.
However, even when the click submit, the error pops up but the submit process still takes place. Is there a way to get that to stop??
Thanx