Hi Vinit,

I will try it when I need it. How can I access the entry without using a
variable by giving the keyname hardcoded? Is it written like this:

<c:out value='${hasht["Key"]}'/>


Kind regards,
Andreas Hartmann



Vinit Sharma wrote:
> Hi,
> 
> JSTL can help you here. Suppose key comes from bean item:
> 
> <c:set var="key" value="${item.fieldName}"/>
> 
> I can use this key to access the bean property as:
> 
> <c:out value='${hasht[key]}'/>
> 
> --
> Vinit Sharma
> IBM
> 



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

Reply via email to