<a4j:support event="onkeyup" > problem
843844Feb 2 2010 — edited Feb 2 2010hi,
i am using 3 input text fields.(for searching purpose on the server side).
primary(first field) and secoundarysearch(secound and third fields) criterias.
by default all the three fields should be enabled.if the user choose to enter the first field(primary search criteria) i have to disable the 2nd and 3rd fields(secoundary search criteria) should be disabled.
if the user choose to enter the secoundary search i have to disable the primary search fields.
for that purpose i am using "onkeyup" for this i am using backing bean method.their i am disableing the secoundary search fields but it is taking time to disable that components..
mean while user can able to enter the secoundary fields..
please any one help me to resolve this one..
<a4j:support event="onkeyup" action="#{FindCustomerPlanBean.disableSecondarySearchFields}" reRender="postCodeTF,lastNameTF"/>