I'm not sure what you're trying to accomplish with the <c:out>
embedded in the attribute value. Don't you just want the value of the
variable you set in the first line?
<c:set var="_data1"
value="${sessionScope.modelRoot.financialBenefit.FBTypeMap['1'].FBEntries[_id1].id}"
/>
--
Martin Cooper
On Wed, 01 Sep 2004 09:47:41 -0700, Somashish Gupta
<[EMAIL PROTECTED]> wrote:
> 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]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]