Ok, I realize this is not a “MyEclipse” specific question and would welcome being referred to a good Struts online forum.
I want to avoid scripting java in my jsp’s and use the tags like a good struts citizen. However, the logic:iterate tag does not seem to be built with ResultSets in mind. I don’t see the reason for having to convert my ResultSet into a Collection/Map etc. of objects, and pay the performance penalty of doing so, just to put my ResultSet in a form that is usable by the logic:iterator tag.
Am I missing something? Is there a looping mechanism that works with ResultSet’s?
Lee