Language Bundle not loaded
--------------------------

                 Key: MYFACES-2130
                 URL: https://issues.apache.org/jira/browse/MYFACES-2130
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 1.2.5
         Environment: tomcat 6.0.18, myfaces 1.2.5, tomahawk 1.1.8 for jsf 1.2
            Reporter: Andrej Konkow


Migration from jsf1.1 to 1.2:

I have a subview which is included by a main-page:

Mainpage:
                        <t:aliasBean alias="#{aliasPersonListBean}" 
value="#{managerPersonsBean}">
                                <jsp:include 
page="/jsp/app/contact/include/personslist.jsp"/>
                        </t:aliasBean>

The included page:
...
<f:subview id="personslistSubview"> 
        <f:loadBundle basename="lang.app.company" var="bundle"/>
...     


References to the bundle with "#{bundle.xxxxx} are not resolved.

This has been working with the old myfaces version.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to