[richfaces-issues] [JBoss JIRA] Created: (RF-9743) a4j:ajax used around h:inputText to attach behavior doesn't fire requests (MyFaces)

Lukas Fryc (JIRA) jira-events at lists.jboss.org
Tue Nov 9 07:19:01 EST 2010


a4j:ajax used around h:inputText to attach behavior doesn't fire requests (MyFaces)
-----------------------------------------------------------------------------------

                 Key: RF-9743
                 URL: https://jira.jboss.org/browse/RF-9743
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.0.0.Milestone4
         Environment: •RichFaces 4.0.0.20101107-M4 r.19981
•Metamer 4.0.0.20101107-M4 r.19986
•Apache MyFaces JSF-2.0 Core Impl 2.0.2
•JBoss AS 6.0.0.20100911-M5
•OpenJDK Runtime Environment 1.6.0_18-b18 @Linux
•Internet Explorer 8.0 @ Win32
            Reporter: Lukas Fryc


http://localhost:8080/metamer/faces/components/a4jAjax/hInputTextWrapped.xhtml

<a4j:ajax  event="keyup"
                      execute="@form"
                      render="output1"
                      >
                <h:inputText id="input1" value="#{a4jAjaxBean.input}"/>
            </a4j:ajax>

<a4j:outputPanel id="output1" layout="block">
                <h:outputText value="#{a4jAjaxBean.input}"/>
            </a4j:outputPanel>



-- 
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

       



More information about the richfaces-issues mailing list