Re: getting data in value object out of logic:iterate

2002-09-05 Thread Michael Lee
it out, thanks for the help! Mike - Original Message - From: "John Raley" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 10:32 PM Subject: Re: getting data in value object out of logic:iterate

Re: getting data in value object out of logic:iterate

2002-09-04 Thread John Raley
Hi Michael, You need: <%-- etc --%> The name attr in logic:iterate must match the attribute name of the List. Any BTW you're going to get really tired of writing Beans classes like User. Many folks on this list are using the DynaBean framework. Also let me plug my own project, dynclass.s

getting data in value object out of logic:iterate

2002-09-04 Thread Michael Lee
I read the docs and looked through the examples and didn't see anything that did what I was trying. I have an array of Value(view) objects that I want to iterate through in my jsp. Here it is; public class User { private String firstName; private String lastName; public String get