Re: TRINIDAD-1262

2008-10-22 Thread Anita Anandan
PM, Anita Anandan [EMAIL PROTECTED] wrote: Hi all - I was wondering if one of the Trinidad committees could take a look at trinidad-1262 (https://issues.apache.org/jira/browse/TRINIDAD-1262)? It needs to be reviewed and committed. Thanks Anita

TRINIDAD-1262

2008-10-21 Thread Anita Anandan
Hi all - I was wondering if one of the Trinidad committees could take a look at trinidad-1262 (https://issues.apache.org/jira/browse/TRINIDAD-1262)? It needs to be reviewed and committed. Thanks Anita

[jira] Updated: (TRINIDAD-1262) convertdatetime's flexibility needs to take locale into consideration

2008-10-16 Thread Anita Anandan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anita Anandan updated TRINIDAD-1262: Status: Patch Available (was: Open) convertdatetime's flexibility needs to take

[jira] Created: (TRINIDAD-1262) convertdatetime's flexibility needs to take locale into consideration

2008-10-15 Thread Anita Anandan (JIRA)
Issue Type: Bug Components: Components Reporter: Anita Anandan Priority: Minor The DateTimeConverter code will only test for flexibility if a list of fallback patterns exists for that specific locale. The current set of convenience patterns will be used

[jira] Commented: (TRINIDAD-1262) convertdatetime's flexibility needs to take locale into consideration

2008-10-15 Thread Anita Anandan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12639982#action_12639982 ] Anita Anandan commented on TRINIDAD-1262: - We want to apply these convenience

[jira] Updated: (TRINIDAD-1231) Custom message/hint strings used by validators should be escaped.

2008-10-13 Thread Anita Anandan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anita Anandan updated TRINIDAD-1231: Status: Patch Available (was: Open) Custom message/hint strings used by validators

[jira] Updated: (TRINIDAD-931) converter and validator 'preferred' metadata needs updating

2008-09-15 Thread Anita Anandan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anita Anandan updated TRINIDAD-931: --- Status: Patch Available (was: Open) converter and validator 'preferred' metadata needs

[jira] Created: (TRINIDAD-1214) Trinidad Demo converters validators use deprecated methods classes

2008-09-03 Thread Anita Anandan (JIRA)
Issue Type: Bug Components: Components Reporter: Anita Anandan Priority: Minor Example: ConvertSSNTag.java, PasswordValidator. There are a few more. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue

[jira] Updated: (TRINIDAD-1214) Trinidad Demo converters validators use deprecated methods classes

2008-09-03 Thread Anita Anandan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anita Anandan updated TRINIDAD-1214: Status: Patch Available (was: Open) Trinidad Demo converters validators use

[jira] Updated: (TRINIDAD-1210) org.apache.myfaces.trinidad.convert.DateTimeConverter uses a Set which may imply that the locale pattern is not the 1st to be used

2008-09-02 Thread Anita Anandan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anita Anandan updated TRINIDAD-1210: Status: Patch Available (was: Open

[jira] Created: (TRINIDAD-1210) org.apache.myfaces.trinidad.convert.DateTimeConverter uses a Set which may imply that the locale pattern is not the 1st to be used

2008-08-29 Thread Anita Anandan (JIRA)
-1210 URL: https://issues.apache.org/jira/browse/TRINIDAD-1210 Project: MyFaces Trinidad Issue Type: Bug Components: Components Reporter: Anita Anandan Priority: Minor org.apache.myfaces.trinidad.convert.DateTimeConverter

DateTimeConverter's patterns

2008-08-28 Thread Anita Anandan
I had a couple questions on org.apache.myfaces.trinidad.convert.DateTimeConverter._doLenientParse(). This method creates a set of patterns to match against the user provided input string. Of course, we start with the format associated with the current locale. But to make our converter more

[jira] Commented: (TRINIDAD-1181) The client side Regex validator needs to specify the start and end of the pattern

2008-08-15 Thread Anita Anandan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12622819#action_12622819 ] Anita Anandan commented on TRINIDAD-1181: - Tested the patch with the following

[jira] Updated: (TRINIDAD-1181) The client side Regex validator needs to specify the start and end of the pattern

2008-08-15 Thread Anita Anandan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anita Anandan updated TRINIDAD-1181: Status: Patch Available (was: Open) The client side Regex validator needs to specify

[jira] Created: (TRINIDAD-1181) The client side Regex validator needs to specify the start and end of the pattern

2008-08-14 Thread Anita Anandan (JIRA)
: MyFaces Trinidad Issue Type: Bug Environment: Windows XP Reporter: Anita Anandan Priority: Minor The following pattern should match numbers 1-999: [1-9]|[1-9][0-9]|[1-9][0-9][0-9]. Granted there are better ways of specifying the regex for numbers 1-999

[jira] Created: (TRINIDAD-1179) Custom message of the length validator not displayed when the minimum attribute is specified and the maximum is not

2008-08-13 Thread Anita Anandan (JIRA)
://issues.apache.org/jira/browse/TRINIDAD-1179 Project: MyFaces Trinidad Issue Type: Bug Components: Components Environment: Microsoft Windows XP Reporter: Anita Anandan Priority: Minor Steps to reproduce: Create a length validator

[jira] Updated: (TRINIDAD-1179) Custom message of the length validator not displayed when the minimum attribute is specified and the maximum is not

2008-08-13 Thread Anita Anandan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anita Anandan updated TRINIDAD-1179: Status: Patch Available (was: Open) Custom message of the length validator

[jira] Updated: (TRINIDAD-1179) Custom message of the length validator not displayed when the minimum attribute is specified and the maximum is not

2008-08-13 Thread Anita Anandan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anita Anandan updated TRINIDAD-1179: Status: Open (was: Patch Available) Custom message of the length validator

[jira] Updated: (TRINIDAD-1179) Custom message of the length validator not displayed when the minimum attribute is specified and the maximum is not

2008-08-13 Thread Anita Anandan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anita Anandan updated TRINIDAD-1179: Status: Patch Available (was: Open) Custom message of the length validator