before call protected void onSubmit() { , what method is called by wicket? my texfield string loginName is null ,but if i close the browser and restart the browser and view the page, i able to see the textfield string loginame is populated with value i entered in the textfield.
> <td class="label"><wicket:message
> key="login.loginName"/></td>
> <td colspan="2"><input
> wicket:id="loginName" size="35"/></td>