Re: [VOTE] Upgrade s:limitRendered to tomahawk

2008-07-02 Thread simon
On Tue, 2008-07-01 at 18:44 -0500, Leonardo Uribe wrote: On Tue, Jul 1, 2008 at 6:18 PM, Mike Kienenberger [EMAIL PROTECTED] wrote: +1, but I also agree that it should be put into commons rather than Tomahawk if there's no limiting factor. There is one dependency

[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-tabpanelfocusedCommentId=12609806#action_12609806 ] Matthias Weßendorf commented on TRINIDAD-1126: -- Looks like this:

[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-tabpanelfocusedCommentId=12609807#action_12609807 ] Matthias Weßendorf commented on TRINIDAD-1126: -- see here:

[TRINIDAD]Java Script not executing on calling Service's addScript method

2008-07-02 Thread dushyant agarwal
Hi, I created a JSF Page with a tr:commandButton in it. Inside its action method I wrote the following code:- public String action(){ ExtendedRenderKitService service= Service.getRenderKitService(FacesContext.getCurrentInsatnce(),ExtendedRenderKitService.class );

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

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

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. Is it really

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

[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

[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,

[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-tabpanelfocusedCommentId=12609937#action_12609937 ] Matthias Weßendorf commented on TRINIDAD-1126: -- looks like the real issue

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:when

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
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 c:choose /. 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

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 c:choose /. 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

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

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 rules

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 from the jsf1.1 branch of

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 tabs.

[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

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 | wc -l

[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-tabpanelfocusedCommentId=12610029#action_12610029 ] Matthias Weßendorf commented on TRINIDAD-1139: -- how come that there is no

[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

[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-tabpanelfocusedCommentId=12610047#action_12610047 ] Matthias Weßendorf commented on TRINIDAD-1139: -- to be clear. document[form]

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 the

[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-tabpanelfocusedCommentId=12610057#action_12610057 ] burghard.w.v.britzke commented on TRINIDAD-1139: there is an id attribut

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 usages of c:choose /.

[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-tabpanelfocusedCommentId=12610057#action_12610057 ] bubi edited comment on TRINIDAD-1139 at 7/2/08 3:18 PM:

[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,

[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-tabpanelfocusedCommentId=12610115#action_12610115 ] Leonardo Uribe commented on MYFACES-1740: - I have checked in deep this issue and

[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:

[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] 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