Re: 2 iterators on one page problem

2003-07-15 Thread David Graham
--- Mykola Ostapchuk [EMAIL PROTECTED] wrote: Hi, I have a problem placing 2 logic:iterate.. with nested tags on one jsp. When I put any of iterations below - they work fine. But when I put them together, one after another, I receive an error: org.apache.jasper.JasperException: No getter

RE: 2 iterators on one page problem

2003-07-15 Thread Sri Sankaran
Download the jar http://www.keyboardmonkey.com/downloads/km-nested-v2.03.jar and add it to your classpath. See if that does the trick. This jar patches some bugs with the nested classes included with Struts. Sri -Original Message- From: Mykola Ostapchuk [mailto:[EMAIL PROTECTED]

Re: 2 iterators on one page problem

2003-07-15 Thread Mykola Ostapchuk
Thanks a lot! With km-nested-v2.03.jar it works fine. Regards, Mykola Ostapchuk - Original Message - From: Sri Sankaran [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; Mykola Ostapchuk [EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 3:14 PM Subject: RE: 2 iterators