1 Reply Latest reply on Feb 3, 2009 2:38 AM by sri_hari

    Capturing checkbox checked value in modal window..

      Hi,

      I've the rich modal window and in that I've one checkbox where user can check/uncheck and I want to capture this status (checked='TRUE' or unChecked='FALSE' )and send this value to the action on click of submit button like this

      <h:commandLink
      action="#{TestingController.delete(inventory, TRUE')}"
      value="Submit"/>

      Could any body please advise me on this.

      Thanks,
      Anil