Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 5174 invoked from network); 31 Mar 2009 00:41:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Mar 2009 00:41:47 -0000 Received: (qmail 61760 invoked by uid 500); 31 Mar 2009 00:41:42 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 61680 invoked by uid 500); 31 Mar 2009 00:41:41 -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 61591 invoked by uid 99); 31 Mar 2009 00:41:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2009 00:41:41 +0000 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; Tue, 31 Mar 2009 00:41:34 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LoS2T-00067F-G3 for user@struts.apache.org; Mon, 30 Mar 2009 17:41:13 -0700 Message-ID: <22796166.post@talk.nabble.com> Date: Mon, 30 Mar 2009 17:41:13 -0700 (PDT) From: =?UTF-8?Q?Ignacio_de_C=C3=B3rdoba?= To: user@struts.apache.org Subject: again... dynamic s:tree MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: icordoba@skios.es X-Virus-Checked: Checked by ClamAV on apache.org Hi there, I am trying to build a dynamic tree in my application. I used to do it with struts1, tags and making it recurse by including a JSP file recursively. I don't find the tags in struts2 and after searching nabble it seems that s:tree tag is not finished to be able to obtain a dynamic tree (coming from a persisted object structure... I mean... like a file directory structure for example). Anybody can give any directions on how to build this type of structure in struts2? As I see it I maybe I have to code HTML in the action (!!!!!) to obtain it. I'd like not to do that... (I dont need the tree to expand and collapse... I just need to "draw" it) thanks for any help. -- View this message in context: http://www.nabble.com/again...-dynamic-s%3Atree-tp22796166p22796166.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