Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 3925 invoked from network); 18 Sep 2008 11:06:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Sep 2008 11:06:52 -0000 Received: (qmail 53072 invoked by uid 500); 18 Sep 2008 11:06:40 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 53047 invoked by uid 500); 18 Sep 2008 11:06:40 -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 53036 invoked by uid 99); 18 Sep 2008 11:06:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 04:06:40 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 11:05:41 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KgHKv-0007gc-3T for user@struts.apache.org; Thu, 18 Sep 2008 04:06:13 -0700 Message-ID: <19550399.post@talk.nabble.com> Date: Thu, 18 Sep 2008 04:06:13 -0700 (PDT) From: RajibJana To: user@struts.apache.org Subject: sx:tree and sx:tabbedpanel do not integrate MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: rajibjana@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi All, I am building a application using struts 2.1.2. In my application, I want to have tree and by clicking a tree node, an action will excute and attached JSP with the action will have a tabbedpanel. ( just like a standard java GUI). I have searched the showcase examples and found out the dynamic tree example where action is invoked by clicking the tree node. Below is the code: ------
Please click on any of the tree nodes.
----- The result jsp of dynamicTreeSelectAction displays the nodeid and nodename in the div tag. If I put a sx:tabbedpanel in this result jsp, then tabbedpanel does not render at all, in stead the content of panels are shown only( not the visual tabs). I put the alert to see the innerhtml, it shows the correct content. Where I went wrong? Please help. Regards Rajib Technical Architect -- View this message in context: http://www.nabble.com/sx%3Atree-and-sx%3Atabbedpanel-do-not-integrate-tp19550399p19550399.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org