[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-4023) VPE doesn't recognize resouce bundles values in seam projects

Anton Klimkovich (JIRA) jira-events at lists.jboss.org
Fri Mar 13 14:20:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBIDE-4023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anton Klimkovich updated JBIDE-4023:
------------------------------------

    Description: 
EXECUTE: Create Seam web project
EXECUTE: Open any xhtml page
EXECUTE: Add #{messages['javax.faces.component.UIInput.CONVERSION']}
ASSERT:   VPE should recognize RB and Value should be represented.
FAILURE:  VPE doesn't recognize resouce bundles values 

1. VPE works right if you add to faces-config.xml:
<resource-bundle>
<base-name>messages_en</base-name>
<var>messages</var>
</resource-bundle>

2. VPE works right if  use f:loadBundle  and a4j:loadBundle


3. VPE doesn't work also if you add to components.xml:
   <core:resource-loader name="messages_en">
   <core:bundle-names>
    <value>messages</value>
   </core:bundle-names>
</core:resource-loader>		





  was:
EXECUTE: Create Seam web project
EXECUTE: Open any xhtml page
EXECUTE: Add #{messages['javax.faces.component.UIInput.CONVERSION']}
ASSERT:   VPE should recognize RB and Value should be represented.
FAILURE:  VPE doesn't recognize resouce bundles values 

VPE works right if add to faces-config.xml:
<resource-bundle>
<base-name>messages_en</base-name>
<var>messages</var>
</resource-bundle>

VPE doesn't work also if you add to components.xml:
   <core:resource-loader name="messages_en">
   <core:bundle-names>
    <value>messages</value>
   </core:bundle-names>
</core:resource-loader>		







> VPE doesn't recognize resouce bundles values in seam projects
> -------------------------------------------------------------
>
>                 Key: JBIDE-4023
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4023
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Seam, Visual Page Editor core
>    Affects Versions: 3.0.0.GA
>            Reporter: Anton Klimkovich
>
> EXECUTE: Create Seam web project
> EXECUTE: Open any xhtml page
> EXECUTE: Add #{messages['javax.faces.component.UIInput.CONVERSION']}
> ASSERT:   VPE should recognize RB and Value should be represented.
> FAILURE:  VPE doesn't recognize resouce bundles values 
> 1. VPE works right if you add to faces-config.xml:
> <resource-bundle>
> <base-name>messages_en</base-name>
> <var>messages</var>
> </resource-bundle>
> 2. VPE works right if  use f:loadBundle  and a4j:loadBundle
> 3. VPE doesn't work also if you add to components.xml:
>    <core:resource-loader name="messages_en">
>    <core:bundle-names>
>     <value>messages</value>
>    </core:bundle-names>
> </core:resource-loader>		

-- 
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 jbosstools-issues mailing list