Log in

View Full Version : Where to ask java questions


7737301158
Jun 28, 2013, 08:36 AM
--- Rerendring any Richfaces JSF components Disable jQuery ---

Facing an Issue ---- if I select any component from whole screen jQuery is not working in richfaces, if I Refresh the page jQuery works fine, but when I select a component jQuery don't work.

Further Explanation:
I have a page which contains following components:
1- 1 Button
2- 1 drop down list using jQuery
3- 1 button, on click event of button, button replace with text box using jQuery
4- 2 another buttons shown on hover, but when any component select jQuery disabled here as well.

Now when page is first appear and no action performs on it, jQuery is working fine, mean drop down list appears, button is replacing by text box etc.
But when I click on a button which is replacing by text box, now jQuery stopped working I-e drop down list not appearing, 2nd time button is not replacing with text box bla bla bla.

... suggest any solution...