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

Fabian Stolz (JIRA) jira-events at lists.jboss.org
Wed Aug 6 01:32:56 EDT 2008


    [ https://jira.jboss.org/jira/browse/RF-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12423766#action_12423766 ] 

Fabian Stolz commented on RF-4093:
----------------------------------

This issue can be reproduced in the following environment:

Sun JDK 1.5.0_10
JBoss 4.2.2 GA
Facelets 1.1.11

The first commandLink works as expected only the first time it is clicked. Every consecutive click on this particular commandLink fails to change the bean.value. The same issue also applies to menuItems contained e.g. in the header-facet of a panelGrid.

> 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
>            Assignee: Tsikhon Kuprevich
>         Attachments: bug.jsf
>
>
> 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