JBuilder6 bug or am I doing something wrong with logic:iterate?

2002-05-20 Thread Dennis Doubleday
I have the following in the file lists.jsp: logic:iterate name=analysisWizardForm property=analysisCriteria id=criteria lists.jsp is included in chooselist.jsp with: %@ include file=/jsp/analysiswizard/inc/lists.jsp % JBuilder6 refuses to build this jsp with the following message:

RE: JBuilder6 bug or am I doing something wrong with logic:iterate?

2002-05-20 Thread Michael Marrotte
20, 2002 10:59 AM To: [EMAIL PROTECTED] Subject: JBuilder6 bug or am I doing something wrong with logic:iterate? I have the following in the file lists.jsp: logic:iterate name=analysisWizardForm property=analysisCriteria id=criteria lists.jsp is included in chooselist.jsp with: %@ include file

RE: JBuilder6 bug or am I doing something wrong with logic:iterate?

2002-05-20 Thread Dennis Doubleday
Never mind, it was actually complaining about my closing tag, which was logic:iterate/ instead of /logic:iterate -Original Message- From: Dennis Doubleday [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 10:59 AM To: [EMAIL PROTECTED] Subject: JBuilder6 bug or am I doing