ConcurrentModificationException in the IterateTag class

2003-07-03 Thread DBade
) We modified the IterateTag-class slightly, but we didn't write any new code, but instead only deleted unneccessary methods in order to have less dependencies to other classes. The doAfterBody Method, where the exception is throws looks like this: public int doAfterBody() throws JspException

Re: ConcurrentModificationException in the IterateTag class

2003-07-03 Thread Kris Schneider
) We modified the IterateTag-class slightly, but we didn't write any new code, but instead only deleted unneccessary methods in order to have less dependencies to other classes. The doAfterBody Method, where the exception is throws looks like this: public int doAfterBody() throws

How to use an IterateTag on an Enumerated value (eg session attributes/values) [struts 1.1RC2]

2003-06-18 Thread Brook, Andy
Hi all, I've been trying to provide a non-scriptlet solution to describing attributes and values in a session as part of a 'pretty debug page' using the iterate tag. It seems we need to use commons-IteratorUtils (Deprecated. Use commons-collections' IteratorUtils.asIterator(Enumeration).)

IterateTag

2001-10-03 Thread GABOREAU VĂ©ronique
Hi everyone, I have a problem using for the first time the 'Iterate' tag : I have an ArrayList in a formBean. I want to update display information about each object (of class bcSortiRecord) contained in the array list and also that the user can modify some fields of the same object. My