Hi all, I have some questions on the nested iterate using the indexId from the outer iterate. Here is the example:
<logic:iterate name="testForm" id="item" property="configurationParameterList" scope="session" indexId="paraIndex" type="ConfigurationParameter"> <bean:write name="item" property="description"/> <html:text name="testForm" indexed="true" property="parameterValue[paraIndex]"size="50"/> </logic:iterate> The exception is Attribute indexd invalid according to the specified TLD. It looks like the property attribute in <html:text> has to be constant. Any ideas of passing out the indexId bean from <logic:iterate> would be greatly appreciated. --kaelin
