Re: [vote] release of Trinidad plugins (1.2.6)

2008-01-18 Thread Bruno Aranda
+1 On 17/01/2008, Gary Kind [EMAIL PROTECTED] wrote: +1 Matthias Wessendorf wrote: Hi, I was running the needed tasks to get the 1.2.6 release of the Apache MyFaces Trinidad Maven 2 Plugins out. The artifacts are deployed to my private Apache account ([1]). Please take a look

[jira] Commented: (MYFACES-1794) MF Core causes resources not found(404) errors (recently also corrected in Sun RI for JSF 1.2)

2008-01-18 Thread Wolf Benz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560333#action_12560333 ] Wolf Benz commented on MYFACES-1794: The problem is not solved - I still get the

Re: MyFaces Build Tools

2008-01-18 Thread Simon Kitching
Matthias Wessendorf [EMAIL PROTECTED] schrieb: Hi, I ported some Trinidad fixes over to the build-tools. I also think it might be the case where we want to release the bits, to get them into usage. I think they are stable (since just created out to Trinidad), so we might want go

Re: [Bridge] Source tree restructuring

2008-01-18 Thread Martin Marinschek
looks good to me! regards, Martin On 1/18/08, Scott O'Bryan [EMAIL PROTECTED] wrote: Hey everyone, I just got back from a Face 2 Face of the JSR-301 Expert Group (the group defining the Java Standard for the bridge). As I've been saying for a bit, there is going to be a different

Re: [VOTE] MyFaces Master pom v5

2008-01-18 Thread Bruno Aranda
+1 On 18/01/2008, Martin Marinschek [EMAIL PROTECTED] wrote: +1, regards, Martin On 1/18/08, Simon Kitching [EMAIL PROTECTED] wrote: Manfred Geiler [EMAIL PROTECTED] schrieb: This is the formal vote for the new myfaces master POM version 5. You can find the signed release

[jira] Commented: (TOMAHAWK-1145) t:input calendar adds whitespace to page layout

2008-01-18 Thread Wolf Benz (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560374#action_12560374 ] Wolf Benz commented on TOMAHAWK-1145: - Not here. I tried both adding - with t: :

Re: Myfaces commons utils

2008-01-18 Thread Martin Marinschek
interesting class... yes, this should most probably be refactored ;) - even though I do see some methods for Tags (e.g. setting values from tag-attributes to component-attributes). regards, Martin On 1/18/08, Manfred Geiler [EMAIL PROTECTED] wrote: Just had a look at the new commons-utils

Myfaces commons utils

2008-01-18 Thread Manfred Geiler
Just had a look at the new commons-utils module and found the class TagUtils. Please forgive me for saying it directly: This piece of code is horrible! It seems to be a mixture of various static methods without any direct relation to Tags. Looks like a huge graveyard for quick and dirty static

Re: [VOTE] MyFaces Master pom v5

2008-01-18 Thread Simon Kitching
Manfred Geiler [EMAIL PROTECTED] schrieb: This is the formal vote for the new myfaces master POM version 5. You can find the signed release candidate at [1]. Please vote +1 if you reviewed the new master pom version and think we can use it -1 if you found a flaw or potential problem

[VOTE] MyFaces Master pom v5

2008-01-18 Thread Manfred Geiler
This is the formal vote for the new myfaces master POM version 5. You can find the signed release candidate at [1]. Please vote +1 if you reviewed the new master pom version and think we can use it -1 if you found a flaw or potential problem with the new master pom Thanks, --Manfred [1]

Re: Myfaces commons utils

2008-01-18 Thread Matthias Wessendorf
// Helpful with tag auto generation. Though this isn't really required. /** * Return the same string. It is there for convenience and makes life easy * while auto generating tags. * @param value * @return */ public static String getString(.. this makes it clear, that the

[jira] Created: (TOMAHAWK-1178) Columns should support cellClasses attribute alike rowClasses for DataTable

2008-01-18 Thread JIRA
Columns should support cellClasses attribute alike rowClasses for DataTable --- Key: TOMAHAWK-1178 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1178 Project: MyFaces

[jira] Created: (TOBAGO-602) UITabGroup should be an ActionSource

2008-01-18 Thread Bernd Bohmann (JIRA)
UITabGroup should be an ActionSource Key: TOBAGO-602 URL: https://issues.apache.org/jira/browse/TOBAGO-602 Project: MyFaces Tobago Issue Type: Improvement Components: Core Affects Versions:

[jira] Resolved: (TRINIDAD-906) optimize getClientId - use per thread shared StringBuilder

2008-01-18 Thread Gabrielle Crawford (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabrielle Crawford resolved TRINIDAD-906. - Resolution: Fixed Fix Version/s: 1.2.6-core Completed: At revision:

[jira] Commented: (TRINIDAD-906) optimize getClientId - use per thread shared StringBuilder

2008-01-18 Thread Gabrielle Crawford (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560627#action_12560627 ] Gabrielle Crawford commented on TRINIDAD-906: - Completed: At revision: 613331

[jira] Issue Comment Edited: (TOBAGO-602) UITabGroup should be an ActionSource

2008-01-18 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560539#action_12560539 ] bommel edited comment on TOBAGO-602 at 1/18/08 1:20 PM: ---

[jira] Resolved: (TRINIDAD-908) optimize invokeOnComponent in a namingContainer

2008-01-18 Thread Gabrielle Crawford (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabrielle Crawford resolved TRINIDAD-908. - Resolution: Fixed Fix Version/s: 1.2.6-core Completed: At revision:

Re: MyFaces Build Tools

2008-01-18 Thread Matthias Wessendorf
nice On Jan 18, 2008 4:33 AM, Manfred Geiler [EMAIL PROTECTED] wrote: ok, I will start the myfaces-master-pom release process right now --Manfred On Jan 18, 2008 12:59 PM, Simon Kitching [EMAIL PROTECTED] wrote: Matthias Wessendorf [EMAIL PROTECTED] schrieb: Hi, I ported

Re: MyFaces Build Tools

2008-01-18 Thread Matthias Wessendorf
makes sense. On Jan 18, 2008 3:59 AM, Simon Kitching [EMAIL PROTECTED] wrote: Matthias Wessendorf [EMAIL PROTECTED] schrieb: Hi, I ported some Trinidad fixes over to the build-tools. I also think it might be the case where we want to release the bits, to get them into usage.

Re: [VOTE] MyFaces Master pom v5

2008-01-18 Thread Manfred Geiler
here is my own +1 We got 4 positive votes. I hereby formally close this poll. --Manfred On Jan 18, 2008 2:51 PM, Bruno Aranda [EMAIL PROTECTED] wrote: +1 On 18/01/2008, Martin Marinschek [EMAIL PROTECTED] wrote: +1, regards, Martin On 1/18/08, Simon Kitching [EMAIL PROTECTED]

Re: [VOTE] MyFaces Master pom v5

2008-01-18 Thread Martin Marinschek
+1, regards, Martin On 1/18/08, Simon Kitching [EMAIL PROTECTED] wrote: Manfred Geiler [EMAIL PROTECTED] schrieb: This is the formal vote for the new myfaces master POM version 5. You can find the signed release candidate at [1]. Please vote +1 if you reviewed the new master

Re: MyFaces Build Tools

2008-01-18 Thread Manfred Geiler
ok, I will start the myfaces-master-pom release process right now --Manfred On Jan 18, 2008 12:59 PM, Simon Kitching [EMAIL PROTECTED] wrote: Matthias Wessendorf [EMAIL PROTECTED] schrieb: Hi, I ported some Trinidad fixes over to the build-tools. I also think it might be the

[jira] Resolved: (TRINIDAD-907) Current maven-jdev-plugin does not handle nested maven projects whose packaging is pom

2008-01-18 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-907. - Resolution: Fixed Fix Version/s: 1.2.6-plugins Current

Re: [vote] release of Trinidad plugins (1.2.6)

2008-01-18 Thread Matthias Wessendorf
did an update, to get TRINIDAD-907 in. -M On Jan 18, 2008 12:46 AM, Bruno Aranda [EMAIL PROTECTED] wrote: +1 On 17/01/2008, Gary Kind [EMAIL PROTECTED] wrote: +1 Matthias Wessendorf wrote: Hi, I was running the needed tasks to get the 1.2.6 release of the Apache MyFaces

Re: [VOTE] MyFaces Master pom v5

2008-01-18 Thread Matthias Wessendorf
since timezone delay... my +1 is coming now ;) -M On Jan 18, 2008 6:18 AM, Manfred Geiler [EMAIL PROTECTED] wrote: here is my own +1 We got 4 positive votes. I hereby formally close this poll. --Manfred On Jan 18, 2008 2:51 PM, Bruno Aranda [EMAIL PROTECTED] wrote: +1 On

[jira] Created: (TOBAGO-601) UISelectBoolean.isSelected() produces ClassCastException

2008-01-18 Thread Guido Dubois (JIRA)
UISelectBoolean.isSelected() produces ClassCastException Key: TOBAGO-601 URL: https://issues.apache.org/jira/browse/TOBAGO-601 Project: MyFaces Tobago Issue Type: Bug Affects

[jira] Created: (TRINIDAD-907) Current maven-jdev-plugin does not handle nested maven projects whose packaging is pom

2008-01-18 Thread Gary Kind (JIRA)
Current maven-jdev-plugin does not handle nested maven projects whose packaging is pom Key: TRINIDAD-907 URL: https://issues.apache.org/jira/browse/TRINIDAD-907

[jira] Commented: (TOBAGO-602) UITabGroup should be an ActionSource

2008-01-18 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560539#action_12560539 ] Bernd Bohmann commented on TOBAGO-602: -- UITabGroup has a TabChangeListener and a