JSF OnClick commandbutton
Posted
by DD
on Stack Overflow
See other posts from Stack Overflow
or by DD
Published on 2010-04-15T17:50:42Z
Indexed on
2010/04/15
17:53 UTC
Read the original article
Hit count: 171
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.
© Stack Overflow or respective owner