JSF OnClick commandbutton
- by DD
How do I use Javascript to "click" on a CommandButton?
I tried the following but it doesnt work:
<ice:panelTab id="searchResultsTab" label="Search Results" onclick="document.getElementById('form:searchTabs:0:refreshButton');">
Thanks.