https://ajax4jsf.dev.java.net/issues/show_bug.cgi?id=37
Issue #|37
Summary|commandButton with onclick doesn't work after reload (
|RI 1.1)
Component|ajax4jsf
Version|current
Platform|All
OS/Version|All
URL|
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|www
Assigned to|issues@ajax4jsf
Reported by|pavel_kaplin
------- Additional comments from pave...@dev.java.net Tue Feb 6 11:20:22
+0000 2007 -------
Try the following under RI 1.1_02:
<h:commandButton id="btn" value="First link" onclick="alert('first');"/>
<a4j:commandLink value="ReRender" reRender="btn"/>
Click ReRender link and then click commandButton - it will not work.
See http://forum.java.sun.com/thread.jspa?threadID=5133300