Re: cleaning up whitespace in source files

2008-07-04 Thread [EMAIL PROTECTED]
Ok, rather than running detab.sh before svn update, I suggest this instead. svn -q status | cut -c 8- | xargs -n 1 sed -i -e 's/\t//g' It replaces tabs *only* in local files that you already have modified versions of. The svn update therefore works normally on other files (no

Re: [TRINIDAD] Unable to use Converter with tr:inputDate

2008-07-04 Thread dushyant agarwal
I need to put the converter from backing bean because the inputDate component is being created dynamically based upon the number of records in the database.Why can't we put sort of tr:validateDateTime in the backing bean I further tried to make a sample application that contained a class

Fw: Re: [TRINIDAD] Unable to use Converter with tr:inputDate

2008-07-04 Thread dushyant agarwal
I need to put the converter from backing bean because the inputDate component is being created dynamically based upon the number of records in the database.Why can't we put sort of tr:validateDateTime in the backing bean And yes the BB bean is request scoped I further tried to

[jira] Resolved: (TRINIDAD-1126) Contention at java.util.regex.Pattern.matcher.

2008-07-04 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-1126. -- Resolution: Fixed Fix Version/s: 1.2.9-core

Re: [TRINIDAD] Unable to use Converter with tr:inputDate

2008-07-04 Thread Matthias Wessendorf
On Fri, Jul 4, 2008 at 10:43 AM, dushyant agarwal [EMAIL PROTECTED] wrote: I need to put the converter from backing bean because the inputDate component is being created dynamically based upon the number of records in the database.Why can't we put sort of tr:validateDateTime in the backing

[jira] Created: (TRINIDAD-1141) Unable to set DateTimeConverter with tr:inputDate component from the backing bean

2008-07-04 Thread Dushyant Agarwal (JIRA)
Unable to set DateTimeConverter with tr:inputDate component from the backing bean - Key: TRINIDAD-1141 URL: https://issues.apache.org/jira/browse/TRINIDAD-1141 Project:

[jira] Created: (TRINIDAD-1001) FacesMessageWrapper does not include label and wrapper properties when serializing

2008-07-04 Thread VERHEIRE Lorenzo
_ Lorenzo Verheire De Post - Post Academy Educational Design [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Visit www.online-learning.be http://www.online-learning.be/ Quality in a product or service is not what the supplier puts

[jira] Resolved: (TRINIDAD-1141) Unable to set DateTimeConverter with tr:inputDate component from the backing bean

2008-07-04 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-1141. -- Resolution: Invalid not a bug at all Unable to set DateTimeConverter with

[jira] Reopened: (TRINIDAD-1141) Unable to set DateTimeConverter with tr:inputDate component from the backing bean

2008-07-04 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf reopened TRINIDAD-1141: -- Unable to set DateTimeConverter with tr:inputDate component from the backing

[jira] Updated: (TRINIDAD-119) InputDate popup crashes when using extension mapping

2008-07-04 Thread Michael Oswald (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Oswald updated TRINIDAD-119: Status: Patch Available (was: Open) InputDate popup crashes when using extension

[jira] Commented: (TRINIDAD-119) InputDate popup crashes when using extension mapping

2008-07-04 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12610564#action_12610564 ] Matthias Weßendorf commented on TRINIDAD-119: - Oswald, what is the JSR

[jira] Commented: (TRINIDAD-119) InputDate popup crashes when using extension mapping

2008-07-04 Thread Michael Oswald (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12610583#action_12610583 ] Michael Oswald commented on TRINIDAD-119: - What has this to do with a JSR? Please

[jira] Commented: (TRINIDAD-119) InputDate popup crashes when using extension mapping

2008-07-04 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12610596#action_12610596 ] Matthias Weßendorf commented on TRINIDAD-119: - whoops. typo. I was about to

[jira] Commented: (TRINIDAD-119) InputDate popup crashes when using extension mapping

2008-07-04 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12610640#action_12610640 ] Jan-Kees van Andel commented on TRINIDAD-119: - I was using MyFaces 1.2.0,

[jira] Created: (TRINIDAD-1142) partial submit (for ppr) does not work for some jsp with a rendered XML-PI

2008-07-04 Thread burghard.w.v.britzke (JIRA)
partial submit (for ppr) does not work for some jsp with a rendered XML-PI -- Key: TRINIDAD-1142 URL: https://issues.apache.org/jira/browse/TRINIDAD-1142 Project: MyFaces

checkstyle rules: naming for ThreadLocal variables

2008-07-04 Thread simon
Hi All, I have a fairly trivial question for you all. The normal checkstyle rule for a static final variable requires the name to be ALL_UPPERCASE_WITH_UNDERSCORES. There are two problem cases though: (1) private static final Log log = LogFactory.getLog(...); (2) private static final ThreadLocal

[jira] Created: (MYFACES-1889) Redirect to a JSF page when Throwable exception or error occur

2008-07-04 Thread Leonardo Uribe (JIRA)
Redirect to a JSF page when Throwable exception or error occur -- Key: MYFACES-1889 URL: https://issues.apache.org/jira/browse/MYFACES-1889 Project: MyFaces Core Issue Type: New

[myfaces core] Redirect to a JSF page when Throwable exception or error occur

2008-07-04 Thread Leonardo Uribe
Hi I want to see what people think about a possible enhancement of error handling feature of myfaces, thanks to a suggestion of Martin. For this purpose, I create a issue on jira ( MYFACES-1889). The summary of this feature is this: One possible enhancement to the error handling feature of