Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 42936 invoked from network); 7 Nov 2002 15:54:55 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 7 Nov 2002 15:54:55 -0000 Received: (qmail 23977 invoked by uid 97); 7 Nov 2002 15:55:29 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@jakarta.apache.org Received: (qmail 23961 invoked by uid 97); 7 Nov 2002 15:55:28 -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 23939 invoked by uid 98); 7 Nov 2002 15:55:27 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: "Michael" To: "'Struts Users Mailing List'" Subject: RE: logic:iterate works but nested:iterate doesn't Date: Thu, 7 Nov 2002 16:54:00 +0100 Organization: Idtect Message-ID: <003401c28675$e416a4a0$2701a8c0@MICHAELIDTECT> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <000201c285b9$d5c7a4b0$2701a8c0@MICHAELIDTECT> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I solved the problem with a hack work-a-round: I made a java bean that has one property (of type object). I stick the Collection in that object and then nest off that. It works. I don't know why the code below doesn't work but at least I can keep working. > -----Original Message----- > From: Michael [mailto:michael@idtect.com] > Sent: mercredi 6 novembre 2002 18:28 > To: struts-user@jakarta.apache.org > Subject: logic:iterate works but nested:iterate doesn't > > > The first iterate (using logic) works fine. But the second (using > nested) gives me: > > [ServletException in:/jsp/status/alarm_status.jsp] null' > > I'm not sure why it's not working. I'm successfully using > the nested tags for iterating over a bean's property (that is > a Collection). But in this case, I have a Collection in the > request scope that I want to iterate over. Am I doing this correctly? > > Example: > > type="java.util.Collection" /> > > > test > > > > test > > > > -- > To unsubscribe, e-mail: > unsubscribe@jakarta.apache.org> > For > additional commands, > e-mail: > -- To unsubscribe, e-mail: For additional commands, e-mail: