Re: logic:iterate inside a logic:iterate ??

2003-12-18 Thread Jan Vervecken
try something similar to this (of course all the Java code to construct the lists should be in (or called by) a Struts Action class, so focus on the use of the logic:iterate tag) --8 <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%

RE: logic:iterate inside a logic:iterate ??

2003-12-18 Thread Robert Taylor
You should probably use JSTL for this. > -Original Message- > From: gentyjp [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 18, 2003 12:16 PM > To: [EMAIL PROTECTED] > Subject: logic:iterate inside a logic:iterate ?? > > > >Hi > > I'am a Struts newbie, s