0

I have a command button like below

<h:commandButton id ="shoutOOut_button"
                 value="Child Shout Out Settings"
                 onclick="ShoutOutEdit.show(); return false">
    <f:ajax listener="#{settingsBean.gettingSosData()}" immediate="true"/>
</h:commandButton>

I tried to call method gettingSosData() using AJAX but when I clicked on button AJAX listener method is not invoked.

user3270288
  • 39
  • 2
  • 4
  • You have tagged the question with primefaces, but you are not using any primefaces components or tags. Is this intentional? Otherwise, you can find the solution at the primefaces showcase site. – Magnilex Jan 08 '15 at 12:01
  • I removed primefaces tag,Please let me know where did i mistake in above code – user3270288 Jan 08 '15 at 12:05

0 Answers0