[jira] Commented: (TRINIDAD-1676) ha: provide facility to support putting uicompoenent references into the session

2010-01-07 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797555#action_12797555 ] Matthias Weßendorf commented on TRINIDAD-1676: -- The idea is to avoid that

[jira] Created: (TRINIDAD-1676) ha: provide facility to support putting uicompoenent references into the session

2010-01-07 Thread JIRA
ha: provide facility to support putting uicompoenent references into the session Key: TRINIDAD-1676 URL: https://issues.apache.org/jira/browse/TRINIDAD-1676 Project:

[jira] Commented: (MYFACES-2374) UIViewRoot.getBeforePhaseListener() and UIViewRoot.getAfterPhaseListener() could be called on PhaseId.RESTORE_VIEW

2010-01-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797643#action_12797643 ] Jakob Korherr commented on MYFACES-2374: Looks like we will be getting some

[FYI] SVN issue

2010-01-07 Thread Matthias Wessendorf
hello: http://monitoring.apache.org/status/ as a FYI that the SVN server has a slight problem :) -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: [MyFaces 2] visitTree

2010-01-07 Thread Michael Kurz
Hi, I currently try to get f:ajax running inside a composite component. So I would also say it is necessary to include the facets (use getFacetsAndChildren() instead of getChildren()) in visitTree(). I already fixed this issue in UIComponent.visitTree() (see [1]), BUT there is a potential

[jira] Created: (MYFACES-2475) Visit facets in UIComponent.visitTree()

2010-01-07 Thread Michael Kurz (JIRA)
Visit facets in UIComponent.visitTree() --- Key: MYFACES-2475 URL: https://issues.apache.org/jira/browse/MYFACES-2475 Project: MyFaces Core Issue Type: Bug Components: JSR-314 Affects

[jira] Updated: (MYFACES-2475) Visit facets in UIComponent.visitTree()

2010-01-07 Thread Michael Kurz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kurz updated MYFACES-2475: -- Status: Patch Available (was: Open) Visit facets in UIComponent.visitTree()

Re: [MyFaces 2] visitTree

2010-01-07 Thread Matthias Wessendorf
On Thu, Jan 7, 2010 at 4:42 PM, Michael Kurz michi.k...@gmx.at wrote: Hi, I currently try to get f:ajax running inside a composite component. So I  would also say it is necessary to include the facets (use getFacetsAndChildren() instead of getChildren()) in visitTree(). maybe we want to

[jira] Commented: (MYFACES-2475) Visit facets in UIComponent.visitTree()

2010-01-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797658#action_12797658 ] Jakob Korherr commented on MYFACES-2475: maybe this is a spec error in the

Re: [MyFaces 2] visitTree

2010-01-07 Thread Michael Kurz
Matthias Wessendorf schrieb: On Thu, Jan 7, 2010 at 4:42 PM, Michael Kurz michi.k...@gmx.at wrote: Hi, I currently try to get f:ajax running inside a composite component. So I would also say it is necessary to include the facets (use getFacetsAndChildren() instead of getChildren()) in

[jira] Commented: (MYFACES-2475) Visit facets in UIComponent.visitTree()

2010-01-07 Thread Michael Kurz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797667#action_12797667 ] Michael Kurz commented on MYFACES-2475: --- I would say the main problem is that the

Re: [TRINIDAD][API]TRINIDAD-1668 Speed up UIXComponent.getId()

2010-01-07 Thread Simon Lessard
That works as well, not optimal, but does reduce the backward compatibility risk to the minimum, so I guess it's the best course of action. On Wed, Jan 6, 2010 at 7:20 PM, Blake Sullivan blake.sulli...@oracle.comwrote: OK. I got smarter and looked more carefully at the FacesBean

[jira] Commented: (MYFACES-2475) Visit facets in UIComponent.visitTree()

2010-01-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797670#action_12797670 ] Jakob Korherr commented on MYFACES-2475: I think when applying this patch, we

[jira] Commented: (MYFACES-2475) Visit facets in UIComponent.visitTree()

2010-01-07 Thread Michael Kurz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797672#action_12797672 ] Michael Kurz commented on MYFACES-2475: --- There is one problem with this approach.

[jira] Commented: (MYFACES-2475) Visit facets in UIComponent.visitTree()

2010-01-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797674#action_12797674 ] Jakob Korherr commented on MYFACES-2475: Not really. Does it make sence to use

[jira] Updated: (MYFACES-2468) MyFaces needs to support adding a view-handler in faces-config.xml

2010-01-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated MYFACES-2468: --- Status: Patch Available (was: Open) MyFaces needs to support adding a view-handler in

Re: Need some help with the commons digester and XInclude handling

2010-01-07 Thread Andrew Robinson
Okay, if I compile with Java6 but run the tests with Java5 it works, the xpointer is processed fine. Perhaps there is a problem with the Java 6 on linux? java version 1.6.0_15 Java(TM) SE Runtime Environment (build 1.6.0_15-b03) Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02, mixed mode) Or is

[jira] Commented: (MYFACES-2468) MyFaces needs to support adding a view-handler in faces-config.xml

2010-01-07 Thread Scott O'Bryan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797706#action_12797706 ] Scott O'Bryan commented on MYFACES-2468: Jakob, I recently moved some of the

Re: Need some help with the commons digester and XInclude handling

2010-01-07 Thread Matthias Wessendorf
phew, that is odd. Did google have some hints? Or ever asked at the digester group? (maybe that is not so active?) -Matthias On Thu, Jan 7, 2010 at 6:37 PM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: Okay, if I compile with Java6 but run the tests with Java5 it works, the xpointer is

[jira] Commented: (MYFACES-2468) MyFaces needs to support adding a view-handler in faces-config.xml

2010-01-07 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797712#action_12797712 ] Jakob Korherr commented on MYFACES-2468: Scott, Yes, the submitted patch is from

[jira] Created: (TRINIDAD-1677) Tag Documentation to list default value for attributes

2010-01-07 Thread Maria Kaval (JIRA)
Tag Documentation to list default value for attributes -- Key: TRINIDAD-1677 URL: https://issues.apache.org/jira/browse/TRINIDAD-1677 Project: MyFaces Trinidad Issue Type: Improvement

[jira] Updated: (TRINIDAD-1677) Tag Documentation to list default value for attributes

2010-01-07 Thread Maria Kaval (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Kaval updated TRINIDAD-1677: -- Status: Patch Available (was: Open) Tag Documentation to list default value for

[jira] Created: (TRINIDAD-1678) TrNumberFormat.prototype.numberToString doesn't account for numbers represented via scientific notation

2010-01-07 Thread Cale Scholl (JIRA)
TrNumberFormat.prototype.numberToString doesn't account for numbers represented via scientific notation --- Key: TRINIDAD-1678 URL:

Re: Need some help with the commons digester and XInclude handling

2010-01-07 Thread Andrew Robinson
Okay, I figured it out. It turns out Java does not support the xpointer attribute fully. Looking into the maven-faces-plugin further, I noticed that it uses digester rules to parse the includes manually. By adding extra rules to pick up includes in the component-metadata where the event-types

[jira] Updated: (TRINIDAD-1678) TrNumberFormat.prototype.numberToString doesn't account for numbers represented via scientific notation

2010-01-07 Thread Cale Scholl (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cale Scholl updated TRINIDAD-1678: -- Status: Patch Available (was: Open) TrNumberFormat.prototype.numberToString doesn't

[jira] Created: (PORTLETBRIDGE-104) GFP reads defaultCharacterEncoding/defaultCharSetEncoding from wrong location

2010-01-07 Thread Michael Freedman (JIRA)
GFP reads defaultCharacterEncoding/defaultCharSetEncoding from wrong location - Key: PORTLETBRIDGE-104 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-104 Project:

[jira] Created: (PORTLETBRIDGE-105) ExternalContext.encodeResourceURL mishandles encoding portlet:render URL

2010-01-07 Thread Michael Freedman (JIRA)
ExternalContext.encodeResourceURL mishandles encoding portlet:render URL Key: PORTLETBRIDGE-105 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-105 Project: MyFaces

[Trinidad] New Component Showcase Demo and Casablanca Skin

2010-01-07 Thread Catalin Kormos
Hello there, I have the pleasure to inform you about the work we did to develop a new skin for Trinidad and based on this a brand new, Trinidad components showcase application. You can see it all in action at [1]. It is still a working in progress, in advanced state though...i mean there is

[jira] Resolved: (PORTLETBRIDGE-105) ExternalContext.encodeResourceURL mishandles encoding portlet:render URL

2010-01-07 Thread Michael Freedman (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Freedman resolved PORTLETBRIDGE-105. Resolution: Fixed Fix Version/s: 2.0.0

[jira] Resolved: (PORTLETBRIDGE-104) GFP reads defaultCharacterEncoding/defaultCharSetEncoding from wrong location

2010-01-07 Thread Michael Freedman (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Freedman resolved PORTLETBRIDGE-104. Resolution: Fixed Fix Version/s: 2.0.0

[jira] Resolved: (PORTLETBRIDGE-103) Bridge.destroy fails to release ELContextListener

2010-01-07 Thread Michael Freedman (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Freedman resolved PORTLETBRIDGE-103. Resolution: Fixed Fix Version/s: 2.0.0

Re: [Trinidad] New Component Showcase Demo and Casablanca Skin

2010-01-07 Thread Matt Cooper
Wow this looks fantastic, nice work! Thanks, Matt On Thu, Jan 7, 2010 at 3:37 PM, Catalin Kormos catalin.kor...@gmail.comwrote: Hello there, I have the pleasure to inform you about the work we did to develop a new skin for Trinidad and based on this a brand new, Trinidad components

Re: [Trinidad] New Component Showcase Demo and Casablanca Skin

2010-01-07 Thread Bruno Aranda
Excellent! Looks fantastic. Something long due to trinidad. Thanks, Bruno 2010/1/7 Matt Cooper mcoo...@apache.org Wow this looks fantastic, nice work! Thanks, Matt On Thu, Jan 7, 2010 at 3:37 PM, Catalin Kormos catalin.kor...@gmail.comwrote: Hello there, I have the pleasure to

[jira] Created: (TRINIDAD-1679) Tag doc to list relationship between tags

2010-01-07 Thread Maria Kaval (JIRA)
Tag doc to list relationship between tags - Key: TRINIDAD-1679 URL: https://issues.apache.org/jira/browse/TRINIDAD-1679 Project: MyFaces Trinidad Issue Type: Improvement Components:

Re: [Trinidad] New Component Showcase Demo and Casablanca Skin

2010-01-07 Thread Simon Lessard
Looks great, thanks! On Thu, Jan 7, 2010 at 7:17 PM, Bruno Aranda brunoara...@gmail.com wrote: Excellent! Looks fantastic. Something long due to trinidad. Thanks, Bruno 2010/1/7 Matt Cooper mcoo...@apache.org Wow this looks fantastic, nice work! Thanks, Matt On Thu, Jan 7, 2010 at

Re: [Trinidad] New Component Showcase Demo and Casablanca Skin

2010-01-07 Thread Matthias Wessendorf
Hey Catalin, first of all I really LOVE the new look-and-feel! I also love the name :-) On Thu, Jan 7, 2010 at 11:37 PM, Catalin Kormos catalin.kor...@gmail.com wrote: Hello there, I have the pleasure to inform you about the work we did to develop a new skin for Trinidad and based on this a

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

2010-01-07 Thread Matthias Wessendorf
Hi Catalin et al, as promised, I hijacked the thread... thanks again for contributing this skin to Trinidad. The following tasks are needed: -A JIRA ticket that contains the patch(es) - for the Skin itself - for the GREAT demo = maybe a software grant is needed; If so, I will handle the

Re: [Trinidad] New Component Showcase Demo and Casablanca Skin

2010-01-07 Thread Matthias Wessendorf
some more technical discussions on the HOW to apply the new awesome skin: http://markmail.org/message/d34n5qydkyudozbs -Matthias On Fri, Jan 8, 2010 at 6:58 AM, Matthias Wessendorf mat...@apache.org wrote: Hey Catalin, first of all I really LOVE the new look-and-feel! I also love the name

[Trinidad 2.0] little build problem (was Re: svn commit: r897038 - in /myfaces/trinidad-maven/branches/2.0.x-branch/maven-faces-plugin: ./ src/main/java/org/apache/myfaces/trinidadbuild/plugin/faces

2010-01-07 Thread Matthias Wessendorf
Hello Andrew, looks like the XML mess is now preventing Trinidad-CORE to build :-) After I did svn up on the plugins 2.0.x-branch, I am getting the below build exception. Going back to the previous revision: = svn checkout -r 896615