Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 69837 invoked from network); 24 Jun 2005 14:13:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Jun 2005 14:13:43 -0000 Received: (qmail 15206 invoked by uid 500); 24 Jun 2005 14:13:41 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 15122 invoked by uid 500); 24 Jun 2005 14:13:40 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 15084 invoked by uid 99); 24 Jun 2005 14:13:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2005 07:13:40 -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 [68.142.207.142] (HELO web32211.mail.mud.yahoo.com) (68.142.207.142) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 24 Jun 2005 07:13:41 -0700 Received: (qmail 32970 invoked by uid 60001); 24 Jun 2005 14:13:37 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=bbaSIWvRTkiwogMuwatp+Zp3YlFrav7jEZjdNJhg9lVTOIwMxWFJ8N/oBEZGK6tgQ7ZdPSgquog7ySVGOzynA03Fbv/nsl6IEQWokrA/hdsMj+c7TtP4JZiL4rJtW46dlhO07bYNpDkzt/eMCG6TtG237sUfQ52Rt3MRIFqwn/A= ; Message-ID: <20050624141337.32968.qmail@web32211.mail.mud.yahoo.com> Received: from [68.253.108.230] by web32211.mail.mud.yahoo.com via HTTP; Fri, 24 Jun 2005 07:13:37 PDT Date: Fri, 24 Jun 2005 07:13:37 -0700 (PDT) From: Ron Grabowski Subject: RE: table with export and sorting To: user-java@ibatis.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I've used Tiles, Struts, and DisplayTag at the same time before. Its possible to export a DisplayTag table when using Tiles and Struts. You need to add a node to the web.xml file: http://tinyurl.com/3aadr http://displaytag.sourceforge.net/apidocs/org/displaytag/filter/ResponseOverrideFilter.html --- "Mitchell, Steven C" wrote: > You have to use display tag's filter if you want to use the > DisplayTag > export feature. You also have read their instructions on how to > setup > the action call, including adding a dummy action DisplayTag can call > whenever the user clicks to sort a column that just returns them back > to > the same JSP. Finally, you cannot use Tiles with DisplayTag because > it > will have written too much to the HttpResponse by the time it gets to > the DisplayTag code. DisplayTag and Struts are a great combo for > short > lists, but since the entire result set is in memory, you should do > something different if you return tons of records. Good luck. > > -----Original Message----- > From: Larry Meadors [mailto:larry.meadors@gmail.com] > Sent: Thursday, June 23, 2005 7:09 PM > To: user-java@ibatis.apache.org > Subject: Re: table with export and sorting > > > On 6/23/05, Bharat Nagwani wrote: > > > > Using displaytag-1.0 with struts > > > >snip< > > > > anyone encountered the same before? > > > > Ooops! Wrong list. > > :-D > > Larry >