Hi, 
I have this code:
<form:form action="logon.do" focus="username">
        Username: <form:text property="username" /><br>
        Password: <form:password property="password"/><br><br>
        <form:submit value="Logon"
                onclick =  
"window.open('reconciliation.jsp','recwindow','width=800,height=600,resi
zable=no,scrollbars=yes');return(false)"/>

</form:form>

This works in that it opens a new window and stops anything happening in 
the old window. The problem is, the form doesn't seem to be submitted, 
and the action is not called! Consequently, there is no login.
Any ideas?

Thanks, Joel.


Reply via email to