You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (Closed) (JIRA)" <ji...@apache.org> on 2011/10/18 02:56:10 UTC

[jira] [Closed] (TAP5-701) Improvement ".properties" file

     [ https://issues.apache.org/jira/browse/TAP5-701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-701.
-------------------------------------

    Resolution: Invalid

This was addressed in 5.2, where the global message catalog may not consist of multiple message files, contributed to the ComponentMessagesSource service.
                
> Improvement ".properties" file
> ------------------------------
>
>                 Key: TAP5-701
>                 URL: https://issues.apache.org/jira/browse/TAP5-701
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5, 5.0.18
>            Reporter: Tam Du
>
> In the current version of Tapestry framework, I can only configure my project in only one ".properties" file. This is no problem with a simple project but with a complex project which requires other projects. In complex projects, I must copy/paste keys in ".properties" file from one project to another. It makes me hard to maintain and manage my projects as well as my products. So, I hope that Tapestry can support multi ".properties" files in each project (especially in the complex projects).
> For example:
>     I have this code to set the value of key APPLICATION_ CATALOG in file í8n.properties
>              configuration.add (SymbolConstants.APPLICATION_CATALOG, "WEB-INF/classes/i18n/i18n.properties");
>     I would like to set the value of key APPLICATION_CATALOG in other file properties, like this:
>              configuration.add (SymbolConstants.APPLICATION_CATALOG, "WEB-INF/classes/forum.properties; WEB-INF/classes/shopping.properties; WEB-INF/classes/web.properties; WEB-INF/classes/cms.properties;");

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