RE: logic:iterate id?

2002-06-21 Thread Kamholz, Keith (corp-staff) USX
Ok, you just made me realize my dumb mistake. Thanks for the help! ~ Keith -Original Message- From: Arron Bates [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 8:42 PM To: Struts Users Mailing List Subject: Re: logic:iterate id? Seems that you're trying to write out

logic:iterate id?

2002-06-20 Thread Kamholz, Keith (corp-staff) USX
When you use the logic:iterate tag, do you have to define the id that stores the result of the iteration before the tag? My code is: logic:present name=entries property=mcEntries logic:iterate id=mc name=entries property=mcEntries type=com.moog.us.eos.beans.MCentry bean:write name

Re: logic:iterate id?

2002-06-20 Thread Arron Bates
Seems that you're trying to write out a property instead of the bean. Try this... logic:iterate id=mc name=entries property=mcEntries type=com.moog,us.eos.beans.MCEntry bean:write name=mc property=oldDept / bean:write name=mc property=oldMatch / bean:write name=mc property=newDept

JSP Compile warning w/ logic:iterate id

2002-05-23 Thread DHS Struts
the code in question: logic:iterate id=results name=nameSearchResults scope=session type=dhs.vcm.vis.form.NameSearchResultsForm indexId=myIndex pg:item dhshtml:row oddColor=#ff evenColor=#ff tdnbsp;/td td html:link page='%=/do/NameSearch