a4j:ajax on h:inputText does no requests with event=keypress and event handlers onkeypress
and onbegin set
----------------------------------------------------------------------------------------------------------
Key: RF-9327
URL:
https://jira.jboss.org/browse/RF-9327
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.Milestone2
Reporter: Lukas Fryc
The sample is working, when you
a) delete onkeypress attribute
b) delete onbegin attribute
c) change keypress to keyup
but not all together.
Sample:
<h:inputText onkeypress="document.title='keypress'">
<a4j:ajax event="keypress"
onbegin="document.title='begin'" />
</h:inputText>
<a4j:status id="status1">
<f:facet name="start">
START
</f:facet>
<f:facet name="stop">
STOP
</f:facet>
</a4j:status>
--
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