Re: Suggested codenames for new components subproject

2005-06-02 Thread Craig McClanahan
On 6/2/05, Martin Marinschek <[EMAIL PROTECTED]> wrote: > I like your suggestions! > > In my eyes, every one of the three is great!!! > No matter what name is chosen, I think the community will be more pleased with any name that doesn't assume "UI components" are the *only* possible extensions t

[jira] Commented: (MYFACES-47) pageSelectionListener tag for dataScroller tag

2005-06-02 Thread Catalin Kormos (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-47?page=comments#action_66973 ] Catalin Kormos commented on MYFACES-47: --- Kalle, your #{hits.pageIndex} value binding refers to a name, right? String value; how do you actualy get the page index valu

[jira] Commented: (MYFACES-47) pageSelectionListener tag for dataScroller tag

2005-06-02 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-47?page=comments#action_66955 ] Martin Marinschek commented on MYFACES-47: -- I still like to have a listener for major events in a component, so if Catalin would provide a patch for the subversion

Re: Suggested codenames for new components subproject

2005-06-02 Thread Martin Marinschek
I like your suggestions! In my eyes, every one of the three is great!!! regards regards, Martin On 6/3/05, Korhonen, Kalle <[EMAIL PROTECTED]> wrote: > Uh, back from a vacation and 700 new MyFaces messages to read; MyFaces > is definitely picking up some steam. > > Here's a couple of name sug

RE: Suggested codenames for new components subproject

2005-06-02 Thread Korhonen, Kalle
Uh, back from a vacation and 700 new MyFaces messages to read; MyFaces is definitely picking up some steam. Here's a couple of name suggestions for the extensions subproject (yes, I'd be fine with Apache Faces Extensions, but if we are looking for something more catchy...)> - Apache Faces Makeup,

[jira] Commented: (MYFACES-47) pageSelectionListener tag for dataScroller tag

2005-06-02 Thread Kalle Korhonen (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-47?page=comments#action_66947 ] Kalle Korhonen commented on MYFACES-47: --- I can assure you that pageIndexVar is not read-only (and if you think about it, it cannot be), since we are currently using a

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

Re: Google Open Source

2005-06-02 Thread Enrique Medina
Please, count with another huge YES for AJAX ;-) 2005/6/2, Martin Marinschek <[EMAIL PROTECTED]>: > Hey guys & girls, > > have you read about that Google Summer-of-code initiative > (http://code.google.com/summerofcode.html)? > > I have several (exactly 4 students) who would love to take part in

Google Open Source

2005-06-02 Thread Martin Marinschek
Hey guys & girls, have you read about that Google Summer-of-code initiative (http://code.google.com/summerofcode.html)? I have several (exactly 4 students) who would love to take part in this initiative, so all we would need to have would be 4 small projects they could finish in 3 months work. T

[jira] Commented: (MYFACES-268) inputText displays wrong value.

2005-06-02 Thread Bruno Aranda (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-268?page=comments#action_66860 ] Bruno Aranda commented on MYFACES-268: -- This is not a bug, try to add the attribute immediate="true" in your cancelButton and then the values won't get updated, Bruno

[jira] Created: (MYFACES-268) inputText displays wrong value.

2005-06-02 Thread Konstantin Nikolaev (JIRA)
inputText displays wrong value. --- Key: MYFACES-268 URL: http://issues.apache.org/jira/browse/MYFACES-268 Project: MyFaces Type: Bug Versions: 1.0.9 beta Environment: WinXP, MyFaces 1.0.9 beta Reporter: Konstantin Nikolaev

Re: Can we get rid of MyFaces' Cookie Map?

2005-06-02 Thread Sean Schofield
Sorry for the confusion. That is what I suspected but for some reason I didn't see the connection. Anton and Bruno are correct that we need to leave it in. That's why I always ask ;-) (of course it wouldn't compile had I tried to remove it ...) sean On 6/2/05, Bruno Aranda <[EMAIL PROTECTED]>

RE: Why HtmlDataTablePhaseListener?

2005-06-02 Thread Sylvain Vieujot
Title: Nachricht As for the need to have a phase listener for the HtmlDataTable, I'll let Manfred reply. But this is less a preformance problem to use it in the HtmlDataTable than in the AliasBean, as the one of the HtmlDataTable listens only to 1 Phase, whereas in the AliasBean, we would have

[jira] Created: (MYFACES-267) selectItemGroup doesn't render correctly in selectOneListbox or selectManyCheckbox

2005-06-02 Thread Jan Bols (JIRA)
selectItemGroup doesn't render correctly in selectOneListbox or selectManyCheckbox -- Key: MYFACES-267 URL: http://issues.apache.org/jira/browse/MYFACES-267 Project: MyFaces Type: Bug

[jira] Commented: (MYFACES-27) JSCookmenu cannot be used for storing data

2005-06-02 Thread Bruno Aranda (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-27?page=comments#action_66840 ] Bruno Aranda commented on MYFACES-27: - #1 do we want to fork JSCookMenu for the purpose of resolving this issue I think it is a good thing for the menu to submit forms,

RE: Why HtmlDataTablePhaseListener?

2005-06-02 Thread Broekelmann, Mathias
Title: Nachricht IMO it would be the best to find out why a phase listener is used for the HtmlDataTable. Because this might not be related to the alias bean component only.   It´s also an performance issue for the existing phase listener for the datatable. Since every faces request if the

Re: Can we get rid of MyFaces' Cookie Map?

2005-06-02 Thread Bruno Aranda
Yes, o.a.m.context.servlet.ExternalContextImpl uses the CookieMap class, so we cannot get rid of it. It is the implementation of the cookie map used by the context, Bruno 2005/6/2, Anton Koinov <[EMAIL PROTECTED]>: > On Tue, May 31, 2005 2:30 pm, Sean Schofield said: > > Thre is a class: o.a.m.co