Re: [client side conversion] NumberConverter

2007-04-27 Thread Matthias Wessendorf
new patch On 4/26/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: On 4/26/07, Adam Winer [EMAIL PROTECTED] wrote: I'm confused about this patch: - if(this._isConvertible()) + if(!(numberString.indexOf(',') != -1 || numberString.indexOf(',') != -1) this._isConvertible())

Re: ADFFACES-466 - Issues in change persistence framework code

2007-04-27 Thread Srinathreddy Komatireddy
Hi Adam, I agree, Thanks for the suggestion. I will provide the new patch with the changes. -Thanks, Srinath K. Adam Winer wrote: I added one comment to the issue tracker: this patch adds global synchronization to the application of changes. This seems higly excessive! The responsibility

[process...] Trinidad moving to MyFaces

2007-04-27 Thread Matthias Wessendorf
Hi, one more thing I'd like to get your feedback. Regarding the mailing list, what should we do? Using users@ and dev@ myfaces , or creating new lists, like [EMAIL PROTECTED] For the Jira, only a rename is needed. ADFFACES = TRINIDAD Any comments, objections `? -- Matthias Wessendorf

Re: [process...] Trinidad moving to MyFaces

2007-04-27 Thread Mike Kienenberger
I think Myfaces subprojects should be using the existing user and dev lists. Otherwise, you're getting into the situation where that Martin van den Bemt warned about where you're off in your own little world without visibility to the entire MyFaces community. On 4/27/07, Matthias Wessendorf

Re: [process...] Trinidad moving to MyFaces

2007-04-27 Thread Matthias Wessendorf
On 4/27/07, Mike Kienenberger [EMAIL PROTECTED] wrote: I think Myfaces subprojects should be using the existing user and dev lists. Otherwise, you're getting into the situation where that Martin van den Bemt warned about where you're off in your own little world without visibility to the entire

MyFaces community BOF at J1

2007-04-27 Thread Martin Marinschek
Hi *, we (Manfred and me, but get in contact with us if you are at J1, we'll share the stage!) have been accepted for a MyFaces community BOF at J1, and as the community is the most important asset in this project, we'd like to talk about the community. What I've thought about is to do a

Re: MyFaces community BOF at J1

2007-04-27 Thread Bruno Aranda
Hehe The Faces of MyFaces, focusing the community, the pillar of the project, is a good idea. No problems for me :-) Cheers, Bruno On 27/04/07, Martin Marinschek [EMAIL PROTECTED] wrote: Hi *, we (Manfred and me, but get in contact with us if you are at J1, we'll share the stage!) have been

Re: MyFaces community BOF at J1

2007-04-27 Thread Martin Marinschek
Well, that's an exceptionally good title as well! thanks Bruno. regards, Martin On 4/27/07, Bruno Aranda [EMAIL PROTECTED] wrote: Hehe The Faces of MyFaces, focusing the community, the pillar of the project, is a good idea. No problems for me :-) Cheers, Bruno On 27/04/07, Martin

Re: MyFaces community BOF at J1

2007-04-27 Thread Grant Smith
Let me see if I understand this. You want to highlight how little I've contributed this year with a presentation of how ugly I am... On 4/27/07, Martin Marinschek [EMAIL PROTECTED] wrote: Well, that's an exceptionally good title as well! thanks Bruno. regards, Martin On 4/27/07, Bruno

Re: [process...] Trinidad moving to MyFaces

2007-04-27 Thread Adam Winer
I'm also reluctant to spin us off into a separate e-mail list. I do think we'll want a [Trinidad] convention for posts though. -- Adam On 4/27/07, Mike Kienenberger [EMAIL PROTECTED] wrote: I think Myfaces subprojects should be using the existing user and dev lists. Otherwise, you're getting

Re: [process...] Trinidad moving to MyFaces

2007-04-27 Thread Bruno Aranda
Yes, as Mike and Adam, I think it is better to have one mailing list. It helps to the community convergence, Cheers, Bruno On 27/04/07, Adam Winer [EMAIL PROTECTED] wrote: I'm also reluctant to spin us off into a separate e-mail list. I do think we'll want a [Trinidad] convention for posts

Re: [process...] Trinidad moving to MyFaces

2007-04-27 Thread Scott O'Bryan
Totally agree with that... We have a lot of traffic on these lists and it would be easy for messages to get lost without the subject marker... Adam Winer wrote: I'm also reluctant to spin us off into a separate e-mail list. I do think we'll want a [Trinidad] convention for posts though. --

ADFFACES-467 Jira

2007-04-27 Thread Tim McConnell
Hi, I'm trying to resolve a problem in MyFaces documented in the ADFFACES-467. According to a comment (from Adam Winer) on the Jira the patch I attached was for a obsolete branch. However, when I try to use the faces-1_2 branch I get build errors below when trying to build MyFaces 1.2. The

Examples directory

2007-04-27 Thread Adam Winer
@Matthias: I think you added the examples directory, and put the trinidad-demo in as an example. However - this means we currently have two copies of the trinidad-demo, one in examples and one at top level. Also, trinidad-examples is not built by default, as it's not one of the modules in the

FastMessageFormat to public API?

2007-04-27 Thread Adam Winer
Trinidad has a FastMessageFormat class in the impl that is a partial replacement for MessageFormat - and, last I tested, far faster for the typical case of use-once-and- throw-away scenario that comes up in webapps a lot. Any comments on moving it from