Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 61452 invoked from network); 5 Apr 2006 11:09:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Apr 2006 11:09:03 -0000 Received: (qmail 60155 invoked by uid 500); 5 Apr 2006 11:08:59 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 60115 invoked by uid 500); 5 Apr 2006 11:08:59 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 60104 invoked by uid 99); 5 Apr 2006 11:08:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2006 04:08:59 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [217.72.192.234] (HELO fmmailgate03.web.de) (217.72.192.234) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2006 04:08:58 -0700 Received: by fmmailgate03.web.de (8.12.6/8.12.6/webde Linux 0.7) with ESMTP id k35B8a97007791 for ; Wed, 5 Apr 2006 13:08:36 +0200 Received: from [213.54.176.96] (helo=Dell4550) by smtp08.web.de with smtp (WEB.DE 4.106 #94) id 1FR5sK-0002Ic-00 for users@myfaces.apache.org; Wed, 05 Apr 2006 13:08:36 +0200 From: "Matthias Kahlau" To: "MyFaces Discussion" Subject: AW: Re: problem with panelTabbedPane on winXP and IE6 Date: Wed, 5 Apr 2006 13:09:03 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <311295120604050353w66b9c226g3104da9bd553f2ec@mail.gmail.com> Importance: Normal Sender: mkahlau@web.de X-Sender: mkahlau@web.de X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N As I know from my app, the panelTabbedPane had only a button for the active tab by default. And why should someone press the button for the active tab..? -Matthias > -----Urspr�ngliche Nachricht----- > Von: users-return-19817-mkahlau=web.de@myfaces.apache.org > [mailto:users-return-19817-mkahlau=web.de@myfaces.apache.org]Im Auftrag > von Gerald M�llan > Gesendet: Mittwoch, 5. April 2006 12:53 > An: MyFaces Discussion > Betreff: Re: Re: problem with panelTabbedPane on winXP and IE6 > > > Hi, > > would be better if we fix that issue in the component directly. I will > have a look on that. > > The server side switch does a round trip to server in every case when > you are switching to the next tab, this requires a post and so there > is the need of a button. Client side does the switch only via js, thus > no model update will take place. > > If you have a look at the myfaces simple examples, there are two > tabbed panes on the page. The first comes with the setting > serverSideTabSwitch="false". Second is set to true, there you get the > problems with the button. > > I am just wondering, if you don`t specify this attribute - default > should be client side - the button should not be displayed. > > cheers, > > Gerald > > On 4/4/06, Garner Shawn wrote: > > I will try what you said for the css, thanks. > > You should add that to the Wiki because others are apparently having > > buttons renderred also and may not be a filter issue as my case > > wasn't. > > > > >> and only if you you set the panel to serverSide tab switch. > > > > I'm not sure what the serverSideTabSwitch attribute does but it's not > > present in my panelTabbedPane thus I'm not setting it to anything. The > > attribute wasn't in the myfaces examples so I didn't use the > > serverSideTabSwitch attribute . Are you sure this has something to do > > with the problem? Should I be using the serverSideTabSwitch > > attribute? How would it help? > > > > > > Shawn > > > > ------------------Original Messages-------------------------------- > > From: "Gerald M�llan" > > To: "MyFaces Discussion" > > Date: Tue, 4 Apr 2006 17:56:07 +0200 > > Subject: Re: problem with panelTabbedPane on winXP and IE6 > > Hi, > > > > Yes, you are right. This is only a missinterpreting issue with IE, and > > only if you you set the panel to serverSide tab switch. Because you > > have to do a post, the button is rendered. > > > > You can easily access it with: > > > > .activeTabClass input { ... } > > > > This will also only affect the tab, and not the whole tab-page! > > > > cheers, > > > > Gerald > > > > On 4/4/06, Garner Shawn wrote: > > > My active tab has been renderring as a button. > > > I went to the example site at > > > http://www.irian.at/myfaces/tabbedPane.jsf and the active tab there > > > has the active tab renderred as a button also. > > > > > > I read a website and this seems to be an winXP and IE6 specific issue > > > and figured out I can fix it by doing this: > > > > > > input { > > > color: #465f8c; > > > padding: 2px 5px; > > > border: 2px solid; > > > border-color: #7bf #07c #07c #7bf; > > > background-color: #f0d4ff; > > > font-family: Georgia, serif; > > > font-size: 18px; > > > display: block; > > > } > > > > > > Which I think the website said you needed either background-color or > > > border-color. > > > > > > Now my tab renders as a tab instead of a button. Howerver... > > > > > > This applies the css to all inputs on the page and I only want the > > > tabs to have this and not any buttons that might submit a form (I do > > > have one too). > > > > > > I created a stylesheet class using the same properties as before. > > > > > > .activeTabClass { > > > color: #465f8c; > > > padding: 2px 5px; > > > border: 2px solid; > > > border-color: #7bf #07c #07c #7bf; > > > background-color: #f0d4ff; > > > font-family: Georgia, serif; > > > font-size: 18px; > > > display: block; > > > } > > > > > > and assigned it to all the different style class attributes > > > (activeTabStyleClass...) for the panelTabbedPane and panelTab tags. > > > > > > I'm a newbie at css but I thought this should have worked but > it didn't. > > > > > > > > > Any one have any idea how I can assign this style sheet just the the > > > tab's input button and not the ones on the rest of the page? > > > > > > Shawn > > > > > > > > -- > Gerald M�llan > Schelleingasse 2/11 > 1040 Vienna, Austria > 0043 699 11772506 > Bierbrauen@gmail.com