Re: Logic-Iterate not finding scope of Bean - error ???

2001-06-11 Thread Geoffrey Van Nuffelen
rd jsp method is MVC compliant. Please is there a solution ? Thanks in advance, Geoffrey... - Original Message - From: "Charlesworth, Chico" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 4:54 PM Subject: RE: Logic-Iterate not finding scope

RE: Logic-Iterate not finding scope of Bean

2001-06-08 Thread Charlesworth, Chico
, June 07, 2001 7:58 PM To: [EMAIL PROTECTED] Subject: Logic-Iterate not finding scope of Bean Hi all, me again with my afternoon question.. I have a UserAction class that extracts a list of Users from the database and stores them in an ArrayList. Success from this Action forwards to user.jsp

Re: Logic-Iterate not finding scope of Bean

2001-06-08 Thread Jeff Trent
Title: Logic-Iterate not finding scope of Bean I would suggest keeping a hidden property on your form that keeps the state that you are in (ie., 1stTimeQuery, or useQueryResults)...   - Original Message - From: Luna, Kat To: [EMAIL PROTECTED] Sent: Thursday, June 07

Logic-Iterate not finding scope of Bean

2001-06-07 Thread Luna, Kat
Title: Logic-Iterate not finding scope of Bean Hi all, me again with my afternoon question.. I have a UserAction class that extracts a list of Users from the database and stores them in an ArrayList.  Success from this Action forwards to user.jsp which I want to display the list in table