Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 72387 invoked from network); 23 Jul 2003 18:36:21 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 23 Jul 2003 18:36:21 -0000 Received: (qmail 13876 invoked by uid 97); 23 Jul 2003 18:38:58 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 13869 invoked from network); 23 Jul 2003 18:38:58 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 23 Jul 2003 18:38:58 -0000 Received: (qmail 68433 invoked by uid 500); 23 Jul 2003 18:35:37 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 68408 invoked from network); 23 Jul 2003 18:35:37 -0000 Received: from web20710.mail.yahoo.com (216.136.226.183) by daedalus.apache.org with SMTP; 23 Jul 2003 18:35:37 -0000 Message-ID: <20030723183541.49749.qmail@web20710.mail.yahoo.com> Received: from [32.97.110.142] by web20710.mail.yahoo.com via HTTP; Wed, 23 Jul 2003 11:35:41 PDT Date: Wed, 23 Jul 2003 11:35:41 -0700 (PDT) From: David Graham Reply-To: dgraham@apache.org Subject: Re: logic:iterate tag fails on large dataset, succeeds on small one? To: Struts Users Mailing List In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --- Aaron Humphrey wrote: > > > > If both JSTL and Struts are failing, it's probably your code that's > > broken. > > > David > > Often a reasonable assumption, in the circumstances, but it turns out > not so. > > I got my page to work with a straight Servlet full of out.println() > statements. > Then I got it working using one Servlet filling my bean and putting it > in > session context and then forwarding to the other, in case that was the > problem. > > And then I put in tags to replace my tags, which I > perhaps should have done in the first place. I guess I assumed they'd > be > as interchangeable as and . But > works. Which leads me to conclude that the problem might be in > . > > Am I correct in thinking that future versions of Struts may end up using > JSTL > anyway? The Struts tags are largely in maintainence mode at this point because the emphasis is on using standardized technologies like the JSTL. There's been no decision regarding the future of the Struts tags but I haven't seen many committers interested in adding new ones or upgrading existing tags. There doesn't seem to be much point in maintaining proprietary tags when the standard versions are easier to use and more powerful. I'm glad you got it working! David > If so, then I guess I'll keep to this approach. Someone else > can > debug if they want to. > > > Aaron V. Humphrey > Kakari Systems Ltd. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: struts-user-help@jakarta.apache.org > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org