Log doesn't work when command link is on page
---------------------------------------------
Key: RF-9353
URL:
https://jira.jboss.org/browse/RF-9353
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.Milestone2
Environment: RichFaces 4.0.0-SNAPSHOT SVN r.19209
Java(TM) SE Runtime Environment 1.6.0_21-b06
Linux 2.6.34.6-54.fc13.x86_64
Mojarra 2.0.2-FCS
Chrome 7.0.525.0, Firefox 3.6.7
Reporter: Pavol Pitonak
When a h:commandLink is present on the page, log doesn't do anything after clicking on
buttton:
<h:form id="form">
<h:commandLink id="link" value="Reload page" />
<a4j:commandButton id="submitButton" value="Submit"
render="out" execute="@form" />
<a4j:outputPanel ajaxRendered="true">
<a4j:status id="status">
<f:facet name="start">
<h:outputText value="WORKING" style="color:
red;" />
</f:facet>
</a4j:status>
</a4j:outputPanel>
</h:form>
<a4j:log id="log" level="debug"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira