maven-jdev-plugin

2006-07-10 Thread Matt Cooper
I seem to have found a bug relating to the maven-jdev-plugin but I cannot yet confirm whether it is a problem with Trinidad's adf-faces-demo/pom.xml file or if the problem lies within the trunk\plugins\maven-jdev-plugin code itself. I would like to prepare a patch but before I get started I'd

Re: Taglib namespace

2006-07-25 Thread Matt Cooper
Hi Matthias, Yes, that's old code that should have been changed to http://myfaces.apache.org/adf/faces; at some point and now I guess it should be http://myfaces.apache.org/trinidad;. Regarding af and ah: I'd prefer either td and tdh or tri and trih. The tri would correspond with the skinning

Re: Re: Taglib namespace

2006-07-25 Thread Matt Cooper
, this really makes thing more consistent with the whole renaming of Trinidad. Matt Cooper [EMAIL PROTECTED] a écrit sur 2006-07-25 15:02:53 : Hi Matthias, Yes, that's old code that should have been changed to http://myfaces.apache.org/adf/faces; at some point and now I guess it should

Re: SVN structure

2006-08-08 Thread Matt Cooper
+1 (non-binding) On 8/5/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: +1 for the later On 8/4/06, Adam Winer [EMAIL PROTECTED] wrote: Question: Are we better off with the current structure: trunk/plugins /trinidad branches/ or with: plugins/trunk /branches

Re: Missing Facets on tr:panelPage

2006-08-28 Thread Matt Cooper
Hi Joey, These are leftovers from a plan to introduce many more facet regions to the panelPage component. At one time we were hoping to fully implement them but the plan kept getting postponed and never took off. Please feel free to delete them since I believe nobody wants them to be

Re: [Proposal] fix 'panelAccordion' component for non PPR enabled browsers like BlackBerry

2006-09-26 Thread Matt Cooper
Hi Piyush, Can you try specifying discloseNone=true on the panelAccordion tag? Thanks, Matt On 9/26/06, piyush hari [EMAIL PROTECTED] wrote: Hello, The panelAccordion control can be used to display a group of contents belonging to a showDetailItem. Accordion bar(s) with panels representing

Re: What DevEnv do you use for Trinidad

2006-12-14 Thread Matt Cooper
Hi Danny, The most common ones I've heard of are either Eclipse or Oracle JDeveloper. I use the latter and create workspace/project files by running the command mvn install jdev:jdev. I believe the expected generated workspace should have 4 projects (api, build, demo, impl) with pre-attached

Re: [Skinning] CSS selector limit hit in IE

2007-01-30 Thread Matt Cooper
Hi Jeanne, That example of setting styleClass=AFInstructionText (or styleClass=foo bar) was the case I was thinking about too and think it should be okay to have all compressed and all uncompressed. If there are any cases where a component developer is writing a JavaScript counterpart to their

Re: [Skinning] CSS selector limit hit in IE

2007-01-31 Thread Matt Cooper
On 1/31/07, Jeanne Waldman [EMAIL PROTECTED] wrote: As Adam suggest, we could do some runtime evaluation during CSS generation and have many selector uses the same compressed selector, this would be a 50% gain or so. I can do this, too, if we feel we have to. The logic flow will have to

Re: [Skinning] CSS selector limit hit in IE

2007-02-01 Thread Matt Cooper
Lessard wrote: On 1/31/07, Matt Cooper [EMAIL PROTECTED] wrote: On 1/31/07, Jeanne Waldman [EMAIL PROTECTED] wrote: As Adam suggest, we could do some runtime evaluation during CSS generation and have many selector uses the same compressed selector, this would be a 50

Re: @author tags

2007-02-26 Thread Matt Cooper
+1 (non-binding) for removing them. I am very thankful for code that people donate to the project. However, in team/community settings I feel ideally that code belongs to everyone since it is everyone's responsibility to maintain the code. On 2/26/07, Matthias Wessendorf [EMAIL PROTECTED]

Re: @author tags

2007-02-26 Thread Matt Cooper
If you are looking to see who wrote a particular line of code, you can use SVN's blame tool which will also show you see the commit description which is helpful to see even who donated the code if a committer did the check-in. I think blame is more accurate than @author since it doesn't require

Re: [vote] release of core (1.0.0-incubating)

2007-03-09 Thread Matt Cooper
[ ] +1 (Binding) for PPMC members only [X] +1 for community members who have reviewed the bits [ ] +0 [ ] -1 for fatal flaws that should cause these bits not to be released, and why.. On 3/9/07, Bruno Aranda [EMAIL PROTECTED] wrote: [X] +1 (Binding) for PPMC members only [ ]

Re: kill CompoundPropertyNode code in skinning

2007-03-27 Thread Matt Cooper
I too prefer CSS over XSS. Jeanne: is this documented at all in any Trinidad documentation? If not then +1 (non-binding) from me. If it is in Trinidad documentation then I'd wait to see if anyone else still wants it. On 3/27/07, Simon Lessard [EMAIL PROTECTED] wrote: Hmmm, I'm +1. It's not

Re: kill CompoundPropertyNode code in skinning

2007-03-28 Thread Matt Cooper
localPropertyName=color/ /style It's saying, Set the 'color' to whatever AFVeryDarkBackground's 'background-color' is - Jeanne Matt Cooper wrote: I too prefer CSS over XSS. Jeanne: is this documented at all in any Trinidad documentation? If not then +1 (non-binding) from me