I need add custom attributes to a commandButton this attributes are required to work a bootstrap modal, I using h:commandButton
data-toggle="modal" 
data-target=".bs-example-modal-lg" 
<button type="button" class="btn btn-success" data-toggle="modal" data-target=".bs-example-modal-lg" >
    <span class="glyphicon glyphicon-plus"></span> 
</button>    
 
     
    