Re: logic:iterate and Map

2003-12-02 Thread mohan
Hi Joe underneath should i have it as > In the scriptlet expression, there is no property "key" on the object > aciterator; use aciterator.getKey() instead. > > However, you can't mix string literals and runtime expressions like > that in a JSP tag attribute. If you use a runtime attribute, it mu

Re: logic:iterate and Map

2003-12-02 Thread Joe Germuska
In the scriptlet expression, there is no property "key" on the object aciterator; use aciterator.getKey() instead. However, you can't mix string literals and runtime expressions like that in a JSP tag attribute. If you use a runtime attribute, it must be the exclusive content of the attribu

logic:iterate and Map

2003-12-02 Thread mohan
Hi All i am doing the following where appCoursesMap is a Map initialized as a HashMap. I am getting an error as follows Since fork is true, ignoring compiler setting. [javac] Compiling 1 source file [javac] Since fork is