You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Hugo Palma (JIRA)" <ta...@jakarta.apache.org> on 2005/01/04 13:28:12 UTC

[jira] Created: (TAPESTRY-242) Global message catalog

Global message catalog
----------------------

         Key: TAPESTRY-242
         URL: http://issues.apache.org/jira/browse/TAPESTRY-242
     Project: Tapestry
        Type: New Feature
  Components: Framework  
    Reporter: Hugo Palma


I couldn't find any issue for this so i decided to create it as this is a very much wanted feature by the community.
So basically it's just a global message catalog(ala JAVA localization Messages.properties)  from which all other message catalog inherit all defined messages.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Commented: (TAPESTRY-242) Global message catalog

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-242?page=comments#action_58650 ]
     
Howard M. Lewis Ship commented on TAPESTRY-242:
-----------------------------------------------

My plan is as follows:

Each page and component belongs to a namespace.
Each namespace has a location, the location of the .application or .library file.
A set of localized properties will be assocated with the namespace.
The namespace properties will be defaults for the page/component properties.
The name of the base properties file will be based on the name of the specification file, i.e.
app.application --> app.properties

This will work even when there is not application specification, there will be a "virtual" application specification
at WEB-INF/applicationId.application  where applicationId is the name of the application servlet.


> Global message catalog
> ----------------------
>
>          Key: TAPESTRY-242
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-242
>      Project: Tapestry
>         Type: New Feature
>   Components: Framework
>     Reporter: Hugo Palma
>     Assignee: Howard M. Lewis Ship

>
> I couldn't find any issue for this so i decided to create it as this is a very much wanted feature by the community.
> So basically it's just a global message catalog(ala JAVA localization Messages.properties)  from which all other message catalog inherit all defined messages.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Assigned: (TAPESTRY-242) Global message catalog

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-242?page=history ]

Howard M. Lewis Ship reassigned TAPESTRY-242:
---------------------------------------------

    Assign To: Howard M. Lewis Ship

> Global message catalog
> ----------------------
>
>          Key: TAPESTRY-242
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-242
>      Project: Tapestry
>         Type: New Feature
>   Components: Framework
>     Reporter: Hugo Palma
>     Assignee: Howard M. Lewis Ship

>
> I couldn't find any issue for this so i decided to create it as this is a very much wanted feature by the community.
> So basically it's just a global message catalog(ala JAVA localization Messages.properties)  from which all other message catalog inherit all defined messages.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Closed: (TAPESTRY-242) Allow namespaces to provide default messages for pages and components

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-242?page=history ]
     
Howard M. Lewis Ship closed TAPESTRY-242:
-----------------------------------------

    Resolution: Fixed

A little more documentation needs to be done.

> Allow namespaces to provide default messages for pages and components
> ---------------------------------------------------------------------
>
>          Key: TAPESTRY-242
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-242
>      Project: Tapestry
>         Type: New Feature
>   Components: Framework
>     Versions: 2.3, 3.0, 3.0.1, 3.0.2, 3.1
>     Reporter: Hugo Palma
>     Assignee: Howard M. Lewis Ship
>      Fix For: 3.1

>
> I couldn't find any issue for this so i decided to create it as this is a very much wanted feature by the community.
> So basically it's just a global message catalog(ala JAVA localization Messages.properties)  from which all other message catalog inherit all defined messages.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Updated: (TAPESTRY-242) Allow namespaces to provide default messages for pages and components

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-242?page=history ]

Howard M. Lewis Ship updated TAPESTRY-242:
------------------------------------------

    Version: 3.1

> Allow namespaces to provide default messages for pages and components
> ---------------------------------------------------------------------
>
>          Key: TAPESTRY-242
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-242
>      Project: Tapestry
>         Type: New Feature
>   Components: Framework
>     Versions: 2.3, 3.0, 3.0.1, 3.0.2, 3.1
>     Reporter: Hugo Palma
>     Assignee: Howard M. Lewis Ship
>      Fix For: 3.1

>
> I couldn't find any issue for this so i decided to create it as this is a very much wanted feature by the community.
> So basically it's just a global message catalog(ala JAVA localization Messages.properties)  from which all other message catalog inherit all defined messages.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Updated: (TAPESTRY-242) Allow namespaces to provide default messages for pages and components

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-242?page=history ]

Howard M. Lewis Ship updated TAPESTRY-242:
------------------------------------------

        Summary: Allow namespaces to provide default messages for pages and components  (was: Global message catalog)
        Version: 2.3
                 3.0
                 3.0.1
                 3.0.2
    Fix Version: 3.1

> Allow namespaces to provide default messages for pages and components
> ---------------------------------------------------------------------
>
>          Key: TAPESTRY-242
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-242
>      Project: Tapestry
>         Type: New Feature
>   Components: Framework
>     Versions: 2.3, 3.0, 3.0.1, 3.0.2, 3.1
>     Reporter: Hugo Palma
>     Assignee: Howard M. Lewis Ship
>      Fix For: 3.1

>
> I couldn't find any issue for this so i decided to create it as this is a very much wanted feature by the community.
> So basically it's just a global message catalog(ala JAVA localization Messages.properties)  from which all other message catalog inherit all defined messages.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org