RE: Iterating over session.getAttributeNames

2003-08-25 Thread david.ballard
I'm new to struts, but this is how i did it. id and name are what you assign to the field type is the class type in the vector (enumeration) property the the field in the class defined in type(above) that you now refer to as id and name(above) % Vector suppliers = (Vector)

RE: Iterating over session.getAttributeNames

2003-08-25 Thread Kris Schneider
JSTLIYF: c:forEach var=name items=${pageContext.session.attributeNames} c:out value=${name}/ /c:forEach Quoting [EMAIL PROTECTED]: I'm new to struts, but this is how i did it. id and name are what you assign to the field type is the class type in the vector (enumeration) property the