RE: need help with nested:iterate tag -- NullPointerException

2003-07-11 Thread Sri Sankaran
This subject is addressed by Arron in an earlier message (http://marc.theaimsgroup.com/?l=struts-user&m=103848775020380&w=2). Sri -Original Message- From: Wes Rood [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 12:15 PM To: [EMAIL PROTECTED] Subject: need h

need help with nested:iterate tag -- NullPointerException

2003-07-11 Thread Wes Rood
Hi I was trying to convert a logic:iterate into a nested:iterate and I'm getting a NullPointerException. First off, the Action is adding a List to the request like this: request.setAttribute("courseProviderList", theList); and the JSP is successfully iterating through the objects using logic