[richfaces-issues] [JBoss JIRA] Created: (RF-9365) a4j:ajax: data is not defined

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Mon Sep 20 11:24:28 EDT 2010


a4j:ajax: data is not defined
-----------------------------

                 Key: RF-9365
                 URL: https://jira.jboss.org/browse/RF-9365
             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.19259
Metamer 4.0.0-SNAPSHOT SVN r. 19259
Java(TM) SE Runtime Environment 1.6.0_21-b06 @ Linux 2.6.34.6-54.fc13.x86_64
Mojarra 2.0.2-FCS
Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.8 (KHTML, like Gecko) Chrome/7.0.529.0 Safari/534.8
            Reporter: Pavol Pitonak


The attribute data does not work - it shows an error in Firebug "data is not defined"

<h:form id="form">
        <h:commandButton value="Submit">
            <a4j:ajax event="click" data="#{bean.car}" oncomplete="alert(data.car)"/>
        </h:commandButton>
</h:form>

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