This is a question better asked on the struts-user list. ----- Original Message ----- From: "Kaelin Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 05, 2001 9:17 AM Subject: using the indexId from <logic:iterate> in <html:text>
> 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 > >
