[richfaces-issues] [JBoss JIRA] (RF-12084) Richfaces 4.2 <a4j:ajax> when inside <ui:fragment> dont work and causes 'identifier resolved to null'

Ján Jamrich (JIRA) jira-events at lists.jboss.org
Thu May 10 08:23:19 EDT 2012


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

Ján Jamrich commented on RF-12084:
----------------------------------

I'm still getting NPE exception using RF-4.2.2.Final when click on first link in Metamer example mentioned above.

{code}
14:11:44,949 SEVERE [javax.faces.event] (http-localhost-127.0.0.1-8080-3) Received 'javax.el.PropertyNotFoundException' when invoking action listener '#{beanName['fragmentMethodListener']}' for component 'j_idt52'
14:11:44,950 SEVERE [javax.faces.event] (http-localhost-127.0.0.1-8080-3) javax.el.PropertyNotFoundException: Target Unreachable, identifier 'beanName' resolved to null
{code}

This is xhtml code:
{code}
<a4j:commandLink value="Click RichFaces" 
                 actionListener="#{beanName['fragmentMethodListener']}"
                 render="inputId">
</a4j:commandLink>
{code}

Seems that param to ui:fragment is still not passed correctly


                
> Richfaces 4.2 <a4j:ajax> when inside <ui:fragment> dont work and causes 'identifier resolved to null'
> -----------------------------------------------------------------------------------------------------
>
>                 Key: RF-12084
>                 URL: https://issues.jboss.org/browse/RF-12084
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-a4j-core
>    Affects Versions: 4.2.0.Final
>         Environment: Windows Vista, Firefox 11, Richfaces 4.2 Final, Mojarra 2.1.7, Tomcat 7.0.26
>            Reporter: Ivan Costa
>            Assignee: Luca Nardelli
>              Labels: richfaces
>             Fix For: 4.2.2.Final
>
>
> a4j:commandLink or a4j:ajax tags inside ui:fragment causes 'identifier resolved to null', 
> but h:commandLink + f:ajax (both from Mojarra) works perfectly fine!
> The problem is described here
> https://community.jboss.org/message/723859
> and here:
> https://community.jboss.org/thread/196867
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list