RE: Puzzling error with logic:iterate

2002-05-10 Thread Ajay Chitre
I think you are missing a jsp:useBean Not sure if this will help but try this out - Add a useBean; jsp:useBean id=books scope=page class=java.lang.Object/ Before --- html:form method=GET action=addBook.do HTH! -- Original Message -- Reply-To: Struts Users Mailing List [EMAIL PROTECTED]

Re: Puzzling error with logic:iterate

2002-05-10 Thread Arron Bates
Have you tried adding the following attribute and value to the iterate tag?... scope=page Arron. K Br wrote: pl help. i have been wracking my small brain over this for a few hours and i have no clew. i am using logic:iterate copybook style; yet, it throws the runtime exception:

RE: Puzzling error with logic:iterate

2002-05-10 Thread Ajay Chitre
[EMAIL PROTECTED] Date: Thu, 9 May 2002 23:19:48 -0700 From: Ajay Chitre [EMAIL PROTECTED] Subject: RE: Puzzling error with logic:iterate Reply-To: [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] I think you are missing a jsp:useBean Not sure if this will help but try this out