Questions tagged [ajax4jsf]

Ajax4JSF is part of the RichFaces framework. It helps to add Ajax behaviour to JSF pages.

Ajax4JSF is part of the RichFaces framework. It helps to add Ajax behaviour to JSF pages.

It was initially developed as a standalone component library. Later it was taken over by RichFaces and integrated in RichFaces. The original Ajax4JSF components are still referenced by the <a4j:xxx> namespace.

Related tag info pages

505 questions
3
votes
2 answers

Blur event block submit button

I have a problem, please help me when i change a value in my input and then i submit a button the event blur block my submit, so i have to click twice on the button. I want that one click on my button do the action in my input and also submit my…
Paul
  • 45
  • 7
3
votes
2 answers

JSF ReRender support with selectBooleanCheckbox

I have a JSF page on which I want to have a checkbox that, when clicked, will add/remove certain other form fields from the page. Here is the (simplified) code I currently have for the checkbox:
iandisme
  • 6,346
  • 6
  • 44
  • 63
3
votes
1 answer

AJAX: I am unable to fetch the data from server side

I need to get output from my server side code but i am able to fetch it. I have used script manager and script manager proxy control in master page. How can i get the string that is being returned from the cs file Here is my Default.aspx…
Ashish Babu
  • 1,167
  • 9
  • 20
3
votes
1 answer
3
votes
1 answer

What happens during an Ajax call?

can you guys tell me whats happing behind the browser in ajax... i just know without refreshing a page all the data are loaded.... here is my code