Re: My settings.xml

2006-08-18 Thread Mark Yvanovich
Sorry about that, I meant to just send that to Jeanne. Matthias Wessendorf wrote: not really sure, why sb. should use this settings.xml www-proxy.us.oracle.com http 80 *.us.oracle.com true On 8/18/06, Mark Yvanovich <[EMAIL PROTECTED]> wrote: :)

Re: My settings.xml

2006-08-18 Thread Matthias Wessendorf
not really sure, why sb. should use this settings.xml www-proxy.us.oracle.com http 80 *.us.oracle.com true On 8/18/06, Mark Yvanovich <[EMAIL PROTECTED]> wrote: :) -- Matthias Wessendorf further stuff: blog: http://jroller.com/page/mwessendorf mail:

My settings.xml

2006-08-18 Thread Mark Yvanovich
:) www-proxy.us.oracle.com http 80 *.us.oracle.com true central central-mirror Maven Central Mirror http://stacy27.us.oracle.com/mirrors/www.ibiblio.org/maven2 snapshots snapshots-mirror

Re: ADFFACES-49 inputText::content:required or inputText:required::content

2006-08-18 Thread Jeanne Waldman
see inline for some random thoughts. :) I'm glad you brought this up, because I need to come up with a solution soon for our internal project that we are working on so that our developers can write their renderers correctly. [EMAIL PROTECTED] wrote: Hello all, I raised that issue a while b

Re: Charting Component - Status

2006-08-18 Thread Adam Winer
On 8/17/06, venkata guddanti <[EMAIL PROTECTED]> wrote: Hi All, The charting component that I have been working on is at a point where I can start integrating with the Trinidad framework. The following are some of the changes since the last time: - Supported Chart Types - 1. Vertical, 2. Hor

[bug] demos won't run because type is used with navigationPane instead of hint

2006-08-18 Thread Jeanne Waldman
My Trinidad demos won't run because in a few of the demos like clientConvert.jspx, navigationPane was using the 'type' attribute instead of the 'hint' attribute. I'll check in a fix. Just wanted to give people a heads up in case they can't run the demos either. - Jeanne

Re: Re: Re: [Release] upcoming release ?

2006-08-18 Thread Adam Winer
Sweet! -- Adam On 8/18/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: http://people.apache.org/repo/m2-incubating-repository/ has been created. On 8/7/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > update ... > > > > > I'm not following incubator-general closely, does it sound lik

Re: Re: [Release] upcoming release ?

2006-08-18 Thread Matthias Wessendorf
http://people.apache.org/repo/m2-incubating-repository/ has been created. On 8/7/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: update ... > I'm not following incubator-general closely, does it sound like > they're going to establish a separate Maven repository for incubator > artifacts

Re: [Proposal] Create an ADF Faces -> Trinidad guide on Wiki

2006-08-18 Thread Simon_Lessard
Sounds good enough to me, I'll move it. ¬ Simon Sun Certified Programmer for Java 2 Platform 1.4 "Matthias Wessendorf" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 2006-08-18 13:23 Please respond to adffaces-dev To: adffaces-dev@incubator.apache.org cc: Subjec

Re: [Proposal] Create an ADF Faces -> Trinidad guide on Wiki

2006-08-18 Thread Matthias Wessendorf
Simon- I am not sure if the "New components" is really important for a "migration" page. I'd like to see only a link and the discussion on a separate page. -Matt On 8/16/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > on the java side: > -names of some classes have changed > -packages of

Re: Re: Button skinning (was Re: [Proposal] Skin hooks for mouseOver and onPress)

2006-08-18 Thread Adam Winer
+1 for not adding a new component. I'm still -1 on using generated images... that code is nsty, and supporting anything like hover/active is even more hacking on that layer. CSS 3 will have support for rounded borders in a bunch of cool ways... but we'll all be old men and women before tha

Re: New FrameBorderLayoutRenderer

2006-08-18 Thread Adam Winer
Arnaud, Could you file a JIRA issue and attach this as a patch (a bit tedious, but the way that intellectual property rights are granted...) -- Adam On 8/18/06, Arnaud MERGEY <[EMAIL PROTECTED]> wrote: Hi, I have tested new faces-major FrameBorderLayoutRenderer, I have found some bugs with th

Re: [Vote] Simon Lessard as a committer of the Trinidad Podling

2006-08-18 Thread Grant Smith
+1 On 8/18/06, Danny Robinson <[EMAIL PROTECTED]> wrote: +1 (non-binding) On 8/17/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > Hey *, > > I'd like to start a vote for a new committer nominee > > "Simon Lessard" > Simon Lessard has been very active on the "adffaces-XXX" lists. He > ha

[Question] tr:PanelFormLayout component and tr:input* rendering label

2006-08-18 Thread Pierre-Luc_Archambault
Hi, this mail is based on http://issues.apache.org/jira/browse/ADFFACES-97 as it is stated, currently, when a PanelBorderLayout get rendered, the StyleClass for label part of a component all get generated at the same time and all are put on the of the panelform component. That itself is a bug s

Re: [Vote] Simon Lessard as a committer of the Trinidad Podling

2006-08-18 Thread Danny Robinson
+1 (non-binding) On 8/17/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: Hey *, I'd like to start a vote for a new committer nominee "Simon Lessard" Simon Lessard has been very active on the "adffaces-XXX" lists. He has contributed several patches, improvments/new feature and provided docu

Re: Button skinning (was Re: [Proposal] Skin hooks for mouseOver and onPress)

2006-08-18 Thread Danny Robinson
I'd vote for keeping all button functionality within tr:commandButton. We would like our customers to be able to reskin our applications as they choose (with/without images etc.) and introducing different components for this functionality means we've had to make this decision at design time. Dan

Re: Button skinning (was Re: [Proposal] Skin hooks for mouseOver and onPress)

2006-08-18 Thread Simon_Lessard
True, tables would work fine to emulate image generation, and it would be costless. It might be our best choice. However, they still have a drawback over since input using a background-image automatically render a pressed button image for mousepress events. We could do the same with tables and

Re: Button skinning (was Re: [Proposal] Skin hooks for mouseOver and onPress)

2006-08-18 Thread Jeanne Waldman
Well, right now they can't get gradients AND rounded borders. I seem to remember there is no way currently, although it probably could be added, to put gradient backgrounds on our generated images. If they have to give us button-bits anyway, could we use html tables or something to piece them to

New FrameBorderLayoutRenderer

2006-08-18 Thread Arnaud MERGEY
Hi, I have tested new faces-major FrameBorderLayoutRenderer, I have found some bugs with this patch it works better for my pages: Index: C:/dev/workspace_LWD/trinidad/trinidad/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/FrameBorderLayoutRenderer.java =

ADFFACES-49 inputText::content:required or inputText:required::content

2006-08-18 Thread Simon_Lessard
Hello all, I raised that issue a while back, but now it's a bit more important since I'm trying to finalize ADFFACES-49 issue. What selector synthax do you prefer for states: 1.1. ::: 1.2. :::. I prefer the former and it's easier to implement. However, we already have some :disabled that use

Re: [Issue] inputNumberSpinbox: endless repeat

2006-08-18 Thread Simon_Lessard
Hello Jeanne, I found how to reproduce the issue.It happen if you send a mousedown event without ever sending a mouseup. This can happen if you press the mouse button while on increment then move our of the increment zone before releasing the mouse button. I think a simple working fix would be

Re: Button skinning (was Re: [Proposal] Skin hooks for mouseOver and onPress)

2006-08-18 Thread Simon_Lessard
Well I didn't play with width, but with a div, the background-image get extended to the parent component width, which is bad if it's the body itself. For span, I didn't play much with the width/border/margin/padding but the image was getting streched on a larger width than the button as well.

Re: Button skinning (was Re: [Proposal] Skin hooks for mouseOver and onPress)

2006-08-18 Thread Simon_Lessard
Note to self: Test with latest build before saying anything... Tabs no longer use image package. However, while thinking about it last night, I'm not sure that desuporting generated image buttons is a so nice idea. I would rather like to see a new component like tr:composedImageButton or someth

Re: Réf. : Re: [Vote] Simon Lessard as a committer of the Trinidad Podling

2006-08-18 Thread Bruno Aranda
+1 Cheers, Bruno On 8/17/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > BTW, if you're not a committer, it's helpful to say > "+1 (non-binding)". same for committers. Only votes cast by (P)PMC members are binding. > -- Adam > > > > On 8/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrot