Re: [VOTE] Release Tobago 1.0.24

2010-01-13 Thread Volker Weber
Hi Bernd, -1 for the release. Our application with tobago-1.0.24 did not pass the tests. The problem is the check in for tobago-811 (overwrite UIViewRoot.createUniqueId). Components with no id assigned gets recreated when action returns null, all submitted values are lost. I made a 1.0.24

Re: Make the new skin part of Trinidad (was: Re: [Trinidad] New Component Showcase Demo and Casablanca Skin)

2010-01-13 Thread Catalin Kormos
Ok, let's make then the Casablanca skin the default one; I will ask Adonis to prepare a zip with the Casablanca files and open the corresponding JIRA ticket for the donation. Do you know if there is any paper work to be done for him? On 1/13/10, Matthias Wessendorf mat...@apache.org wrote: On

Re: Make the new skin part of Trinidad (was: Re: [Trinidad] New Component Showcase Demo and Casablanca Skin)

2010-01-13 Thread Matthias Wessendorf
On Wed, Jan 13, 2010 at 9:50 AM, Catalin Kormos catalin.kor...@gmail.com wrote: Ok, let's make then the Casablanca skin the default one; I will ask Adonis to prepare a zip with the Casablanca files and open the corresponding JIRA ticket for the donation. awesome. Do you know if there is any

[core] Introduce ManagedBeanRegistry

2010-01-13 Thread Jakob Korherr
Hi guys, To ensure the execution of the ManagedBean's @PreDestroy methods on a container shutdown/restart, I would like to introduce a ManagedBeanRegistry, in which all active ManagedBeans from all scopes are referenced. The problem is the following: At the moment on a container shutdown or

[jira] Commented: (TRINIDAD-37) Client-side validation should support onblur/onchange validation when set to 'inline'

2010-01-13 Thread Carsten Pieper (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12799713#action_12799713 ] Carsten Pieper commented on TRINIDAD-37: If anyone else than me is listening, this

Trinidad tags inside of a Tomahawk DIV

2010-01-13 Thread Adrian Liebel
I am trying to put Trinidad tags inside of a Tomahawk DIV but am getting unexpected results when trying to disable the embedded Trinidad component. Are Trinidad tags supported inside of Tomahawk tags ? Thanks, Adrian

Fwd: FaceletViewHandlingStrategy: cloneWithWriter() results in duplicate ResponseWriters

2010-01-13 Thread Andy Schwartz
MyFaces Gang - I haven't had a chance to check to see whether this same issue exists in MyFaces 2.0. Thought I would pass this along in case anyone has thoughts on the existing Facelets behavior (ie. can anyone think of a reason why this behavior might be intentional?) and proposed fix. Thanks,

Re: FaceletViewHandlingStrategy: cloneWithWriter() results in duplicate ResponseWriters

2010-01-13 Thread Leonardo Uribe
Hi The code in myfaces looks like this: public PartialResponseWriter getPartialResponseWriter() { assertNotReleased(); if (_partialResponseWriter == null) { ResponseWriter responseWriter = _facesContext.getResponseWriter(); if (responseWriter

Re: FaceletViewHandlingStrategy: cloneWithWriter() results in duplicate ResponseWriters

2010-01-13 Thread Andy Schwartz
Hey, great, thanks for looking at this Leonardo! Note that it is possible that this does not impact the Ajax/PartialResponseWriter case, since that might use a different code path for response writer creation. Might want to take a closer look at the renderView() implementations in: -

Re: [MyFaces 2] Ajax API issue

2010-01-13 Thread Werner Punz
Hia sorry for jumping in so late, when Michael asked me yesterday, I had a vague memory of something along those lines that when I coded the line it was definitely name in the specs afair, have in mind this is one of the older code parts of the javascripts coded probably around March-May 2009

Re: Make the new skin part of Trinidad (was: Re: [Trinidad] New Component Showcase Demo and Casablanca Skin)

2010-01-13 Thread Jeanne Waldman
Matthias Wessendorf wrote, On 1/12/2010 11:57 PM PT: On Tue, Jan 12, 2010 at 10:33 PM, Catalin Kormos catalin.kor...@gmail.com wrote: Hi, Was wondering if it would be possible to package a skin in its own jar file, yes, put the skinning xml/cfg in the

Re: Make the new skin part of Trinidad (was: Re: [Trinidad] New Component Showcase Demo and Casablanca Skin)

2010-01-13 Thread Catalin Kormos
Hi Jeanne, Thanks for the information, the thing is the custom resource loader is able to locate resource files in custom location, but the main entry point it is still the resource servlet, which intercepts the request to a /adf/* and then delegates to various resource loader to actually locate

Re: Make the new skin part of Trinidad (was: Re: [Trinidad] New Component Showcase Demo and Casablanca Skin)

2010-01-13 Thread Matt Cooper
Rather than having the casablanca skin as a separate jar file, I would prefer to see it built-into the Trinidad jars (part of the impl project) so consumers could use it out-of-the-box without any extra jar configuration. Regards, Matt On Wed, Jan 13, 2010 at 10:02 AM, Catalin Kormos

Re: Make the new skin part of Trinidad (was: Re: [Trinidad] New Component Showcase Demo and Casablanca Skin)

2010-01-13 Thread Matthias Wessendorf
On Wed, Jan 13, 2010 at 6:14 PM, Matt Cooper mcoo...@apache.org wrote: Rather than having the casablanca skin as a separate jar file, I would prefer to see it built-into the Trinidad jars (part of the impl project) so consumers could use it out-of-the-box without any extra jar configuration. I

Re: Make the new skin part of Trinidad (was: Re: [Trinidad] New Component Showcase Demo and Casablanca Skin)

2010-01-13 Thread Matt Cooper
On Wed, Jan 13, 2010 at 10:19 AM, Matthias Wessendorf mat...@apache.orgwrote: On Wed, Jan 13, 2010 at 6:14 PM, Matt Cooper mcoo...@apache.org wrote: Rather than having the casablanca skin as a separate jar file, I would prefer to see it built-into the Trinidad jars (part of the impl project)

Can someone take a look at my patches for convertNumber precision?

2010-01-13 Thread Cale Scholl
I have two related patches available: https://issues.apache.org/jira/browse/TRINIDAD-1678 https://issues.apache.org/jira/browse/TRINIDAD-1683 Thank you, Cale

Re: Make the new skin part of Trinidad (was: Re: [Trinidad] New Component Showcase Demo and Casablanca Skin)

2010-01-13 Thread Gerhard Petracek
+1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/1/13 Matthias Wessendorf mat...@apache.org On Wed, Jan 13, 2010 at 6:14 PM, Matt Cooper mcoo...@apache.org wrote:

Re: [core] Introduce ManagedBeanRegistry

2010-01-13 Thread Jan-Kees van Andel
Hey, How about an HttpSessionListener? I'm not sure if HttpSessionListener.contextDestroyed is invoked on shutdownthough. Probably not... I'm afraid the only option is custom bookkeeping, maybe using an HttpSessionListener/ServletContextListener to publish events to the Registry. I see some

Re: [core] Introduce ManagedBeanRegistry

2010-01-13 Thread Jakob Korherr
Hi, MyFaces is already using all available Listeners (HttpSessionAttributeListener, HttpSessionListener, ServletContextListener, ServletContextAttributeListener, ServletRequestListener, ServletRequestAttributeListener) to invoke @PreDestroy on the Managed Beans and this happens via a pass-through

Re: Make the new skin part of Trinidad (was: Re: [Trinidad] New Component Showcase Demo and Casablanca Skin)

2010-01-13 Thread Catalin Kormos
Sure thing, +1 from me also, we'll look into it asap. I have my colleagues submitting their ICLAs and the code is coming in the next days. regards, Catalin On Wed, Jan 13, 2010 at 9:29 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: +1 regards, gerhard http://www.irian.at Your

Re: [VOTE][CANCEL] Release Tobago 1.0.24

2010-01-13 Thread Bernd Bohmann
I cancel this vote. I'll create a new tobago-1.0.24 without TOBAGO-811. Maybe we find a solution for TOBAGO-811 that works for sun-ri-1.1 and jsp for tobago-1.0.25. Regards Bernd On Wed, Jan 13, 2010 at 9:26 AM, Volker Weber v.we...@inexso.de wrote: Hi Bernd, -1 for the release. Our

[jira] Created: (TRINIDAD-1686) Trinidad 2: NPE when adding component in a facet

2010-01-13 Thread Gabrielle Crawford (JIRA)
Trinidad 2: NPE when adding component in a facet Key: TRINIDAD-1686 URL: https://issues.apache.org/jira/browse/TRINIDAD-1686 Project: MyFaces Trinidad Issue Type: Bug Reporter:

[jira] Resolved: (TRINIDAD-1686) Trinidad 2: NPE when adding component in a facet

2010-01-13 Thread Gabrielle Crawford (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabrielle Crawford resolved TRINIDAD-1686. -- Resolution: Fixed Fix Version/s: 2.0.0.1-core Trinidad 2: NPE when

[jira] Created: (MYFACES-2484) public final void pushComponentToEL(FacesContext context, UIComponent component) crashes if component is null

2010-01-13 Thread Mark Struberg (JIRA)
public final void pushComponentToEL(FacesContext context, UIComponent component) crashes if component is null - Key: MYFACES-2484 URL:

Re: Make the new skin part of Trinidad

2010-01-13 Thread Blake Sullivan
+1 -- Blake Sullivan Matthias Wessendorf said the following On 1/13/2010 9:19 AM PT: On Wed, Jan 13, 2010 at 6:14 PM, Matt Cooper mcoo...@apache.org wrote: Rather than having the casablanca skin as a separate jar file, I would prefer to see it built-into the Trinidad jars (part of the impl

[jira] Reopened: (MYFACES-2389) clean up the UIComponentBase.setParent()

2010-01-13 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe reopened MYFACES-2389: - The new algorithm cause some problems with a previous hack to allow component relocation.

[jira] Resolved: (MYFACES-2389) clean up the UIComponentBase.setParent()

2010-01-13 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2389. - Resolution: Fixed clean up the UIComponentBase.setParent()

Re: Make the new skin part of Trinidad

2010-01-13 Thread Mamallan Uthaman
+1 - Mamallan Blake Sullivan wrote: +1 -- Blake Sullivan Matthias Wessendorf said the following On 1/13/2010 9:19 AM PT: On Wed, Jan 13, 2010 at 6:14 PM, Matt Cooper mcoo...@apache.org wrote: Rather than having the casablanca skin as a separate jar file, I would prefer to see it

[jira] Updated: (MYFACES-2473) Make listeners added by tag handlers transient

2010-01-13 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-2473: Resolution: Fixed Fix Version/s: 2.0.0-alpha-2 Assignee: Leonardo Uribe

Re: Make the new skin part of Trinidad (was: Re: [Trinidad] New Component Showcase Demo and Casablanca Skin)

2010-01-13 Thread Matthias Wessendorf
that's great news! On Wed, Jan 13, 2010 at 9:18 PM, Catalin Kormos catalin.kor...@gmail.com wrote: Sure thing, +1 from me also, we'll look into it asap. I have my colleagues submitting their ICLAs and the code is coming in the next days. regards, Catalin On Wed, Jan 13, 2010 at 9:29 PM,