Vlad created MYFACES-3634:
-----------------------------

             Summary: ui:param doesnot work inside same xhtml page
                 Key: MYFACES-3634
                 URL: https://issues.apache.org/jira/browse/MYFACES-3634
             Project: MyFaces Core
          Issue Type: Bug
          Components: General
    Affects Versions: 2.1.9
         Environment: tomcat 7.0.25, primefaces 3.2
            Reporter: Vlad


Using ui:param to access some bean with it "shortname" works on Mojarra, but 
doesn't work on Myfaces

<f:metadata>
  <ui:param name="usedBean" value="#{MyLongNameBean}"/>
<f:metadata>

<ui:composition template="template.xhtml">
    <ui:param name="title" value="#{usedBean.text['account.find.title']}"/>
    <ui:define name="content">
...usedBean in EL experssions many times
    </ui:define>
</ui:composition>

all EL exp. where is usedBean resolved to null. On Mojarra 'usedBean' 
calculated as MyLongNameBean and works correctly

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to