Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

<a4j:support event="onkeyup" > problem

843844Feb 2 2010 — edited Feb 2 2010
hi,
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"/>

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 2 2010
Added on Feb 2 2010
3 comments
421 views