Re: [Trinidad] NumberConverter and fr_FR locale

2007-12-03 Thread Matthias Wessendorf
According the bug: http://bugs.sun.com/view_bug.do?bug_id=4510618 it is true for Finish Locale as well. Which I verified. -M On Dec 3, 2007 11:52 AM, Matthias Wessendorf [EMAIL PROTECTED] wrote: the code does replace the regular spaces w/ non-braking spaces. A String like 12 345,68 € contains

Re: [Trinidad] NumberConverter and fr_FR locale

2007-12-03 Thread Matthias Wessendorf
the code does replace the regular spaces w/ non-braking spaces. A String like 12 345,68 € contains now two spaces and the code if (dfs.getGroupingSeparator() == '\u00a0') value = value.replace(' ', '\u00a0'); replaces them. Now, the String contains two non-braking spaces. After that,

[jira] Created: (MYFACES-1781) Problem with required field and label attribute

2007-12-03 Thread JIRA
Problem with required field and label attribute --- Key: MYFACES-1781 URL: https://issues.apache.org/jira/browse/MYFACES-1781 Project: MyFaces Core Issue Type: Bug Components: General

[jira] Resolved: (TOBAGO-552) Create tx:selectOneRadio with label for the whole component

2007-12-03 Thread Tobias Glensk (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Glensk resolved TOBAGO-552. -- Resolution: Fixed Create tx:selectOneRadio with label for the whole component

[jira] Commented: (TOBAGO-553) Support for click and dblClick action in the sheet

2007-12-03 Thread Helmut Swaczinna (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547844 ] Helmut Swaczinna commented on TOBAGO-553: - Is this feature already available in the current nightly build? I

[jira] Commented: (TOMAHAWK-15) DefaultAddResource cache disabled because of the Maven build

2007-12-03 Thread Peter Doornbosch (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547865 ] Peter Doornbosch commented on TOMAHAWK-15: -- See the patch attached to

[jira] Created: (TRINIDAD-849) NumberConverter (type:currency; locale:fr_FR) does not work

2007-12-03 Thread JIRA
NumberConverter (type:currency; locale:fr_FR) does not work --- Key: TRINIDAD-849 URL: https://issues.apache.org/jira/browse/TRINIDAD-849 Project: MyFaces Trinidad Issue Type: Bug

Re: MyFaces logo :)

2007-12-03 Thread Matthias Wessendorf
your new logos are kick-ass ! I like #1 -M On Dec 3, 2007 5:01 PM, Adonis Raduca [EMAIL PROTECTED] wrote: Hello I took in consideration all opinions, and suggestions so … First of all I have chosen the happy version of the logo due to the majority opinion. I added the Apache name to the

Re: MyFaces logo :)

2007-12-03 Thread Simon Lessard
Hi, See inline and thanks for the really great work. Regards, ~ Simon On Dec 3, 2007 11:01 AM, Adonis Raduca [EMAIL PROTECTED] wrote: Hello I took in consideration all opinions, and suggestions so … First of all I have chosen the happy version of the logo due to the majority opinion. I

Re: MyFaces logo :)

2007-12-03 Thread Mario Ivankovits
Hi! 1. The Blue-Orange, two complementary colors, has a strong contrast, but in my opinion blue is a very common color in many logos now a days in special ICEfaces has a blueish logo. +1 Thats my favorite! This also allows us nicely to adjust the site colors. 2. The Apache red-Apache

Re: [jira] Created: (PORTLETBRIDGE-19) PortletExternalContextImpl.encodeResourceURL seems to return prepend the context path twice

2007-12-03 Thread Scott O'Bryan
Hey Kito, thanks for reporting this. This looks like how trinidad formats things. In trinidad, if a resource is /dir/resource it treats this as webapp context meaning it apends the webapp name. Two leading slashes is server context. Perhaps the default was coded wrong... Scott Kito D.

Re: [Trinidad: VOTE] 1.2 current again

2007-12-03 Thread Matthias Wessendorf
Andrew, the TAG for the 1.2.4 release is done. http://svn.apache.org/repos/asf/myfaces/trinidad/tags/trinidad-1.2.4/ (created in r58) I'd suggest to use that revision as the base for the 1.2_X-trunk (and the *real* trunk, to merge the new features in. -Matthias PS: so, it is pretty close

Re: MyFaces logo :)

2007-12-03 Thread Matt Cooper
3. The most appreciated color combination from the previous logo snapshot. It's actually my favorite combination, is a good balancing between two harmonious colors. Also green transmits the sensation of the environment friendly technology, a present and future trend in many organizations.

[jira] Created: (MYFACES-1782) France Locale and NumberConverter doesn't work well with currency strings

2007-12-03 Thread JIRA
France Locale and NumberConverter doesn't work well with currency strings - Key: MYFACES-1782 URL: https://issues.apache.org/jira/browse/MYFACES-1782 Project: MyFaces Core

Re: MyFaces Commons Proposals

2007-12-03 Thread Scott O'Bryan
Ok everyone, I have preliminary work done for these proposals and would like your comments on it. If it looks like something you think belongs in the commons, I'll go ahead and submit a patch. Currently all of the work I've done is for J2SE5 and JSF1.2. I personally would question

Re: MyFaces logo :)

2007-12-03 Thread Martin Marinschek
Hi Adonis, I also like three - can you do a sample recoloring of the myfaces website which would fit with this logo? regards, Martin On Dec 3, 2007 6:47 PM, Matt Cooper [EMAIL PROTECTED] wrote: 3. The most appreciated color combination from the previous logo snapshot. It's

RE: MyFaces logo :)

2007-12-03 Thread Jesse Alexander (KSFH 323)
Congrats again!!! good work my preference list: 1: #2 1.5: #1 3: #3 #1 and #2 are close, #3 a bit less.. regards Alexander From: Adonis Raduca [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 5:01 PM To: dev@myfaces.apache.org Subject: MyFaces

Re: MyFaces JSF Commons Project

2007-12-03 Thread Scott O'Bryan
+1 for me too. I think the current JSF commons is already set up for 1.1 though... Scott Mario Ivankovits wrote: Hi! +1 on JSF 1.2 only +0.5 on 1.1 support with JDK 1.5 required on both. -1 on 1.1 w/ 1.4 +1 on that view! Ciao, Mario

Re: MyFaces JSF Commons Project

2007-12-03 Thread Mike Kienenberger
If you're going to support 1.1, support 1.4. Otherwise, just stick with JSF 1.2. I know where I do my primary JSF work, the major holdup has been JDK 1.5, which was only recently adopted, not JSF 1.2, per se. I'm personally good with JSF 1.2 only, though, for this new project. On Dec 3, 2007

Re: [result][vote] start up the MyFaces Commons project

2007-12-03 Thread Andrew Robinson
To lessen confusion, would someone want to start a wiki page with a summary of what the commons would look like. That way the emails should be (hopefully) easier to read. Then this thread can be used to refine and discuss the wiki contents. -Andrew On Nov 30, 2007 12:34 AM, Mario Ivankovits

Re: Portlet Bridge logo

2007-12-03 Thread Simon Lessard
Hi 3.3 or 3.4 but using MyFaces color palette once we got one. Regards, ~ Simon On Dec 3, 2007 3:06 PM, Scott O'Bryan [EMAIL PROTECTED] wrote: Here are the possible Logo's that Adonis forwarded me for the bridge project. Anyone have any preferences? I think I like the ones in logo_3

Re: Portlet Bridge logo

2007-12-03 Thread Mario Ivankovits
Hi! Here are the possible Logo's that Adonis forwarded me for the bridge project. Anyone have any preferences? I think I like the ones in logo_3 better but not sure which one. In logo_3 I like 3 and 7, where I'd opt for 7 as this is stylish enough to not be a bridge but still remembers one

Re: Portlet Bridge logo

2007-12-03 Thread Scott O'Bryan
Hmm yeah, the nice things about those logo's is that they can easily be colored using the MyFaces scheme since they are only a single color. But I sort of like the other logo style better. Adonis I want some more input from others but would it be possible to have a logo the style of #3 done

[jira] Created: (MYFACES-1783) IndexOutOfBoundsException in custom compound compoment

2007-12-03 Thread Jeroen Verhagen (JIRA)
IndexOutOfBoundsException in custom compound compoment -- Key: MYFACES-1783 URL: https://issues.apache.org/jira/browse/MYFACES-1783 Project: MyFaces Core Issue Type: Bug Affects

Re: MyFaces JSF Commons Project

2007-12-03 Thread Matthias Wessendorf
The current state is not that it is done for JSF 1.1 only. We just started the two classes with that :-) The switch to JSF 1.2 is very cheap, since it is via config. -M On Dec 3, 2007 8:47 PM, Mike Kienenberger [EMAIL PROTECTED] wrote: If you're going to support 1.1, support 1.4. Otherwise,

Re: [result][vote] start up the MyFaces Commons project

2007-12-03 Thread Matthias Wessendorf
let me try to get the wiki page done tomorrow. (at least the starting point) On Dec 3, 2007 8:48 PM, Andrew Robinson [EMAIL PROTECTED] wrote: To lessen confusion, would someone want to start a wiki page with a summary of what the commons would look like. That way the emails should be

Re: MyFaces logo :)

2007-12-03 Thread Andrew Robinson
Looking great. I'd say either 1 or 2, my preference being #1 for contrast. On Dec 3, 2007 9:01 AM, Adonis Raduca [EMAIL PROTECTED] wrote: Hello I took in consideration all opinions, and suggestions so … First of all I have chosen the happy version of the logo due to the majority opinion.

[jira] Commented: (MYFACES-1782) France Locale and NumberConverter doesn't work well with currency strings

2007-12-03 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547994 ] Matthias Weßendorf commented on MYFACES-1782: - In the original version of NumberConverter a currency

[jira] Commented: (MYFACES-1782) France Locale and NumberConverter doesn't work well with currency strings

2007-12-03 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548001 ] Matthias Weßendorf commented on MYFACES-1782: - It is \u00a0, but yes that's right. France Locale and

[jira] Commented: (MYFACES-1782) France Locale and NumberConverter doesn't work well with currency strings

2007-12-03 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548007 ] Matthias Weßendorf commented on MYFACES-1782: - Well... it is not particular fr_FR. That is true for

Re: Portlet Bridge logo

2007-12-03 Thread Matthias Wessendorf
I think I like #3 in logo_3 not sure if it should say Apache MyFaces Portlet Bridge... -M On Dec 3, 2007 9:34 PM, Scott O'Bryan [EMAIL PROTECTED] wrote: Hmm yeah, the nice things about those logo's is that they can easily be colored using the MyFaces scheme since they are only a single color.

[jira] Commented: (MYFACES-1782) France Locale and NumberConverter doesn't work well with currency strings

2007-12-03 Thread Martin Marinschek (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547999 ] Martin Marinschek commented on MYFACES-1782: So you're saying the default grouping separator for the

Re: MyFaces JSF Commons Project

2007-12-03 Thread Paul Spencer
+1 on JSF 1.2 only +1 on 1.1 support with JDK 1.5 required on both. +1 on 1.1 w/ 1.4 I have projects I support on HP-UX that are currently running JDK 1.4. Paul Spencer Andrew Robinson wrote: I would go for: +1 on JSF 1.2 only This is open source, so no one is required to use it and

RE: Portlet Bridge logo

2007-12-03 Thread Kito D. Mann
I vote for #4, but #3 is nice too :-). ~~~ Kito D. Mann - Author, JavaServer Faces in Action http://www.virtua.com - JSF/Java EE consulting, training, and mentoring http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info

Re: Portlet Bridge logo

2007-12-03 Thread Matt Cooper
Any of those look great to me. I do have 2 comments and a question: Comment A: The text is not in the same font as that of the MyFaces logo. I would prefer to be consistent in font choice. Comment B: I find things that are in all capital letters to be more jarring to read than either all

Re: MyFaces JSF Commons Project

2007-12-03 Thread Scott O'Bryan
Cool, I was hoping we had one. :) Paul, you mind if I ask you some questions about this? I can totally understand the want/need for the converters and validators to be ported to 1.1 (and thus need 1.4 support), but what about the utilities? Currently Trinidad, Tomahawk, and Tobago support

[jira] Updated: (MYFACES-1784) Arabizing MyFaces Core Components

2007-12-03 Thread Hazem Saleh (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hazem Saleh updated MYFACES-1784: - Status: Patch Available (was: Open) Arabizing MyFaces Core Components

Re: Portlet Bridge logo

2007-12-03 Thread Scott O'Bryan
For the logo I'm not sure we need either. Although the Bridge is a MyFaces subproject, I would like to see the logo be able to stand alone since it's likely to be the R.I. That means that people will hopefully be using this bridge with whatever JSF implementation may be in their app server

MyFaces Core Components Arabization Patch

2007-12-03 Thread Hazem Saleh
Hi all, Please apply this patch if you have sometime. Here is the JIRA issue url : https://issues.apache.org/jira/browse/MYFACES-1784 This patch contains the arabization support for the MyFaces core components. Thanks all very much. I really appreciate your efforts. -- Hazem Ahmed Saleh Ahmed

RE: Portlet Bridge logo

2007-12-03 Thread Jesse Alexander (KSFH 323)
logo_3 #6/7 why not use a SMALL version of the MyFaces Logo instead of the apache myfaces wording? And even if not in the true MyFaces-colors: use the pink from the Apache-feather? regards Alexander -Original Message- From: Scott O'Bryan [mailto:[EMAIL PROTECTED] Sent: Monday,

[jira] Created: (TOMAHAWK-1160) MyFaces Tiles integration has not been working with Tiles 2 - now it does

2007-12-03 Thread Martin Marinschek (JIRA)
MyFaces Tiles integration has not been working with Tiles 2 - now it does - Key: TOMAHAWK-1160 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1160 Project: MyFaces Tomahawk

[jira] Resolved: (TOMAHAWK-1160) MyFaces Tiles integration has not been working with Tiles 2 - now it does

2007-12-03 Thread Martin Marinschek (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Marinschek resolved TOMAHAWK-1160. - Resolution: Fixed MyFaces Tiles integration has not been working with Tiles

[jira] Resolved: (MYFACES-1782) France Locale and NumberConverter doesn't work well with currency strings

2007-12-03 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved MYFACES-1782. - Resolution: Fixed Fix Version/s: 1.2.1-SNAPSHOT France Locale and

Re: MyFaces Core Components Arabization Patch

2007-12-03 Thread Matthias Wessendorf
Hi, thanks for your efforts. Is that a fix for the 1.2x CORE ? -M On Dec 4, 2007 1:14 AM, Hazem Saleh [EMAIL PROTECTED] wrote: Hi all, Please apply this patch if you have sometime. Here is the JIRA issue url : https://issues.apache.org/jira/browse/MYFACES-1784 This patch contains the