3 Replies Latest reply on Apr 7, 2008 3:23 AM by alexanderbelov

    how to execute server trip and javascript both for h:selectB

      hi, in my application
      onclick of a h:selectBooleanCheckbox i want to execute a javascript method then want to go for a server side method,
      for that i am using

      <a4j:support event="onclick" immediate="true" action="#{bean.checkAction}" >


      but the problem is that when i am using a4j:support event="onclick"
      only i can go in server code javascript is not called,
      could any one pls help me how i can do that with the stucture,
      thanks in advance