Hi,
I need a commandButton that doesn't fire submit or reset on the form
and only fires the onclick event.
I tried a simple html code like <input type="button"
value="#{messages['key']'}" onclick="javascriptMethod(args)"/> but the
EL code isn't being rendered.Any tips? Thanks for any answer, Rog�rio

