Re: x:panelTabbedPane & hidden tab

2005-08-15 Thread Philipp Ahlner
Hi Sylvain! The hidden tabs via a div is the solution for http://issues.apache.org/jira/browse/MYFACES-214 Regards, Philipp 2005/8/15, Sylvain Vieujot <[EMAIL PROTECTED]>: > Hello Manfred, > > I think you're the one that designed the pannelTabbedPane component. > I saw that this control

Re: x:panelTabbedPane & hidden tab

2005-08-15 Thread Sylvain Vieujot
Ok. Thanks Philipp. I guess we better make it dynamic then. I'll try to implement it. Sylvain. On Mon, 2005-08-15 at 09:32 +0200, Philipp Ahlner wrote: Hi Sylvain! The hidden tabs via a div is the solution for http://issues.apache.org/jira/browse/MYFACES-214 Regards, Philipp 2005/8/15

Fwd: [NOTICE] Need Java SE 5.0 to build JSF now

2005-08-15 Thread Mike Kienenberger
This seemed important enough to forward. -- Forwarded message -- From: Ed Burns <[EMAIL PROTECTED]> Date: Aug 15, 2005 12:20 PM Subject: [NOTICE] Need Java SE 5.0 to build JSF now To: [EMAIL PROTECTED] Hello, AS per EG discussion, I have modified jsf-api to introduce generics. T

[jira] Updated: (MYFACES-404) Tree2 doesn't refresh until clicked on

2005-08-15 Thread Mathias Werlitz (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-404?page=all ] Mathias Werlitz updated MYFACES-404: Attachment: myfaces-404.txt I could reproduce the issue an created a patch. > Tree2 doesn't refresh until clicked on > ---

RE: [NOTICE] Need Java SE 5.0 to build JSF now

2005-08-15 Thread Korhonen, Kalle
This is for JSF 1.2 right? Kalle > -Original Message- > From: Mike Kienenberger [mailto:[EMAIL PROTECTED] > Sent: Monday, August 15, 2005 9:34 AM > To: MyFaces Dev mailing list > Subject: Fwd: [NOTICE] Need Java SE 5.0 to build JSF now > > This seemed important enough to forward. > >

RE: [NOTICE] Need Java SE 5.0 to build JSF now

2005-08-15 Thread Stan Silvert
Right. JSF 1.2. It won't affect MyFaces for quite awhile. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert > -Original Message- > From: Korhonen, Kalle [mailto:[EMAIL PROTECTED] > Sent: Monday, August 15, 2005 1:13 PM > To: MyFaces Development > Subject: RE: [NOTICE] Need

[Fwd: Re: tabbedPane]

2005-08-15 Thread Sylvain Vieujot
Hello Werner, Are you working on a client side tab pane ? I'm almost done making the current panelTabbedPane dynamic but my implementation is still quite basic (just adds client side tab switch). Thanks, Sylvain. Forwarded Message From: Boris Kovalenko <[EMAIL PROTECTED]>

Re: [Fwd: Re: tabbedPane]

2005-08-15 Thread Werner Punz
Sylvain Vieujot wrote: Hello Werner, Are you working on a client side tab pane ? I'm almost done making the current panelTabbedPane dynamic but my implementation is still quite basic (just adds client side tab switch). Thanks, Not now, I am totally busy with some projects I am involved wi

some interesting ajax stuff

2005-08-15 Thread Werner Punz
I know I posted this on the users list before, but I think the devs list is more appropriate. A russian guy has posted links to his ajax stuff into the myfaces wiki, the stuff he does looks really interesting he has moved some bigger myfaces components into the ajax realm (panalstack, form, butto

MyFacesGenericPortlet

2005-08-15 Thread Shinsuke SUGAYA
Hi developers, I'm developer in Apache Portals. Last week, I proposed the enhancement for MyFacesGenericPortlet to Portals Bridges as MyFaces Bridges, and got a feedback(it's to contact to MyFaces team first). So, I would like to propose the enhancement to MyFaces. The enhancements I suggests for

Client side panelTabbedPane

2005-08-15 Thread Sylvain Vieujot
For information, I just enabled the panelTabbedPane to switch tab without server request if possible. If the client doesn't support it, it just falls back to the old mode (submits a request). It should be 100% compatible with the previous version. Please let me know it you have problems with