Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 79429 invoked from network); 24 Jul 2007 10:00:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2007 10:00:21 -0000 Received: (qmail 28536 invoked by uid 500); 24 Jul 2007 10:00:11 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 28512 invoked by uid 500); 24 Jul 2007 10:00:11 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 28501 invoked by uid 99); 24 Jul 2007 10:00:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 03:00:11 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of angelo.zerr@gmail.com designates 209.85.146.179 as permitted sender) Received: from [209.85.146.179] (HELO wa-out-1112.google.com) (209.85.146.179) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 03:00:09 -0700 Received: by wa-out-1112.google.com with SMTP id k40so2698626wah for ; Tue, 24 Jul 2007 02:59:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Q4BxoxOgnxnzbrnCtd0Afdgi9jvOf9j5/Gc2JAz0fLHM+GC/GRPc0hxx6j5F35xB15O7nS3KfORhLx4csEwPcVt3LXgzC9tvJpbwybJ6O5X8UNDXUHUobf86v1t6udv1zlGdHtrfpGaXcorM/GRtiAs00eCogG/4eK1Y1rcGFDc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=H4CmWImK2q8tnj91y1LEqDqfftdnM8Q8ST7DI2uhLrCHZST2nrXHz9O+rffc42J505kJy7o7Ylp/MMrYO/GTDVZpqqPNBJqwkdj9eh2mG5+BT2PLi2UdHYE8OSlhz9CXJjkUrj+PT2udXqRPAdEZGJ+6XHSHR1s/MDJRRjaAL4I= Received: by 10.114.135.1 with SMTP id i1mr3897207wad.1185271187750; Tue, 24 Jul 2007 02:59:47 -0700 (PDT) Received: by 10.114.234.8 with HTTP; Tue, 24 Jul 2007 02:59:47 -0700 (PDT) Message-ID: Date: Tue, 24 Jul 2007 10:59:47 +0100 From: "Angelo zerr" To: "Struts Users Mailing List" Subject: Re: How to make tabs in JSP In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_129734_33491955.1185271187665" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_129734_33491955.1185271187665 Content-Type: text/plain; charset=ISO-2022-JP; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I think you can do that with CSS with overflow:auto, litke this http://www.domedia.org/oveklykken/css-div-scroll.php Before configuring CSS, you must underst and generated HTML by JSPTabControl http://jsptabcontrol.sourceforge.net/developer-guide.html to know the CSS to updating to add overflow Regards Angelo 2007/7/24, Kavita Mehta : > > Hi Angelo, > Do you have any idea how can I make the tabs scrollable . Actually, the > height of one of the tabs is more which makes the other tabs look empty > .... > OR can the tabs be of different height ?? which I assume not cos height is > the parameter of jsptabcontrol:tabControl and not jsptabcontrol:tabPage > > thanks > > > > > "Angelo zerr" > 06/29/2007 06:13 PM > Please respond to > "Struts Users Mailing List" > > > To > "Struts Users Mailing List" > cc > > Subject > Re: How to make tabs in JSP > > > > > > > Hi > thank you Wong dor your response. You have right. > So in your url you must add parameter tabPageInputHiddenName into url like > this : > > /status.do.do?tabPageInputHiddenName_PERSONNE_TABCONTROL=ADRESS_TABPAGE > > I have explain it at > > http://jsptabcontrol.sourceforge.net/user-guide.html#How%20manage%20tab%20page%20with%20runat%20server > ? > > > Regards Angelo > > > 2007/6/29, Kavita Mehta : > > > > But then that means that my tabbed JSP would have code for all the tabs > > ..How does it identify which tab code to open ?? > > > > > > > > > > WongTseng > > 06/29/2007 05:28 PM > > Please respond to > > "Struts Users Mailing List" > > > > > > To > > "Struts Users Mailing List" > > cc > > > > Subject > > Re: How to make tabs in JSP > > > > > > > > > > > > > > The action which is mapped to the url status.do should forward to the > jsp > > in > > which you have used the JSPTagControl. In this way several actions can > > share > > a single tabbed jsp. So don't put the content of the a tab in a separate > > jsp. > > > > 2007/6/29, Kavita Mehta : > > > > > > Hi Angelo, > > > thanks for your help . I am using the JSPTagControl in my JSP as: > > > > > > > > width="800px" > > > height="100%"> > > > > > title="BSSMAP Stats" > > > width="100px" > > > > BSSMAP Stats ...follows... > > > > > > > > title="Call Control Stats" > > > href="/status.do" > > > > > > > > > > > > > > > > My problem is that when I click the second tab, the page corresponding > > to > > > /status.do is displayed as a full page JSP and not as a part of > tabbed > > > JSP page. Please help. > > > > > > Regards, > > > Kavita > > > > > > > > > > > -- > > Wong Tseng > > 王曾 > > > > > > > > > > > > > > > > > > *****************************************************DISCLAIMER***************************************************** > > > > This message and/or attachment(s) contained here are confidential, > > proprietary to HUGHES SYSTIQUE and its customers. > > Contents may be privileged or otherwise protected by law. The > information > > is solely intended for the entity it is > > addressed to. If you are not the intended recipient of this message, it > is > > strictly prohibited to read, forward, > > print, retain, copy or disseminate this message or any part of it. If > you > > have received this e-mail in error, > > please notify the sender immediately and delete the message. > > > > > > > > ******************************************************************************************************************** > > > > > > > > > > > *****************************************************DISCLAIMER***************************************************** > > This message and/or attachment(s) contained here are confidential, > proprietary to HUGHES SYSTIQUE and its customers. > Contents may be privileged or otherwise protected by law. The information > is solely intended for the entity it is > addressed to. If you are not the intended recipient of this message, it is > strictly prohibited to read, forward, > print, retain, copy or disseminate this message or any part of it. If you > have received this e-mail in error, > please notify the sender immediately and delete the message. > > > ******************************************************************************************************************** > > ------=_Part_129734_33491955.1185271187665--