Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 93768 invoked from network); 2 Sep 2009 15:10:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Sep 2009 15:10:01 -0000 Received: (qmail 1245 invoked by uid 500); 2 Sep 2009 15:09:58 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 1183 invoked by uid 500); 2 Sep 2009 15:09:58 -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 1173 invoked by uid 99); 2 Sep 2009 15:09:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Sep 2009 15:09:58 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of reiern70@gmail.com designates 209.85.220.222 as permitted sender) Received: from [209.85.220.222] (HELO mail-fx0-f222.google.com) (209.85.220.222) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Sep 2009 15:09:50 +0000 Received: by fxm22 with SMTP id 22so812076fxm.9 for ; Wed, 02 Sep 2009 08:09:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=qE8lh8/JBQg3szLbDa2SKz89QdKjqLfOCdCanLSGAD0=; b=EeySVWEffQCuKHlXjJJ4r/U41qU40/7vTx9NKI3KPNDOkQaKZDjWiT2gIg9BUi8X1F V+2g5N1AzVFWJsFGPa+Z5uP03yyypdwaGQT++HNhWTUxLz9x2SS4jH8upFnAbDwOG2Vd 5u9XwQH1e7a4/GlJbxrGQDjd45dSdLaR+B0so= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=PoMyfFd1kAJDldWfSkDqfdsLat2xna3HloCkLCWotKUsYMO0yxxs7JTVqRGwvdZXiK yLFvUClXLGSWcKdHgV8nuCMGLjsRgoEmyYDGSoaD2bDx30w/AkT1uC1S/1adkpdirrkO cJsh5NAifscXa/5g3P0grloVXCKXKOSlOze9A= MIME-Version: 1.0 Received: by 10.103.76.21 with SMTP id d21mr3610007mul.78.1251904169037; Wed, 02 Sep 2009 08:09:29 -0700 (PDT) In-Reply-To: References: <90add4730909020735m34bbb168pd45d417f1df77778@mail.gmail.com> Date: Wed, 2 Sep 2009 17:09:28 +0200 Message-ID: Subject: Re: Table(grids) From: Ernesto Reinaldo Barreiro To: Struts Users Mailing List Content-Type: multipart/alternative; boundary=0016e65aeea449ce3a047299a76d X-Virus-Checked: Checked by ClamAV on apache.org --0016e65aeea449ce3a047299a76d Content-Type: text/plain; charset=ISO-8859-1 After a similar question I asked a few days ago... I decided to create a tag-library and some utility classes that will make it easy integrate jqgrid into struts2 applications... I already have something working but it is far from finished (see http://code.google.com/p/antilia-struts/) and I'll be adding more functionality in the near future. In fact, there is already a small test application showing how to use the taglib http://code.google.com/p/antilia-struts/source/browse/#svn/trunk/struts2-jq-antilia-test I know there is already a struts2-jquery integration project.. So, once I have something finished I wouldn't mind if "my" code is integrated into the standard plugin (of course if the developers of it are interested in including my code). Best, Ernesto On Wed, Sep 2, 2009 at 4:42 PM, Wes Wannemacher wrote: > I've done it a few different ways. One of my favorite ways is to use > jqgrid and JSON... This is a bit complicated though, so not for the > faint of heart. Constructing a basic table is pretty easy - > > > > > > > > >
header1header2
value="#record.value2"/>
> > Of course, you would probably want to properly add theader / tbody > tags, but I was too lazy to make this a full-featured example. > > -Wes > > On Wed, Sep 2, 2009 at 10:35 AM, Arthur Neves wrote: > > Hi, > > > > I'd like to know, if is there a way to make tables(grids) easily in > Struts2? > > What do you use? Is there a tag? > > > > > > -- > Wes Wannemacher > > Head Engineer, WanTii, Inc. > Need Training? Struts, Spring, Maven, Tomcat... > Ask me for a quote! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > --0016e65aeea449ce3a047299a76d--