javaskull wrote:
I have a misbehaving tag.  This works:

<logic:iterate name="editPermissionAgreementTermsForm" property="selectedComponentBeans" indexId="ctr" id="selectedComponentBean" type="SelectedComponentBean">
<bean:write name="editPermissionAgreementTermsForm" property='<%
="selectedComponentBean[" + ctr + "].label"%>' />
</logic:iterate>

This doesn't:

<bean:write name="editPermissionAgreementTermsForm" property="selectedComponentBean.ctr.label" />

Is there some non-nasty way of getting the same effect without the scriptlet?

Something like

  <bean:write name="editPermissionAgreementTermsForm"
    property="selectedComponentBean[ctr].label" />

should work.

L.


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

Reply via email to