If I use this:

<h:commandButton id="submit" action="#{adminBean.doStuff}" value="#{bundle['form.continue']}" onclick="hideAndWait(this)"/>

The form submits but the action never gets executed, just returns back to same page.

If I use this:

<h:commandButton id="submit" action="#{adminBean.doStuff}" value="#{bundle['form.continue']}"/>

The action gets executed.

Is there a reason for this or is this bug material?

--
Travis Reeder
Ecommstats Web Analytics
www.ecommstats.com



Reply via email to