hi
i have used rich:hotKey for h:inputText in
jsp page.
And also i wrote jQuery for get the textBox value.
When i use jquery, that time rich:kotKey not worked
That is : If i remove the lines( Line No 15 to 22), then Perfectly (worked) called testButton() script using
rich:hotKey.
If not remove those lines, then not called that testButton() script.
if i am not include the jquery, then that time i hit the enter button from text box, then automatically called testButton() script.
If i include the Jquery, then rich:hotkey not work.
I am also Used , var $J = jQuery.noConflict(); . But this time also not work jQuery.
I hope help me about this.
Thanks for your effort.
Note :
Already i post this same question in this forum.
https://coderanch.com/t/496929/JSF/java/rich-hotKey-worked-when-jQuery
But i feel to wrong subject title in previous post.
But i don't know how to correct that questioned name.
Sorry for my inconvenience post. in Future I will try to correct to my mistakes .