Re: [VOTE] release of myfaces commons 1.0.2

2011-10-11 Thread Mark Struberg
+1 LieGrue, strub - Original Message - From: Werner Punz werner.p...@gmail.com To: dev@myfaces.apache.org Cc: Sent: Tuesday, October 11, 2011 12:17 AM Subject: Re: [VOTE] release of myfaces commons 1.0.2 +1 Am 10/10/11 10:58 PM, schrieb Leonardo Uribe: +1 2011/10/10

[jira] [Created] (MYFACES-3354) NullPointerException on jetty 6.1.5 with faces-redirect=true action result

2011-10-11 Thread Joe Rossi (Created) (JIRA)
NullPointerException on jetty 6.1.5 with faces-redirect=true action result -- Key: MYFACES-3354 URL: https://issues.apache.org/jira/browse/MYFACES-3354 Project: MyFaces Core

[jira] [Commented] (MYFACES-3106) Resources not loaded when using a dynamic ui:inlclude and rendered via ajax

2011-10-11 Thread Leonardo Uribe (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125377#comment-13125377 ] Leonardo Uribe commented on MYFACES-3106: - I tried the demo and at first time I

[core] why f:ajax render=@all don't update link tags?

2011-10-11 Thread Leonardo Uribe
Hi Trying to fix MYFACES-3106, I notice that when an ajax request is triggered using f:ajax render=@all for example, the javascript part that process the response does not check if new link tags has been added to head section, so if you have something dynamically in this part using combinations

Re: [core] why f:ajax render=@all don't update link tags?

2011-10-11 Thread Çağatay Çivici
Hi, PrimeFaces themeswitcher also manipulates link tags in head to load css without page refresh; http://www.primefaces.org/showcase-labs/ui/themeswitcher.jsf One question, when update id=javax.faces.ViewHead exists in partial response, there is no render=@head right? Cheers, On

Re: [core] why f:ajax render=@all don't update link tags?

2011-10-11 Thread Leonardo Uribe
Hi Çağatay Yes, there is no render=@head or render=@body. Maybe it is something to include in JSF 2.2. So it is possible. I'll reopen MYFACES-3106. This issue is too annoying. It is common that people try to use ui:include src=#{...} / or c:if and then f:ajax to update the content. If the

[jira] [Reopened] (MYFACES-3106) Resources not loaded when using a dynamic ui:inlclude and rendered via ajax

2011-10-11 Thread Leonardo Uribe (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe reopened MYFACES-3106: - Asking on dev list it seems possible to fix this. I'll reopen it and try to fix the js

[jira] [Created] (TRINIDAD-2147) ColorConverter.getClientScript() does not encode Transparent string value

2011-10-11 Thread Kentaro Kinebuchi (Created) (JIRA)
ColorConverter.getClientScript() does not encode Transparent string value - Key: TRINIDAD-2147 URL: https://issues.apache.org/jira/browse/TRINIDAD-2147 Project: MyFaces Trinidad

Re: [core] why f:ajax render=@all don't update link tags?

2011-10-11 Thread Werner Punz
Ok first of all a short explanation why we are not loading the css now. The original idea from the spec side was to run a full replacement of the head and body. In other words, a simulated browser refresh. While I could figure out a cross browser working way of replacing the body, the head