1 Reply Latest reply on May 15, 2011 1:14 PM by ilya_shaikovsky

    i want to call <button> function in <h:commandButton> ?

    er.viveksrivastava

      This functionality

      <button type="button" onclick="startProgress();" style="margin:9px 0px 5px;" id="start_Progress">Start Progress</button>

       

      call in this button

      <h:commandButton type="button" id="next" action="#{SelectFileGroupCreatorHandler.nextStatus}" onclick="startProgressNext();"  value="Next"  />