[richfaces-issues] [JBoss JIRA] Created: (RF-4093) AJAX parameters are not set when source link is in facet and has no id

Christian Koppen (JIRA) jira-events at lists.jboss.org
Tue Aug 5 10:15:18 EDT 2008


AJAX parameters are not set when source link is in facet and has no id
----------------------------------------------------------------------

                 Key: RF-4093
                 URL: https://jira.jboss.org/jira/browse/RF-4093
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: Windows 2000
Firefox 3, Internet Explorer 6 SP1
            Reporter: Christian Koppen


See the attached test case.

Scenario:
A h:panelGrid contains a header/footer f:facet.
In this facet we have a a4j:commandLink.
The link has a child element a4j:actionparam which assigns the value to a backing bean property.

Case 1: This link has the attribute "id" set.
Result: The AJAX request works as expected. The value is correctly assigned to the backing bean property.

Case 2: This link does not have the attribute "id" set.
Result: The first AJAX request works correctly. After that, every click results in an AJAX request, but the value is not assigned to the backing bean property.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list