RE: managed bean creation factory

2006-01-12 Thread Korhonen, Kalle
-Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Subject: managed bean creation factory Are there plans in the future JSF spec to make the managed bean creation factory configureable? For some reason I would like to read a managed bean from a serialized store

RE: JFYI: change session to request bean - the way life

2006-01-11 Thread Korhonen, Kalle
The servlet container spec requests that sessions are persistent by default, but it often doesn't make sense with JSF beans. In Tomcat, it's configurable through manager's saveOnRestart attribute: Context ... Manager className=org.apache.catalina.session.PersistentManager saveOnRestart=false/

RE: Nightlys and 1.1.2

2006-01-11 Thread Korhonen, Kalle
Huh? No need for nightly builds? Even if we forget the minor details that you need to have SVN, Java and Maven set-up) the nightly builds are still extremely useful. Often you *don't* want to run the latest, but stay with an officially released version or the first patched up version if you have

RE: Loggers in API Components

2006-01-10 Thread Korhonen, Kalle
-Original Message- From: Harald Ommang [mailto:[EMAIL PROTECTED] Subject: Re: Loggers in API Components On Tue, 10 Jan 2006 14:39:23 +0100 Manfred Geiler [EMAIL PROTECTED] wrote: facesContext.getExternalContext().log(); And, of course, it will be too late. Because, when JSF

RE: Maven Build (Ongoing Work Thread)

2006-01-01 Thread Korhonen, Kalle
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Re: Maven Build (Ongoing Work Thread) Thanks for the pointer. I saw the eclipse:eclipse plugin but like to do things the old fashioned way the first time to understand what's going on.Sean, not sure what you're

RE: Fixing issues as a non-committer

2005-12-29 Thread Korhonen, Kalle
Maybe the easiest thing to do is to simply add a comment on the bug - hey I'm working on this, relax mighty committers! Kalle From: John Fallows [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 8:44 AMTo: MyFaces DevelopmentSubject: Re: Fixing issues as a

RE: Loggers in API Components

2005-12-29 Thread Korhonen, Kalle
-Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Subject: Re: Loggers in API Components I don't know much about it but it sounds like that might be a good solution. Maybe that is the intention behind providing it in the first place? I wasn't around when it was

RE: svn commit: r356552 - in /incubator/tobago/trunk: src/site/fml/faq.fml tobago-theme/tobago-theme-richmond/pom.xml

2005-12-21 Thread Korhonen, Kalle
-Original Message- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 11:23 AM Subject: Re: svn commit: r356552 - in Hope I'm not coming off as insulting any of the committers here. Especially 'cause I *totally* agree that abstracting away from HTML is

RE: Nonstandard HTML attribute support

2005-11-23 Thread Korhonen, Kalle
Doesn't look too clean to me.. If you need those non-standard attributes for specific tags (possibly with certain values), why not just write a filter that would do an XSL transformation and add them to the response? Kalle From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent:

error-page problem with Myfaces extensionsfilter and tiles

2005-11-01 Thread Korhonen, Kalle
Hi all, I have a problem with getting custom error-page definitions in web.xml to properly work with MyFaces. I use path mapping for the faces servlet and I have error-page for 404 defined. If I request URL /blablaa.html that doesn't exist either as a tile definition or as a physical page, the

RE: HtmlCollapsiblePanel

2005-11-01 Thread Korhonen, Kalle
-Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Subject: Re: HtmlCollapsiblePanel Thanks, it now does. Just a note for others: attribute value used to be used to specify the collapsible panel title. It now is used for the collapsible panel state, with title

RE: [jira] Commented: (MYFACES-272) MyFaces unnecessary encodes all non-latin characters as numeric character references even if response character encoding is set to UTF-8

2005-10-17 Thread Korhonen, Kalle
The patch was committed after 1.1.0, so not included in it, but is available in the mainline. Kalle From: Eirikur Hrafnsson [mailto:[EMAIL PROTECTED] Sent: Friday, October 14, 2005 4:31 PMTo: Kalle Korhonen (JIRA); MyFaces DevelopmentSubject: Re: [jira] Commented:

RE: [proosal] Changes to sandbox

2005-09-26 Thread Korhonen, Kalle
+1 and amen to that. IMHO, sandbox is a separate component lib not yet part of MyFaces, if you want to use, include its lib and declare a separate TLD. If you don't want to do that, wait till the components are accepted as part of official MyFaces. My 2 cents, Kalle -Original Message-

RE: [VOTE] Release MyFaces 1.1

2005-09-15 Thread Korhonen, Kalle
My +1 -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 9:29 AM To: MyFaces Development Subject: [VOTE] Release MyFaces 1.1 The release date is scheduled for Monday pending a satisfactory release vote. +1 for me

RE: [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-13 Thread Korhonen, Kalle
Congrats! Very very good news, and thanks for saving my ass as well (you know the typical - it's a beta?!! Why are we even discussing using beta software? I've been saying MyFaces will be ready i.e. blessed before our stuff is and this came just in time). Kalle -Original Message- From:

RE: [jira] Updated: (MYFACES-272) MyFaces unnecessary encodes all non-latin characters as numeric character references even if response character encoding is set to UTF-8

2005-09-06 Thread Korhonen, Kalle
-Original Message- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Saturday, September 03, 2005 6:47 PM To: MyFaces Development Subject: Re: [jira] Updated: (MYFACES-272) MyFaces unnecessary encodes all non-latin characters as numeric character references even if response

RE: [jira] Commented: (MYFACES-435) Unicode encoding

2005-09-01 Thread Korhonen, Kalle
Working on it at this very moment. I'm using only a slightly modified patch of the last one, but since it was reverted, I have to do double verication to make sure it works. I'm trying it out against simple examples and verified unicode works as expected, however haven't seen the double output

RE: [NOTICE] Need Java SE 5.0 to build JSF now

2005-08-15 Thread Korhonen, Kalle
This is for JSF 1.2 right? Kalle -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Monday, August 15, 2005 9:34 AM To: MyFaces Dev mailing list Subject: Fwd: [NOTICE] Need Java SE 5.0 to build JSF now This seemed important enough to forward.

RE: Moderator mailbox overflow

2005-08-10 Thread Korhonen, Kalle
-Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Subject: Re: Moderator mailbox overflow This has been discussed before on other ASF projects. The point was made that MyFaces developers need to be aware of the bugs and bug fixes and they should not be shunted off

RE: [proposal] TLD changes

2005-08-09 Thread Korhonen, Kalle
-Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Subject: Re: [proposal] TLD changes picke their own. I just prefer the docs, etc. use 't' b/c it looks better than the other options. I would also prefer 's' for sandbox but that might cause confusion with shale.

RE: source code formatting

2005-07-21 Thread Korhonen, Kalle
-Original Message- From: Mathias Broekelmann [mailto:[EMAIL PROTECTED] Subject: source code formatting I like to write code in bad format and press CTRL+F in eclipse which pretty prints the code. But that normally formats the entire file. My last commit shows the results. Every

RE: Eclipse .project .classpath files (is he talking about Maven again?!?!?!)

2005-06-27 Thread Korhonen, Kalle
-Original Message- From: Manfred Geiler [mailto:[EMAIL PROTECTED] Subject: Re: Eclipse .project .classpath files (is he talking about Maven again?!?!?!) +1 for having these convenient project files available. hey, we are a community, why not share those files for convenience. but

RE: New initId attribute

2005-06-20 Thread Korhonen, Kalle
-#{node.identifier} / The #{}-expression isn't evaluated in the id-attribute, why not??? Am Dienstag, 7. Juni 2005 20:03 schrieb Korhonen, Kalle: true to guide MyFaces to leave the id

RE: New initId attribute

2005-06-20 Thread Korhonen, Kalle
principle to create a separate UI list, similar problems wouldn't arise. All this from my own o-o programming skewed view of the world of course :) Kalle On Mon, 2005-06-20 at 09:40 -0700, Korhonen, Kalle wrote: Ok, I understand that you might have a big problem if the list actu

RE: [BEER] Get together at JavaOne 2005

2005-06-15 Thread Korhonen, Kalle
From: Jonas Jacobi [mailto:[EMAIL PROTECTED] Subject: Re: [BEER] Get together at JavaOne 2005 Opps, I forgot to mention that I managed to get Oracle to sponsor both food and drinks for everyone that signed up :) Horay! Good job Jonas! Kalle Martin Marinschek wrote:

HtmlImageRendererBase.java missing from trunk

2005-06-06 Thread Korhonen, Kalle
Martin, looks like you missed checking in a new HtmlImageRendererBase.java when you refactored HtmlImageRenderer. Trunk doesn't currently compile unless you revert to previous version of HtmlImageRenderer. Can you please check it in? Kalle

RE: Suggested codenames for new components subproject

2005-06-02 Thread Korhonen, Kalle
-Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Subject: Re: Suggested codenames for new components subproject You might want to take a look at the editor's note here: http://people.apache.org/~craigmcc/struts-shale-README.html for an explanation of why Shale

RE: MyFaces at JavaOne 2005?

2005-05-21 Thread Korhonen, Kalle
-Original Message- From: Jonas Jacobi [mailto:[EMAIL PROTECTED] Subject: MyFaces at JavaOne 2005? I searched the JavaOne session schedule and could not find any presentation about MyFaces. Anyone of you going to JavaOne anyway? If you are coming to JavaOne and would be Don't

RE: Sandbox

2005-05-18 Thread Korhonen, Kalle
+1. Kalle -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 3:11 PM To: MyFaces Development Subject: Re: Sandbox I propose that we go ahead and create a sandbox area and at a minimum it can be used by committers (such as myself)

RE: Vote for new displayValueOnly attribute

2005-05-10 Thread Korhonen, Kalle
or as output controls depending on the value of their readonly attribute. It solves the semantical problem of rendering inputText as outputText and doesn't add new attributes to components. Kalle -Original Message- From: Korhonen, Kalle Sent: Thursday, May 05, 2005 1:01 PM

RE: Vote for new displayValueOnly attribute

2005-05-10 Thread Korhonen, Kalle
could handle things just as well, maybe even better without voting but just discussing the matter through. For Grant.. Yeah, the component would render either an input component or an output component, e.g. editableText would render either inputText or outputText. Kalle On 5/10/05, Korhonen, Kalle

RE: Vote for new displayValueOnly attribute

2005-05-10 Thread Korhonen, Kalle
-Original Message- From: Grant Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 11:30 AM To: MyFaces Development Subject: Re: Vote for new displayValueOnly attribute Korhonen, Kalle wrote: For Grant.. Yeah, the component would render either an input component

RE: Vote for new displayValueOnly attribute

2005-05-10 Thread Korhonen, Kalle
From: Sylvain Vieujot [mailto:[EMAIL PROTECTED] Subject: Re: Vote for new displayValueOnly attribute Sean Kalle,I agree that this discussion helped to clarify some things, but I'm a quite worried by the time and efforts it takes to agree on such a small feature.I don't

RE: [Myfaces-develop] New feature suggestion : Edit mode

2005-05-04 Thread Korhonen, Kalle
. Uh.. true. I figured it might be up to the renderer, but no, it's browser enforced. For the new attribute, how about editable instead of editMode? Kalle On 5/4/05, Korhonen, Kalle [EMAIL PROTECTED] wrote: Shouldn't we rather use the standard readonly attribute for this, as specified

RE: [Myfaces-develop] New feature suggestion : Edit mode

2005-05-03 Thread Korhonen, Kalle
Shouldn't we rather use the standard "readonly" attribute for this, as specified in JSF RI? Kalle readonlyfalsefalsejava.lang.String Flag indicating that this component will prohibit changes by the user. The element may receive focus unless it has also been disabled. From:

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 br / != '\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

RE: Warning messages

2005-03-21 Thread Korhonen, Kalle
just did a check for isDebugEnabled() first before going through the hassle of searching for a parent form, it would have the same result. On Mon, 21 Mar 2005 11:39:34 -0800, Korhonen, Kalle [EMAIL PROTECTED] wrote: -Original Message- From: Heath Borders [mailto

RE: [Vote] rele[Vote] release candidate1 for Apache MyFacesase candidate1 for Apache MyFaces

2005-03-16 Thread Korhonen, Kalle
+1. Kalle -Original Message- From: Stan Silvert [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 1:35 PM To: MyFaces Development; [EMAIL PROTECTED] Subject: RE: [Vote] rele[Vote] release candidate1 for Apache MyFacesase candidate1 for Apache MyFaces +1 Sorry for the

RE: Split (or kill) Extensions filter

2005-03-14 Thread Korhonen, Kalle
-0800, Korhonen, Kalle wrote: Sorry Sylvain, but I don't see the benefits in adding the build version into the url. IMHO, setting the expiration is inferior to setting last modified - why would it ever need to expire if we know it hasn't changed. Also, I'm not sure

RE: Split (or kill) Extensions filter

2005-03-14 Thread Korhonen, Kalle
I agree with Sylvain, don't see a point in splitting it up (definitely not for performance reasons only). Kalle From: Sylvain Vieujot [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 6:35 PM To: MyFaces Development

RE: Split (or kill) Extensions filter

2005-03-13 Thread Korhonen, Kalle
-Original Message- From: Oliver Rossmueller [mailto:[EMAIL PROTECTED] Subject: Split (or kill) Extensions filter I'm no longer willing to pay the runtime penalty ExtensionFilter adds to an application (javascript files loaded over and over again, in-memory buffering of the

RE: [offlist] End of the Road (Was Re: Tree2)

2005-03-13 Thread Korhonen, Kalle
Sean, Please read your own email again and then Manfred's email earlier about this. Why not just add support for TreeModel interface into the current tree2 component, how difficult would you think it'd be for you or somebody else to do that? Kalle -Original Message- From: Sean

RE: 1.09 and incubator status

2005-03-11 Thread Korhonen, Kalle
Too much trouble. Let's just force everybody to use the new tree. If somebody wants to use the old tree, he needs to compile himself or use an old release. This is beta anyways and just came out from incubator. We don't even have a release as a top level project yet. Wouldn't be the first time I

RE: [jira] Created: (MYFACES-98) Allow x:dataTable to store itsdata model in the component tree

2005-02-01 Thread Korhonen, Kalle
I don't think there's a bug in the implementation of preserveDataModel. It's quite understandable that if you are using pageScroller together with the dataTable, you have to take care of saving the data yourself. Of course, pageScroller could have its own preserveDataModel or something similar,

RE: MyFaces error with x:outpuLabel

2005-01-27 Thread Korhonen, Kalle
-Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Subject: Re: MyFaces error with x:outpuLabel Just wrap them both inside a h:panelGroup / and it will get rid of the warning. Why should that be necessary? Does anyone know if this is a faces issue or something

RE: Two suggestions

2005-01-17 Thread Korhonen, Kalle
-Original Message- From: Bill Dudney [mailto:[EMAIL PROTECTED] Subject: Re: Two suggestions 2. Give permission Create Issues, Add Comments and Create Attachments to Group Anyone (Currently only logged in users are able to submit issues as far as I understand it) I prefer to

RE: Exception during server-side state saving

2005-01-13 Thread Korhonen, Kalle
: Korhonen, Kalle [mailto:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 10:13 PM To: MyFaces Development Subject: RE: Exception during server-side state saving Hi, I wrote this (read below) in the comments of bug JIRA MYFACES-75 (exception during server-side state saving