Re: [Vote] release candidate2 for Apache MyFaces

2005-03-30 Thread Toshiyuki Kimura
Hi, Can someone apply the attached patch of Japanese resources for the RC2 ? If we need to create an issue, please let me know. Thanks, Toshi -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 6:11 AM To: MyFaces-Dev Subject: [Vote] relea

Re: [Vote] release candidate2 for Apache MyFaces

2005-03-30 Thread Matthias Wessendorf
Ok. committed. It was a last minute fix... ;) Toshiyuki Kimura wrote: Hi, Can someone apply the attached patch of Japanese resources for the RC2 ? If we need to create an issue, please let me know. Thanks, Toshi -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent:

[jira] Created: (MYFACES-153) [EMAIL PROTECTED]() error

2005-03-30 Thread Ohara Su (JIRA)
[EMAIL PROTECTED]() error -- Key: MYFACES-153 URL: http://issues.apache.org/jira/browse/MYFACES-153 Project: MyFaces Type: Bug Reporter: Ohara Su An error occour when I replace myfaces 1.0

Re: [Vote] release candidate2 for Apache MyFaces

2005-03-30 Thread Toshiyuki Kimura
Great, thanks !! Toshi <[EMAIL PROTECTED]> On Wed, 30 Mar 2005, Matthias Wessendorf wrote: Ok. committed. It was a last minute fix... ;) Toshiyuki Kimura wrote: Hi, Can someone apply the attached patch of Japanese resources for the RC2 ? If we need to create an issue, please let me know. Thanks, T

Re: HTMLEcoder and \n

2005-03-30 Thread Sylvain Vieujot
Inline. On Tue, 2005-03-29 at 20:53 -0600, Heath Borders wrote: We would still need a separate flag in the component, this would just require more advanced logic in the tag. Yes, but I think this is more logic to use the encode attribute than to add one or 2 new ones. Again, I'm stil

Re: [Vote] release candidate2 for Apache MyFaces

2005-03-30 Thread Manfred Geiler
+1 On Tue, 29 Mar 2005 23:10:40 +0200, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > Hi folks, > > after some changes and fixes, the Apache MyFaces project is proud to be > next to provide the first release as a top level project inside of ASF. > This would be the 1.0.9-beta. > Beta, because

Fwd: MyFaces 1.09RC2 error

2005-03-30 Thread Sean Schofield
Forwarding to the dev list so the AddResource people can take a look. sean -- Forwarded message -- From: OharaSu <[EMAIL PROTECTED]> Date: Wed, 30 Mar 2005 16:04:39 +0800 Subject: MyFaces 1.09RC2 error To: myfaces-user@incubator.apache.org Hi An error occour when I replace myf

Re: HTMLEcoder and \n

2005-03-30 Thread Heath Borders
What I meant by &newline; was that if such a thing existed in HTML, then I would have no problem including this with the encode, but since it doesn't, it just feels a little fishy. You're right, however that we do need something like what you're saying, but since we'll need a totally different pro

Re: MyFaces 1.09RC2 error

2005-03-30 Thread Sean Schofield
Never mind. I see there is also a JIRA issue. On Wed, 30 Mar 2005 09:15:34 -0500, Sean Schofield <[EMAIL PROTECTED]> wrote: > Forwarding to the dev list so the AddResource people can take a look. > > sean > > > -- Forwarded message -- > From: OharaSu <[EMAIL PROTECTED]> > Date

Re: HTMLEcoder and \n

2005-03-30 Thread Sylvain Vieujot
The reason I moved away from the convertLineBreak attribute is that either we need to have 2 attributes : convertLineBreak & convertSubsequentBlanks (and I don't think it's really useful), or we need a one in all attribute like convertLineBreaksAndSubsequentBlanks which isn't very elegant unles

Re: HTMLEcoder and \n

2005-03-30 Thread Heath Borders
Oic. Well, how about adding an attribute plainText="true" that causes plainText to look normal in html (i.e. space = " " and '\n' = "")? On Wed, 30 Mar 2005 10:51:36 -0400, Sylvain Vieujot <[EMAIL PROTECTED]> wrote: > The reason I moved away from the convertLineBreak attribute is that either > w

Re: webapp resources problem

2005-03-30 Thread Sean Schofield
Sylvain, There are definitely some issues with all of these build files. I'd really like to get rid of the separate directories under the build directory (such as build/examples-webapp.) IMO they just create a lot of clutter since they only really contain a build file specific to the webapp in q

Re: [Vote] release candidate2 for Apache MyFaces

2005-03-30 Thread Grant Smith
+1 On Tuesday 29 March 2005 13:10, Matthias Wessendorf wrote: > Hi folks, > > after some changes and fixes, the Apache MyFaces project is proud to be > next to provide the first release as a top level project inside of ASF. > This would be the 1.0.9-beta. > Beta, because we haven't passed the TCK

RE: HTMLEcoder and \n

2005-03-30 Thread Korhonen, Kalle
Sylvain,   If you are going that route, I'd suggest "all" instead of "complete". And agree with Heath about != '\n', but &newline. That said, couldn't you make a converter to deal with these character conversions? I'm not sure if the converter is invoked before initializing the value, so yo

Re: HTMLEcoder and \n

2005-03-30 Thread Heath Borders
That's a good point. These conversions could be done just with a converter. On Wed, 30 Mar 2005 10:58:56 -0800, Korhonen, Kalle <[EMAIL PROTECTED]> wrote: > Sylvain, > > If you are going that route, I'd suggest "all" instead of "complete". And > agree with Heath about != '\n', but &newline. T

RE: HTMLEcoder and \n

2005-03-30 Thread Sylvain Vieujot
Hello Kalle, Indeed, encode="all" seems better. As for the converter, I think it's a bite complex and not really required for such a small and frequent requirement. Thanks, Sylvain. On Wed, 2005-03-30 at 10:58 -0800, Korhonen, Kalle wrote: Sylvain,   If you are going that route

[jira] Created: (MYFACES-154) checkbox and listbox do not handler converters well

2005-03-30 Thread Han Lee (JIRA)
checkbox and listbox do not handler converters well --- Key: MYFACES-154 URL: http://issues.apache.org/jira/browse/MYFACES-154 Project: MyFaces Type: Bug Versions: 1.0.9 beta Reporter: Han Lee lookupSet is

[jira] Updated: (MYFACES-155) Add 'escape' attribute to message tags

2005-03-30 Thread Enrique Medina Montenegro (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-155?page=history ] Enrique Medina Montenegro updated MYFACES-155: -- Attachment: escape.zip > Add 'escape' attribute to message tags > -- > > Key: MYFA

[jira] Created: (MYFACES-156) V 1.0.9-RC2 tlddocs directory empty

2005-03-30 Thread Martin Bosak (JIRA)
V 1.0.9-RC2 tlddocs directory empty --- Key: MYFACES-156 URL: http://issues.apache.org/jira/browse/MYFACES-156 Project: MyFaces Type: Bug Versions: 1.0.9 beta Environment: N/A Reporter: Martin Bosak Priority: Minor

[jira] Commented: (MYFACES-156) V 1.0.9-RC2 tlddocs directory empty

2005-03-30 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-156?page=comments#action_61865 ] Matthias Weßendorf commented on MYFACES-156: Yes, I noticed the same. During building I got this message com.sun.tlddoc.GeneratorException: Error: C:\DOKUME

Re: [Vote] release candidate2 for Apache MyFaces

2005-03-30 Thread Matthias Wessendorf
After we (again) fixed some *simple* issues, here is my +1 :) However the files for the RC2 are visible here: http://cvs.apache.org/dist/myfaces/builds/1.0.9/rc2/ -Matthias [X] +1 - Yes, Release the current code as 1.0.9-beta [ ] +0 - Can't see

[jira] Commented: (MYFACES-155) Add 'escape' attribute to message tags

2005-03-30 Thread Enrique Medina Montenegro (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-155?page=comments#action_61869 ] Enrique Medina Montenegro commented on MYFACES-155: --- Sorry, the change has been made for x:message and x:messages :-) > Add 'escape' attribute to message

[jira] Commented: (MYFACES-155) Add 'escape' attribute to message tags

2005-03-30 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-155?page=comments#action_61870 ] Matthias Weßendorf commented on MYFACES-155: ok, I'll look at it and give it a try, *after* our current release is done. thanks. > Add 'escape' attribute to me

[jira] Commented: (MYFACES-155) Add 'escape' attribute to message tags

2005-03-30 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-155?page=comments#action_61864 ] Matthias Weßendorf commented on MYFACES-155: Yes! Heath is right. attributes in Add 'escape' attribute to message tags > --