Re: Related to (TRINIDAD-655)? Selector .p_OraTreeDisclosedSymbol doesn't accept property content

2007-08-31 Thread Carsten Pieper
Hi Jeanne, thank you very much for the useful insight! Indeed, I can replace the unicode text symbol with an image that I inject via background-image. Alas, there's no way to define different images for disclosed and undisclosed state (as there is only the selector .p_OraTreeDisclosedSymbol and

[EMAIL PROTECTED]: Project myfaces (in module myfaces) failed

2007-08-31 Thread Apache Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project myfaces has an issue affecting its community integration. This issue affects 2

[jira] Created: (MYFACES-1713) Missing Tag in core TLD for f:phaseListener

2007-08-31 Thread Jochen Zink (JIRA)
Missing Tag in core TLD for f:phaseListener - Key: MYFACES-1713 URL: https://issues.apache.org/jira/browse/MYFACES-1713 Project: MyFaces Core Issue Type: Bug Affects Versions: 1.2.0

[jira] Created: (TOMAHAWK-1102) Race Condition in Schedule component

2007-08-31 Thread Dennis Byrne (JIRA)
Race Condition in Schedule component Key: TOMAHAWK-1102 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1102 Project: MyFaces Tomahawk Issue Type: Bug Components: Schedule

[jira] Commented: (MYFACES-1706) AUTO_SCROLL isn't working anymore...

2007-08-31 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524099 ] Mike Kienenberger commented on MYFACES-1706: Date: Fri, 31 Aug 2007 11:37:05 +0200 From:

[jira] Created: (MYFACES-1714) submitted (or lcoal) values are not erasable after conversion or validation error

2007-08-31 Thread Michael Heinen (JIRA)
submitted (or lcoal) values are not erasable after conversion or validation error - Key: MYFACES-1714 URL: https://issues.apache.org/jira/browse/MYFACES-1714 Project:

[jira] Created: (TRINIDAD-668) Move RequestContextImpl._findRelativeComponent to public utility class

2007-08-31 Thread Andrew Robinson (JIRA)
Move RequestContextImpl._findRelativeComponent to public utility class -- Key: TRINIDAD-668 URL: https://issues.apache.org/jira/browse/TRINIDAD-668 Project: MyFaces Trinidad

[jira] Resolved: (TRINIDAD-668) Move RequestContextImpl._findRelativeComponent to public utility class

2007-08-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-668. -- Resolution: Fixed Fix Version/s: 1.0.3-core findRelativeComponent is now

[jira] Created: (TRINIDAD-669) Add a method on RequestContext that adds relative targets

2007-08-31 Thread Andrew Robinson (JIRA)
Add a method on RequestContext that adds relative targets - Key: TRINIDAD-669 URL: https://issues.apache.org/jira/browse/TRINIDAD-669 Project: MyFaces Trinidad Issue Type: Improvement

[jira] Resolved: (TRINIDAD-669) Add a method on RequestContext that adds relative targets

2007-08-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-669. -- Resolution: Fixed Fix Version/s: 1.0.3-core Added new method onto

[TRINIDAD] New methodActionListener or methodExpressionActionListener tag

2007-08-31 Thread Simon Lessard
Hello all, Browsing forums lately, I found quite some posts asking how to set more than one ActionListener bound to a managed bean. I also had that issue in all my projects so I had long developed my own actionListener tag using a method attribute. With JSF 1.2 MethodExpressionActionListener

Re: [Trinidad] maven-faces-plugin -- icon location?

2007-08-31 Thread Simon Lessard
Hello Andrew, I think those are long dead or were not provided at all by Oracle since they aren't recognized in JDeveloper when using Trinidad (and JDeveloper does the icon lookup). Regards, ~ Simon On 8/31/07, Andrew Robinson [EMAIL PROTECTED] wrote: I am working on one of the components I

[Trinidad] maven-faces-plugin -- icon location?

2007-08-31 Thread Andrew Robinson
I am working on one of the components I suggested to assist with PPR, and was using the Iterator.xml as a basis to see how to write one of the component files. In it is: icon small-icon/org/apache/myfaces/trinidad/metadata/icons/iterator.png/small-icon /icon I looked through the

[jira] Resolved: (TRINIDAD-663) Idea for a new component to enhance PPR

2007-08-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-663. -- Resolution: Fixed Fix Version/s: 1.0.3-core SVN Rev #571531 Added the

[Trinidad] Selecting a row in tr:table with mouse click (rowSelection=singleClick)

2007-08-31 Thread Martin Koci
Hello, currently tr:table supports selection of one row with attribute rowSelection=simple. For better user experience we want to select a row with clicking on table row. To achieve this I did four minor changes in trinidad code base: 1) support singleClick in decoding phase 2) render a

Re: [PORTAL] Liscencing (was: [PORTAL] JSR-301 Portlet Bridge uploaded)

2007-08-31 Thread Martin Marinschek
Hi Matthias, Scott, has the IP Clearance form already been filled out and committed? regards, Martin On 8/17/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: but all this, can be fixed, when it's already committed. We needed NOTICE and LICENSE files inside both JARs as well. -M On

[jira] Created: (MYFACES-1715) cannot set dynamic value for Locale attribute to f:view

2007-08-31 Thread Eric Lewandowski (JIRA)
cannot set dynamic value for Locale attribute to f:view --- Key: MYFACES-1715 URL: https://issues.apache.org/jira/browse/MYFACES-1715 Project: MyFaces Core Issue Type: Bug Affects

[TRINIDAD] Should ClassLoaderUtils.getServices() provide duplicates

2007-08-31 Thread Scott O'Bryan
I'm in the process of fixing TRINIDAD-667. Essentially what is happening is, if a particular service appears more then once in the webapp (either through multiple references in the classpath or because it exists in multiple files), that service is returned twice by the

Re: [PORTAL] JSR-301 Portlet Bridge uploaded

2007-08-31 Thread Scott O'Bryan
What I envisioned for Trinidad is namespacing the CSS file and loading it outside of the head. Would something like that be a possibility for Tomohawk? I mean I imagine any bridge would have this issue would it not? Scott Martin Marinschek wrote: My guess is that Tomahawk won't run out of

Re: [PORTAL] Liscencing

2007-08-31 Thread Scott O'Bryan
Yeah, supposedly. The work for the IP Clearance form was submitted by the JSR-301 Project Lead on the 16th. At least that's what I was told which is why he told me to go-ahead and submit it. But I haven't seen it processed by Apache yet. Scott Martin Marinschek wrote: Hi Matthias, Scott,

[jira] Resolved: (TRINIDAD-664) Component to allow a non-trinidad component compatible with trinidad with no code

2007-08-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-664. -- Resolution: Fixed Fix Version/s: 1.0.3-core SVN Revision 571557. Added new

[jira] Resolved: (TRINIDAD-652) add skin selector for panelGroupLayout

2007-08-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-652. -- Resolution: Fixed Fix Version/s: 1.0.3-core SVN rev 571569 Added new default

[jira] Reopened: (TRINIDAD-652) add skin selector for panelGroupLayout

2007-08-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson reopened TRINIDAD-652: -- Just realized I used af|panelPanelGroupLayout instead of af|panelGroupLayout add skin

[jira] Resolved: (TRINIDAD-652) add skin selector for panelGroupLayout

2007-08-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-652. -- Resolution: Fixed add skin selector for panelGroupLayout

[jira] Resolved: (TRINIDAD-653) PanelLabelAndMessageRenderer shouldn't need the for given to detect what it is for

2007-08-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-653. -- Resolution: Fixed Fix Version/s: 1.0.3-core Committed revision 571586.

Re: [jira] Resolved: (TRINIDAD-653) PanelLabelAndMessageRenderer shouldn't need the for given to detect what it is for

2007-08-31 Thread Zubin Wadia
On 8/31/07, Andrew Robinson (JIRA) dev@myfaces.apache.org wrote: [ https://issues.apache.org/jira/browse/TRINIDAD-653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-653. -- Resolution:

Re: [jira] Resolved: (TRINIDAD-653) PanelLabelAndMessageRenderer shouldn't need the for given to detect what it is for

2007-08-31 Thread Zubin Wadia
On 8/31/07, Zubin Wadia [EMAIL PROTECTED] wrote: On 8/31/07, Andrew Robinson (JIRA) dev@myfaces.apache.org wrote: [ https://issues.apache.org/jira/browse/TRINIDAD-653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-653.

[jira] Created: (TRINIDAD-670) trinidad-config should support underscore separated locale string

2007-08-31 Thread Jeanne Waldman (JIRA)
trinidad-config should support underscore separated locale string - Key: TRINIDAD-670 URL: https://issues.apache.org/jira/browse/TRINIDAD-670 Project: MyFaces Trinidad Issue

[jira] Updated: (TRINIDAD-667) Configurator Services may get initialized more then once if jars are referenced in classpath multiple times

2007-08-31 Thread Scott O'Bryan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott O'Bryan updated TRINIDAD-667: --- Status: Patch Available (was: Open) Configurator Services may get initialized more then

[jira] Resolved: (TRINIDAD-670) trinidad-config should support underscore separated locale string

2007-08-31 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeanne Waldman resolved TRINIDAD-670. - Resolution: Fixed Completed: At revision: 571649 on trunk

Re: [PORTAL] Liscencing

2007-08-31 Thread Martin Marinschek
Someone who has commit rights to the incubator IP clearance page has to commit it there - so Michael couldn't have done so, I suppose. Has there be an Apache member taking this over? regards, Martin On 8/31/07, Scott O'Bryan [EMAIL PROTECTED] wrote: Yeah, supposedly. The work for the IP