Login form not working on Windows Mobile 6.1

46 views Asked by At

I'm having a bit of a problem with an HTML login form on Windows Mobile 6.1. I can type in the username and password, but if I tap the login button, nothing happens. The HTML for the opening <form> tag is as follows:

<form:form name="loginForm" class="login-form" action="loginForm"
    onsubmit="return isBlank();" commandName="validate">

loginForm refers to a Java method. What's going wrong here, and how hard would it be to fix?

0

There are 0 answers