Folks,

Thanks in advance for answering this urgent question. I know it's basic, but 
I'm stumped...your help is appreciated.

I am trying to update data displayed via a <logic:iterate> tag with nested 
<logic:equal> tags:

<logic:iterate id="bean" name="assetReportForm" property="report.entries" scope="session"
type="package.name.AssetReportEntryValue">
<logic:equal name="bean" property="level.name" value="Level 1">
<logic:equal name="bean" property="classification.name" value="Unclassified">
<td><html:text name="bean" property="numCorrected" indexed="true" size="5"/></td>
</logic:equal>
</logic:equal>
</logic:iterate>


Whenever I submit the updated form, I expect the 
'report.entries[x].numCorrected' bean property to be updated. Instead, the 
original property value is maintained.

I tried setting the bean name to "assetReportForm.report", but got the infamous 
"Cannot find bean in any scope" error.

Any help is appreciated.

Thanks,
Mike




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to