[jira] Updated: (MYFACES-1887) Print Multiple exceptions information thrown on update model

2008-07-02 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-1887: Status: Patch Available (was: Open) > Print Multiple exceptions information thrown on up

[jira] Updated: (MYFACES-1888) catch Throwable errors when using ErrorPageWriter (myfaces error handling)

2008-07-02 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-1888: Status: Patch Available (was: Open) > catch Throwable errors when using ErrorPageWriter

[jira] Created: (MYFACES-1888) catch Throwable errors when using ErrorPageWriter (myfaces error handling)

2008-07-02 Thread Leonardo Uribe (JIRA)
catch Throwable errors when using ErrorPageWriter (myfaces error handling) -- Key: MYFACES-1888 URL: https://issues.apache.org/jira/browse/MYFACES-1888 Project: MyFaces Core

[jira] Created: (MYFACES-1887) Print Multiple exceptions information thrown on update model

2008-07-02 Thread Leonardo Uribe (JIRA)
Print Multiple exceptions information thrown on update model Key: MYFACES-1887 URL: https://issues.apache.org/jira/browse/MYFACES-1887 Project: MyFaces Core Issue Type: Improvement

[jira] Commented: (MYFACES-1853) ErrorPageWriter causes Facelets/MyFaces confusion

2008-07-02 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610116#action_12610116 ] Leonardo Uribe commented on MYFACES-1853: - Have the same name for the error and d

[jira] Commented: (MYFACES-1740) NullPointer exception in ErrorPageWriter

2008-07-02 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610115#action_12610115 ] Leonardo Uribe commented on MYFACES-1740: - I have checked in deep this issue and

[ANNOUNCE] Podcast with Ted Goddard of ICEsoft

2008-07-02 Thread Kito D. Mann
Hello, Believe it or not, JSFCentral has more content :-). We just posted an interview with ICEsoft senior architect Ted Goddard. It was recorded in May of 2007 at the JavaOne conference in San Francisco, CA. Here's an excerpt: Kito: Okay, so you talk about Ajax Framework and Ajax Push, le

[jira] Issue Comment Edited: (TRINIDAD-1139) partial submit (for ppr) does not work for content type xhtml (_submitPartialChange() does not submitForm() for xhtml)

2008-07-02 Thread burghard.w.v.britzke (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610057#action_12610057 ] bubi edited comment on TRINIDAD-1139 at 7/2/08 3:18 PM: --

Re: [VOTE] Upgrade s:limitRendered to tomahawk

2008-07-02 Thread Mike Kienenberger
What Simon proposed makes a lot of sense to me. On Wed, Jul 2, 2008 at 1:18 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Andrew Robinson schrieb: >>> >>> You must have had a real use case that pushed you to write this >>> component. >>> Can you please describe it? >>> >> >> The same as all

[jira] Commented: (TRINIDAD-1139) partial submit (for ppr) does not work for content type xhtml (_submitPartialChange() does not submitForm() for xhtml)

2008-07-02 Thread burghard.w.v.britzke (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610057#action_12610057 ] burghard.w.v.britzke commented on TRINIDAD-1139: there is an id attribut

Re: cleaning up whitespace in source files

2008-07-02 Thread Bernd Bohmann
+1 for b Regards Bernd Matthias Wessendorf schrieb: > On Wed, Jul 2, 2008 at 7:28 PM, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: >> Hi All, >> >> In the new checkstyle rules file I enabled checks for tab characters, as the >> myfaces convention is (AFAIK) to use 4 spaces, not tabs. However t

[jira] Commented: (TRINIDAD-1139) partial submit (for ppr) does not work for content type xhtml (_submitPartialChange() does not submitForm() for xhtml)

2008-07-02 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610047#action_12610047 ] Matthias Weßendorf commented on TRINIDAD-1139: -- to be clear. document[form]

[jira] Created: (TOBAGO-687) Readonly support for tc:selectOneRadio

2008-07-02 Thread Bernd Bohmann (JIRA)
Readonly support for tc:selectOneRadio -- Key: TOBAGO-687 URL: https://issues.apache.org/jira/browse/TOBAGO-687 Project: MyFaces Tobago Issue Type: Improvement Components: Themes Affects Vers

[jira] Commented: (TRINIDAD-1139) partial submit (for ppr) does not work for content type xhtml (_submitPartialChange() does not submitForm() for xhtml)

2008-07-02 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610029#action_12610029 ] Matthias Weßendorf commented on TRINIDAD-1139: -- how come that there is no n

Re: cleaning up whitespace in source files

2008-07-02 Thread simon
Interesting question, Manfred. Here are the answers: Count of java files is done via: find . -name ".svn" -prune -o -name "target" -prune \ -o -name "*.java" -print | wc -l Count of java files with tabs is done by running "detab1.sh" (which just fixes tabs) then: svn status | grep "^M" | w

[jira] Created: (TRINIDAD-1139) partial submit (for ppr) does not work for content type xhtml (_submitPartialChange() does not submitForm() for xhtml)

2008-07-02 Thread burghard.w.v.britzke (JIRA)
partial submit (for ppr) does not work for content type xhtml (_submitPartialChange() does not submitForm() for xhtml) --- Key: TRINIDAD-1139 URL:

Re: cleaning up whitespace in source files

2008-07-02 Thread Matthias Wessendorf
On Wed, Jul 2, 2008 at 7:28 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi All, > > In the new checkstyle rules file I enabled checks for tab characters, as the > myfaces convention is (AFAIK) to use 4 spaces, not tabs. However the > checkstyle report points out a lot of files containing tab

Re: EnumConverter in commons 1.1 branch

2008-07-02 Thread Leonardo Uribe
On Wed, Jul 2, 2008 at 5:01 AM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > Matthias Wessendorf schrieb: > >> On Wed, Jul 2, 2008 at 10:19 AM, [EMAIL PROTECTED] >> <[EMAIL PROTECTED]> wrote: >> >> >>> Volker Weber schrieb: >>> >>> Hi, Leonardo has just deleted the EnumConverter

Re: cleaning up whitespace in source files

2008-07-02 Thread Manfred Geiler
Simon, Do you have a number? How many files do have tab characters? I think (b - fix them) would be the better solution. But only if that does not change every second file. --Manfred On Wed, Jul 2, 2008 at 7:28 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi All, > > In the new checkstyle r

cleaning up whitespace in source files

2008-07-02 Thread [EMAIL PROTECTED]
Hi All, In the new checkstyle rules file I enabled checks for tab characters, as the myfaces convention is (AFAIK) to use 4 spaces, not tabs. However the checkstyle report points out a lot of files containing tabs. It's no big deal, but do we want to: (a) disable the checkstyle rule and ignor

Re: [VOTE] Upgrade s:limitRendered to tomahawk

2008-07-02 Thread [EMAIL PROTECTED]
Andrew Robinson schrieb: You must have had a real use case that pushed you to write this component. Can you please describe it? The same as all usages of . The index based or more than one are just added benefits I threw in. I can provide examples, but I shouldn't have to. I certainly thin

Re: [VOTE] Upgrade s:limitRendered to tomahawk

2008-07-02 Thread Andrew Robinson
> You must have had a real use case that pushed you to write this component. > Can you please describe it? The same as all usages of . The index based or more than one are just added benefits I threw in. I can provide examples, but I shouldn't have to. Just because someone can't think of when it w

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

2008-07-02 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609951#action_12609951 ] Matthias Weßendorf commented on TRINIDAD-1126: -- Well, for what it's worth..

Re: [VOTE] Upgrade s:limitRendered to tomahawk

2008-07-02 Thread [EMAIL PROTECTED]
Andrew Robinson schrieb: Andrew, can you give an example of when it could be used? Check the documentation and the demo http://example.irian.at/example-sandbox-20080702/limitRendered.jsf http://myfaces.apache.org/sandbox/tlddoc/s/limitRendered.html It states its purpose as a JSF

Re: [VOTE] Upgrade s:limitRendered to tomahawk

2008-07-02 Thread Andrew Robinson
> Andrew, can you give an example of when it could be used? Check the documentation and the demo http://example.irian.at/example-sandbox-20080702/limitRendered.jsf http://myfaces.apache.org/sandbox/tlddoc/s/limitRendered.html It states its purpose as a JSF substitute for c:choose/c:w

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

2008-07-02 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609937#action_12609937 ] Matthias Weßendorf commented on TRINIDAD-1126: -- looks like the real issue i

[jira] Created: (MYFACES-1886) Translation is wrong for french

2008-07-02 Thread Frank Bommeli (JIRA)
Translation is wrong for french --- Key: MYFACES-1886 URL: https://issues.apache.org/jira/browse/MYFACES-1886 Project: MyFaces Core Issue Type: Bug Affects Versions: 1.1.5 Environment: Windows 2000, J

[jira] Resolved: (TOMAHAWK-1266) t:stylesheet renders link to an empty page on tomcat-5.5.24 and above

2008-07-02 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Kitching resolved TOMAHAWK-1266. -- Resolution: Fixed I've now committed the patch. The t:stylesheet tag now requires an

Re: EnumConverter in commons 1.1 branch

2008-07-02 Thread [EMAIL PROTECTED]
Matthias Wessendorf schrieb: On Wed, Jul 2, 2008 at 10:19 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Volker Weber schrieb: Hi, Leonardo has just deleted the EnumConverter from the jsf1.1 branch of commons. This converter was the reason for me to use a snapshot version in our prod

Re: EnumConverter in commons 1.1 branch

2008-07-02 Thread Matthias Wessendorf
On Wed, Jul 2, 2008 at 10:19 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Volker Weber schrieb: >> >> Hi, >> >> Leonardo has just deleted the EnumConverter from the jsf1.1 branch of >> commons. >> This converter was the reason for me to use a snapshot version in our >> production application.

Re: EnumConverter in commons 1.1 branch

2008-07-02 Thread [EMAIL PROTECTED]
Volker Weber schrieb: Hi, Leonardo has just deleted the EnumConverter from the jsf1.1 branch of commons. This converter was the reason for me to use a snapshot version in our production application. Is it really necessary to have the commons jsf1.1 branch java 1.4 compatible? I know jsf1.1 is,

EnumConverter in commons 1.1 branch

2008-07-02 Thread Volker Weber
Hi, Leonardo has just deleted the EnumConverter from the jsf1.1 branch of commons. This converter was the reason for me to use a snapshot version in our production application. Is it really necessary to have the commons jsf1.1 branch java 1.4 compatible? I know jsf1.1 is, but commons is an exten