[ 
https://issues.apache.org/jira/browse/TAP5-701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709741#action_12709741
 ] 

Ulrich Stärk commented on TAP5-701:
-----------------------------------

BTW, we already have this: TAP5-223

> 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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to