Hi,


Can I use a <c:out ... /> inside the value attribute of another <c:out /> or <c:set ... /> tag.


For ex the following code

<c:set var="_id1" value="${financialBenefitStateItem.id}" />
<c:set var="_data1" value="${sessionScope.modelRoot.financialBenefit.FBTypeMap['1'].FBEntries['<c:out value='${_id1}'/>'].id}" />


doesnt seem to work. In the second line I am trying to use c:out inside the value attribute of c:set . However it is not evaluating that c:out.

Any clue how to solve this problem?

Thanks
Somashish


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



Reply via email to