You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Tam Du (JIRA)" <ji...@apache.org> on 2009/05/15 04:56:45 UTC

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

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

Tam Du updated TAP5-701:
------------------------

    Description: 
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/home.properties; WEB-INF/classes/web.properties;");

  was:
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/i18n/i18n.properties; WEB-INF/classes/i18n/i18n_vn.properties;");


> 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/home.properties; WEB-INF/classes/web.properties;");

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