Re: [TRINIDAD 1.0.12] LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

2010-09-10 Thread Rafa Pérez
Hi Matthias,

we are releasing a new version of our app, so I have not much time to
test it. I will try next week.

Thanks,

-- Rafa

On Wed, Sep 8, 2010 at 10:56 PM, Matthias Wessendorf mat...@apache.org wrote:
 hey Rafa,

 I did an upload to my staging repo:
 http://people.apache.org/~matzew/staging_repo/

 a vote is going on, on dev@

 -M

 On Wed, Sep 8, 2010 at 5:37 PM, Matthias Wessendorf mat...@apache.org wrote:
 I am _not_ passed maven ;-)


 2010/9/8 Rafa Pérez raja...@gmail.com:
 Hi Matthias,

 thank you very much.

 -- Rafa

 On Wed, Sep 8, 2010 at 5:16 PM, Matthias Wessendorf mat...@apache.org 
 wrote:
 Hello,

 problem is the build was done w/ java6.
 Locally I verified that it works with java5

 re-running a release (1.0.13), now

 2010/2/24 Rafa Pérez raja...@gmail.com:
 Done , bug https://issues.apache.org/jira/browse/TRINIDAD-1737.

 -- Rafa

 On Wed, Feb 24, 2010 at 10:55 AM, Matthias Wessendorf 
 mat...@apache.orgwrote:

 Rafa,

 hrm.. can u file a bug ticket, that we don't forget to look at it?
 I am currently traveling so not much room for stuff.

 2010/2/23 Rafa Pérez raja...@gmail.com:
  Hi Matthias,
 
  yep, .JS are in there... but *inside you have this (1.0.12):*
 
  *var LocaleSymbols_en = new LocaleSymbols({
  });*
 
  TrMessageFactory._TRANSLATIONS={
 
 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The
  number must be between {2} and {3}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM':'The
  number is too high.',
 
 'org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT':'Enter
  a number less than or equal to {0}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.RANGE_HINT':'Enter
  a date between {0} and {1}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_detail':'The
  date must be on or before {2}.',
 
 'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT':'The
  percentage is not in the correct format.',
  'javax.faces.validator.LongRangeValidator.MAXIMUM_detail':'The number
  must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UPLOAD':'The file is too large.',
 
 'org.apache.myfaces.trinidad.UIXSelectMany.UNSUPPORTED_MODEL_TYPE':'Unsupported
  model type.',
  'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM':'The
  number is too high.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM':'There
  are too many characters.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_HINT':'Enter
  a date on or before {0}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT':'The
  value is not a number.',
  'org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION_detail':'Enter
  a value that matches this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.ColorConverter.FORMAT_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE_detail':'Enter
  {2} or more characters, up to a maximum of {3}.',
  'org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.UPLOAD_detail':'The file could not be
  uploaded because it is too large.',
  'org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH':'The
  format is incorrect.',
  'org.apache.myfaces.trinidad.convert.ALERT_FORMAT_detail':'{0} - {1}',
  'javax.faces.validator.LongRangeValidator.MINIMUM':'The number is too
 low.',
  'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY':'The
  date is not valid.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE':'The
  number of characters is out of range.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail':'Enter
  a date and time in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN_detail':'The
  format of the number must match this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME':'The
  time is not in the correct format.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT_detail':'Enter
  a percentage in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT':'The
  number is not a whole number.',
 
 'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH':'Dates
  in this month 

Re: [TRINIDAD 1.0.12] LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

2010-09-08 Thread Matthias Wessendorf
Hello,

problem is the build was done w/ java6.
Locally I verified that it works with java5

re-running a release (1.0.13), now

2010/2/24 Rafa Pérez raja...@gmail.com:
 Done , bug https://issues.apache.org/jira/browse/TRINIDAD-1737.

 -- Rafa

 On Wed, Feb 24, 2010 at 10:55 AM, Matthias Wessendorf 
 mat...@apache.orgwrote:

 Rafa,

 hrm.. can u file a bug ticket, that we don't forget to look at it?
 I am currently traveling so not much room for stuff.

 2010/2/23 Rafa Pérez raja...@gmail.com:
  Hi Matthias,
 
  yep, .JS are in there... but *inside you have this (1.0.12):*
 
  *var LocaleSymbols_en = new LocaleSymbols({
  });*
 
  TrMessageFactory._TRANSLATIONS={
 
 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The
  number must be between {2} and {3}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM':'The
  number is too high.',
 
 'org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT':'Enter
  a number less than or equal to {0}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.RANGE_HINT':'Enter
  a date between {0} and {1}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_detail':'The
  date must be on or before {2}.',
 
 'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT':'The
  percentage is not in the correct format.',
  'javax.faces.validator.LongRangeValidator.MAXIMUM_detail':'The number
  must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UPLOAD':'The file is too large.',
 
 'org.apache.myfaces.trinidad.UIXSelectMany.UNSUPPORTED_MODEL_TYPE':'Unsupported
  model type.',
  'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM':'The
  number is too high.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM':'There
  are too many characters.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_HINT':'Enter
  a date on or before {0}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT':'The
  value is not a number.',
  'org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION_detail':'Enter
  a value that matches this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.ColorConverter.FORMAT_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE_detail':'Enter
  {2} or more characters, up to a maximum of {3}.',
  'org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.UPLOAD_detail':'The file could not be
  uploaded because it is too large.',
  'org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH':'The
  format is incorrect.',
  'org.apache.myfaces.trinidad.convert.ALERT_FORMAT_detail':'{0} - {1}',
  'javax.faces.validator.LongRangeValidator.MINIMUM':'The number is too
 low.',
  'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY':'The
  date is not valid.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE':'The
  number of characters is out of range.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail':'Enter
  a date and time in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN_detail':'The
  format of the number must match this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME':'The
  time is not in the correct format.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT_detail':'Enter
  a percentage in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT':'The
  number is not a whole number.',
 
 'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH':'Dates
  in this month are not valid.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED_detail':'You
  must select a row.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM_detail':'The
  number must be greater than or equal to {2}.',
  'org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM':'The
  number is too low.',
  

Re: [TRINIDAD 1.0.12] LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

2010-09-08 Thread Rafa Pérez
Hi Matthias,

thank you very much.

-- Rafa

On Wed, Sep 8, 2010 at 5:16 PM, Matthias Wessendorf mat...@apache.org wrote:
 Hello,

 problem is the build was done w/ java6.
 Locally I verified that it works with java5

 re-running a release (1.0.13), now

 2010/2/24 Rafa Pérez raja...@gmail.com:
 Done , bug https://issues.apache.org/jira/browse/TRINIDAD-1737.

 -- Rafa

 On Wed, Feb 24, 2010 at 10:55 AM, Matthias Wessendorf 
 mat...@apache.orgwrote:

 Rafa,

 hrm.. can u file a bug ticket, that we don't forget to look at it?
 I am currently traveling so not much room for stuff.

 2010/2/23 Rafa Pérez raja...@gmail.com:
  Hi Matthias,
 
  yep, .JS are in there... but *inside you have this (1.0.12):*
 
  *var LocaleSymbols_en = new LocaleSymbols({
  });*
 
  TrMessageFactory._TRANSLATIONS={
 
 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The
  number must be between {2} and {3}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM':'The
  number is too high.',
 
 'org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT':'Enter
  a number less than or equal to {0}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.RANGE_HINT':'Enter
  a date between {0} and {1}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_detail':'The
  date must be on or before {2}.',
 
 'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT':'The
  percentage is not in the correct format.',
  'javax.faces.validator.LongRangeValidator.MAXIMUM_detail':'The number
  must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UPLOAD':'The file is too large.',
 
 'org.apache.myfaces.trinidad.UIXSelectMany.UNSUPPORTED_MODEL_TYPE':'Unsupported
  model type.',
  'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM':'The
  number is too high.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM':'There
  are too many characters.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_HINT':'Enter
  a date on or before {0}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT':'The
  value is not a number.',
  'org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION_detail':'Enter
  a value that matches this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.ColorConverter.FORMAT_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE_detail':'Enter
  {2} or more characters, up to a maximum of {3}.',
  'org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.UPLOAD_detail':'The file could not be
  uploaded because it is too large.',
  'org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH':'The
  format is incorrect.',
  'org.apache.myfaces.trinidad.convert.ALERT_FORMAT_detail':'{0} - {1}',
  'javax.faces.validator.LongRangeValidator.MINIMUM':'The number is too
 low.',
  'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY':'The
  date is not valid.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE':'The
  number of characters is out of range.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail':'Enter
  a date and time in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN_detail':'The
  format of the number must match this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME':'The
  time is not in the correct format.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT_detail':'Enter
  a percentage in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT':'The
  number is not a whole number.',
 
 'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH':'Dates
  in this month are not valid.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED_detail':'You
  must select a row.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM_detail':'The
  number must be greater than or equal to {2}.',
  

Re: [TRINIDAD 1.0.12] LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

2010-09-08 Thread Matthias Wessendorf
I am _not_ passed maven ;-)


2010/9/8 Rafa Pérez raja...@gmail.com:
 Hi Matthias,

 thank you very much.

 -- Rafa

 On Wed, Sep 8, 2010 at 5:16 PM, Matthias Wessendorf mat...@apache.org wrote:
 Hello,

 problem is the build was done w/ java6.
 Locally I verified that it works with java5

 re-running a release (1.0.13), now

 2010/2/24 Rafa Pérez raja...@gmail.com:
 Done , bug https://issues.apache.org/jira/browse/TRINIDAD-1737.

 -- Rafa

 On Wed, Feb 24, 2010 at 10:55 AM, Matthias Wessendorf 
 mat...@apache.orgwrote:

 Rafa,

 hrm.. can u file a bug ticket, that we don't forget to look at it?
 I am currently traveling so not much room for stuff.

 2010/2/23 Rafa Pérez raja...@gmail.com:
  Hi Matthias,
 
  yep, .JS are in there... but *inside you have this (1.0.12):*
 
  *var LocaleSymbols_en = new LocaleSymbols({
  });*
 
  TrMessageFactory._TRANSLATIONS={
 
 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The
  number must be between {2} and {3}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM':'The
  number is too high.',
 
 'org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT':'Enter
  a number less than or equal to {0}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.RANGE_HINT':'Enter
  a date between {0} and {1}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_detail':'The
  date must be on or before {2}.',
 
 'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT':'The
  percentage is not in the correct format.',
  'javax.faces.validator.LongRangeValidator.MAXIMUM_detail':'The number
  must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UPLOAD':'The file is too large.',
 
 'org.apache.myfaces.trinidad.UIXSelectMany.UNSUPPORTED_MODEL_TYPE':'Unsupported
  model type.',
  'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM':'The
  number is too high.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM':'There
  are too many characters.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_HINT':'Enter
  a date on or before {0}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT':'The
  value is not a number.',
  'org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION_detail':'Enter
  a value that matches this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.ColorConverter.FORMAT_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE_detail':'Enter
  {2} or more characters, up to a maximum of {3}.',
  'org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.UPLOAD_detail':'The file could not be
  uploaded because it is too large.',
  'org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH':'The
  format is incorrect.',
  'org.apache.myfaces.trinidad.convert.ALERT_FORMAT_detail':'{0} - {1}',
  'javax.faces.validator.LongRangeValidator.MINIMUM':'The number is too
 low.',
  'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY':'The
  date is not valid.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE':'The
  number of characters is out of range.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail':'Enter
  a date and time in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN_detail':'The
  format of the number must match this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME':'The
  time is not in the correct format.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT_detail':'Enter
  a percentage in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT':'The
  number is not a whole number.',
 
 'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH':'Dates
  in this month are not valid.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED_detail':'You
  must select a row.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM_detail':'The
  

Re: [TRINIDAD 1.0.12] LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

2010-09-08 Thread Matthias Wessendorf
hey Rafa,

I did an upload to my staging repo:
http://people.apache.org/~matzew/staging_repo/

a vote is going on, on dev@

-M

On Wed, Sep 8, 2010 at 5:37 PM, Matthias Wessendorf mat...@apache.org wrote:
 I am _not_ passed maven ;-)


 2010/9/8 Rafa Pérez raja...@gmail.com:
 Hi Matthias,

 thank you very much.

 -- Rafa

 On Wed, Sep 8, 2010 at 5:16 PM, Matthias Wessendorf mat...@apache.org 
 wrote:
 Hello,

 problem is the build was done w/ java6.
 Locally I verified that it works with java5

 re-running a release (1.0.13), now

 2010/2/24 Rafa Pérez raja...@gmail.com:
 Done , bug https://issues.apache.org/jira/browse/TRINIDAD-1737.

 -- Rafa

 On Wed, Feb 24, 2010 at 10:55 AM, Matthias Wessendorf 
 mat...@apache.orgwrote:

 Rafa,

 hrm.. can u file a bug ticket, that we don't forget to look at it?
 I am currently traveling so not much room for stuff.

 2010/2/23 Rafa Pérez raja...@gmail.com:
  Hi Matthias,
 
  yep, .JS are in there... but *inside you have this (1.0.12):*
 
  *var LocaleSymbols_en = new LocaleSymbols({
  });*
 
  TrMessageFactory._TRANSLATIONS={
 
 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The
  number must be between {2} and {3}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM':'The
  number is too high.',
 
 'org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT':'Enter
  a number less than or equal to {0}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.RANGE_HINT':'Enter
  a date between {0} and {1}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_detail':'The
  date must be on or before {2}.',
 
 'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT':'The
  percentage is not in the correct format.',
  'javax.faces.validator.LongRangeValidator.MAXIMUM_detail':'The number
  must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UPLOAD':'The file is too large.',
 
 'org.apache.myfaces.trinidad.UIXSelectMany.UNSUPPORTED_MODEL_TYPE':'Unsupported
  model type.',
  'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM':'The
  number is too high.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM':'There
  are too many characters.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_HINT':'Enter
  a date on or before {0}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT':'The
  value is not a number.',
  'org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION_detail':'Enter
  a value that matches this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.ColorConverter.FORMAT_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE_detail':'Enter
  {2} or more characters, up to a maximum of {3}.',
  'org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.UPLOAD_detail':'The file could not be
  uploaded because it is too large.',
  'org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH':'The
  format is incorrect.',
  'org.apache.myfaces.trinidad.convert.ALERT_FORMAT_detail':'{0} - {1}',
  'javax.faces.validator.LongRangeValidator.MINIMUM':'The number is too
 low.',
  'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY':'The
  date is not valid.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE':'The
  number of characters is out of range.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail':'Enter
  a date and time in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN_detail':'The
  format of the number must match this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME':'The
  time is not in the correct format.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT_detail':'Enter
  a percentage in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT':'The
  number is not a whole number.',
 
 'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH':'Dates
  in this month are not valid.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED_detail':'You
  must 

Re: [TRINIDAD 1.0.12] LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

2010-02-24 Thread Matthias Wessendorf
Rafa,

hrm.. can u file a bug ticket, that we don't forget to look at it?
I am currently traveling so not much room for stuff.

2010/2/23 Rafa Pérez raja...@gmail.com:
 Hi Matthias,

 yep, .JS are in there... but *inside you have this (1.0.12):*

 *var LocaleSymbols_en = new LocaleSymbols({
 });*

 TrMessageFactory._TRANSLATIONS={
 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The
 number must be between {2} and {3}.',
 'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM':'The
 number is too high.',
 'org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT':'Enter
 a number less than or equal to {0}.',
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.RANGE_HINT':'Enter
 a date between {0} and {1}.',
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_detail':'The
 date must be on or before {2}.',
 'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM_detail':'The
 number must be less than or equal to {2}.',
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT':'The
 percentage is not in the correct format.',
 'javax.faces.validator.LongRangeValidator.MAXIMUM_detail':'The number
 must be less than or equal to {2}.',
 'org.apache.myfaces.trinidad.UPLOAD':'The file is too large.',
 'org.apache.myfaces.trinidad.UIXSelectMany.UNSUPPORTED_MODEL_TYPE':'Unsupported
 model type.',
 'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM':'The
 number is too high.',
 'org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM':'There
 are too many characters.',
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_HINT':'Enter
 a date on or before {0}.',
 'org.apache.myfaces.trinidad.convert.LongConverter.CONVERT':'The
 number is not a whole number.',
 'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT':'The
 value is not a number.',
 'org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION_detail':'Enter
 a value that matches this pattern: {2}',
 'org.apache.myfaces.trinidad.convert.ColorConverter.FORMAT_HINT':'Example
 format: {0}',
 'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE_detail':'Enter
 {2} or more characters, up to a maximum of {3}.',
 'org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT':'The
 number is not a whole number.',
 'org.apache.myfaces.trinidad.UPLOAD_detail':'The file could not be
 uploaded because it is too large.',
 'org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH':'The
 format is incorrect.',
 'org.apache.myfaces.trinidad.convert.ALERT_FORMAT_detail':'{0} - {1}',
 'javax.faces.validator.LongRangeValidator.MINIMUM':'The number is too low.',
 'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY':'The
 date is not valid.',
 'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE':'The
 number of characters is out of range.',
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail':'Enter
 a date and time in the same format as this example: {2}',
 'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT_detail':'The
 value must be a number.',
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT':'Example
 format: {0}',
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN_detail':'The
 format of the number must match this pattern: {2}',
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME':'The
 time is not in the correct format.',
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT_detail':'Enter
 a percentage in the same format as this example: {2}',
 'org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM_detail':'The
 number must be less than or equal to {2}.',
 'org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT':'The
 number is not a whole number.',
 'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH':'Dates
 in this month are not valid.',
 'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM_detail':'The
 number must be less than or equal to {2}.',
 'org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED_detail':'You
 must select a row.',
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER_detail':'The
 value must be a number.',
 'org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM_detail':'The
 number must be greater than or equal to {2}.',
 'org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM':'The
 number is too low.',
 'org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED_detail':'You must
 make at least one selection.',
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.NOT_IN_RANGE_detail':'The
 date must be between {2} and {3}.',
 'org.apache.myfaces.trinidad.component.core.input.CoreInputFile.INPUT_FILE_ERROR_detail':'A
 file upload error has occurred, please verify your upload data and
 file name.',
 'org.apache.myfaces.trinidad.convert.IntegerConverter.MAXIMUM_detail':'The
 number must be 

Re: [TRINIDAD 1.0.12] LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

2010-02-24 Thread Rafa Pérez
Done , bug https://issues.apache.org/jira/browse/TRINIDAD-1737.

-- Rafa

On Wed, Feb 24, 2010 at 10:55 AM, Matthias Wessendorf mat...@apache.orgwrote:

 Rafa,

 hrm.. can u file a bug ticket, that we don't forget to look at it?
 I am currently traveling so not much room for stuff.

 2010/2/23 Rafa Pérez raja...@gmail.com:
  Hi Matthias,
 
  yep, .JS are in there... but *inside you have this (1.0.12):*
 
  *var LocaleSymbols_en = new LocaleSymbols({
  });*
 
  TrMessageFactory._TRANSLATIONS={
 
 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The
  number must be between {2} and {3}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM':'The
  number is too high.',
 
 'org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT':'Enter
  a number less than or equal to {0}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.RANGE_HINT':'Enter
  a date between {0} and {1}.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_detail':'The
  date must be on or before {2}.',
 
 'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT':'The
  percentage is not in the correct format.',
  'javax.faces.validator.LongRangeValidator.MAXIMUM_detail':'The number
  must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UPLOAD':'The file is too large.',
 
 'org.apache.myfaces.trinidad.UIXSelectMany.UNSUPPORTED_MODEL_TYPE':'Unsupported
  model type.',
  'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM':'The
  number is too high.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM':'There
  are too many characters.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_HINT':'Enter
  a date on or before {0}.',
  'org.apache.myfaces.trinidad.convert.LongConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT':'The
  value is not a number.',
  'org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION_detail':'Enter
  a value that matches this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.ColorConverter.FORMAT_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE_detail':'Enter
  {2} or more characters, up to a maximum of {3}.',
  'org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT':'The
  number is not a whole number.',
  'org.apache.myfaces.trinidad.UPLOAD_detail':'The file could not be
  uploaded because it is too large.',
  'org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH':'The
  format is incorrect.',
  'org.apache.myfaces.trinidad.convert.ALERT_FORMAT_detail':'{0} - {1}',
  'javax.faces.validator.LongRangeValidator.MINIMUM':'The number is too
 low.',
  'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY':'The
  date is not valid.',
  'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE':'The
  number of characters is out of range.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail':'Enter
  a date and time in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT':'Example
  format: {0}',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN_detail':'The
  format of the number must match this pattern: {2}',
  'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME':'The
  time is not in the correct format.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT_detail':'Enter
  a percentage in the same format as this example: {2}',
  'org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT':'The
  number is not a whole number.',
 
 'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH':'Dates
  in this month are not valid.',
  'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM_detail':'The
  number must be less than or equal to {2}.',
  'org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED_detail':'You
  must select a row.',
 
 'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER_detail':'The
  value must be a number.',
 
 'org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM_detail':'The
  number must be greater than or equal to {2}.',
  'org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM':'The
  number is too low.',
  'org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED_detail':'You must
  make at least one selection.',
 
 'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.NOT_IN_RANGE_detail':'The
  date must be between {2} and {3}.',
 
 

[TRINIDAD 1.0.12] LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

2010-02-23 Thread Rafa Pérez
Hi all,

we have been having some problems with PPR since last update of Trinidad.
Today, we have seen that Locale*.js files are empty and this is causing our
problem. I think there have been some problems with packaging but, how is it
possible that no one took care of this??
I think Trinidad 1.0.x is being taking apart smoothly...

Will it be a 1.0.13 release soon to fix this problem?

Regards,

-- Rafa


Re: [TRINIDAD 1.0.12] LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

2010-02-23 Thread Matthias Wessendorf
Hey,

I just launched demo, all fine. JS in there, e.g:

http://localhost:8080/trinidad-demo/adf/jsLibs/resources/LocaleElements_en1_0_11.js?loc=en


however, the only problem is the invalid version. Will fix that ;-)

-Matthias

2010/2/23 Rafa Pérez raja...@gmail.com:
 Hi all,

 we have been having some problems with PPR since last update of Trinidad.
 Today, we have seen that Locale*.js files are empty and this is causing our
 problem. I think there have been some problems with packaging but, how is it
 possible that no one took care of this??
 I think Trinidad 1.0.x is being taking apart smoothly...

 Will it be a 1.0.13 release soon to fix this problem?

 Regards,

 -- Rafa




-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


Re: [TRINIDAD 1.0.12] LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

2010-02-23 Thread Rafa Pérez
Hi Matthias,

yep, .JS are in there... but *inside you have this (1.0.12):*

*var LocaleSymbols_en = new LocaleSymbols({
});*

TrMessageFactory._TRANSLATIONS={
'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The
number must be between {2} and {3}.',
'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM':'The
number is too high.',
'org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT':'Enter
a number less than or equal to {0}.',
'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.RANGE_HINT':'Enter
a date between {0} and {1}.',
'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_detail':'The
date must be on or before {2}.',
'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM_detail':'The
number must be less than or equal to {2}.',
'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT':'The
percentage is not in the correct format.',
'javax.faces.validator.LongRangeValidator.MAXIMUM_detail':'The number
must be less than or equal to {2}.',
'org.apache.myfaces.trinidad.UPLOAD':'The file is too large.',
'org.apache.myfaces.trinidad.UIXSelectMany.UNSUPPORTED_MODEL_TYPE':'Unsupported
model type.',
'org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM':'The
number is too high.',
'org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM':'There
are too many characters.',
'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_HINT':'Enter
a date on or before {0}.',
'org.apache.myfaces.trinidad.convert.LongConverter.CONVERT':'The
number is not a whole number.',
'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT':'The
value is not a number.',
'org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION_detail':'Enter
a value that matches this pattern: {2}',
'org.apache.myfaces.trinidad.convert.ColorConverter.FORMAT_HINT':'Example
format: {0}',
'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE_detail':'Enter
{2} or more characters, up to a maximum of {3}.',
'org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT':'The
number is not a whole number.',
'org.apache.myfaces.trinidad.UPLOAD_detail':'The file could not be
uploaded because it is too large.',
'org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH':'The
format is incorrect.',
'org.apache.myfaces.trinidad.convert.ALERT_FORMAT_detail':'{0} - {1}',
'javax.faces.validator.LongRangeValidator.MINIMUM':'The number is too low.',
'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY':'The
date is not valid.',
'org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE':'The
number of characters is out of range.',
'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail':'Enter
a date and time in the same format as this example: {2}',
'org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT_detail':'The
value must be a number.',
'org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT':'Example
format: {0}',
'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN_detail':'The
format of the number must match this pattern: {2}',
'org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME':'The
time is not in the correct format.',
'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT_detail':'Enter
a percentage in the same format as this example: {2}',
'org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM_detail':'The
number must be less than or equal to {2}.',
'org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT':'The
number is not a whole number.',
'org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH':'Dates
in this month are not valid.',
'org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM_detail':'The
number must be less than or equal to {2}.',
'org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED_detail':'You
must select a row.',
'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER_detail':'The
value must be a number.',
'org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM_detail':'The
number must be greater than or equal to {2}.',
'org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM':'The
number is too low.',
'org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED_detail':'You must
make at least one selection.',
'org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.NOT_IN_RANGE_detail':'The
date must be between {2} and {3}.',
'org.apache.myfaces.trinidad.component.core.input.CoreInputFile.INPUT_FILE_ERROR_detail':'A
file upload error has occurred, please verify your upload data and
file name.',
'org.apache.myfaces.trinidad.convert.IntegerConverter.MAXIMUM_detail':'The
number must be less than or equal to {2}.',
'org.apache.myfaces.trinidad.convert.NumberConverter.FORMAT_HINT':'Example
format: {0}',
'org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_CURRENCY':'The
currency format is incorrect.',