By default, when a user submits a login form, various controls on the login form are disabled. This behavior can be customized by adding the following attributes in the respective XML or JSP file:
The following code snippet shows the usage of the disableFormOnSubmit attribute.
<button name="<%= strProps.getString("application.button.LOGIN") %>" actionName="disableFormOnSubmit,signChallenge,rememberUsername,storeRemember Fields,submitPage" colspan="1" padding-left="10" padding-right="20" hotkey="<%= strProps.getString("application.button.LOGINHOTKEY") %>" changedName="<%= strProps.getString("aidauth.button.changedname.LOGIN") %>" default="true"/>
The following code snippet shows the usage of the disableOnSubmit attribute.
<button name="<%= strProps.getString("application.button.CANCEL") %>" actionName="closeApplication" colspan="1" padding-left="0" padding-right="10" hotkey="<%=strProps.getString("application.button.CANCELHOTKEY") %>" disableOnSubmit="false"/>
The following code snippet shows the usage of the changedName attribute.
<button name="<%= strProps.getString("application.button.LOGIN") %>" actionName="disableFormOnSubmit,signChallenge,rememberUsername,storeRememberFields,submitPage" colspan="1" padding-left="10" padding-right="20" hotkey="<%= strProps.getString("application.button.LOGINHOTKEY") %>" changedName="<%= strProps.getString("aidauth.button.changedname.LOGIN") %>" default="true"/>
|
Copyright © 2013 CA.
All rights reserved.
|
|