This content has been marked as final.
Show 1 reply
-
1. Re: a4j commandlink onclick event
ilya_shaikovsky Dec 24, 2008 5:34 AM (in response to cchidamb)So just call return false only if condition is false and do not return anything if not. return breaks Ajax request because the request actually called by JS function call placed after your one. So it will not be called if you return anything.
Works as designed.