Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <h:form id="form">
  2.  
  3. <h:commandButton value="Download"
  4. action="#{bean.downloadFile()}"
  5. onclick="showModal('waitModal')"/>
  6.  
  7. <div id="waitModal" class="modal fade" tabindex="-1"
  8. role="dialog">
  9. <div class="modal-dialog" role="document">
  10. <div class="modal-content">
  11. <div class="modal-body">
  12. WAIT!
  13. </div>
  14. </div>
  15. </div>
  16. </div>
  17.  
  18. </h:form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement