<c:out value="${info.value.email}"/>
 -- or --
<c:out value="${info.value['email']}"/>

Richard Raquepo wrote:
hi,

i am converting some of the jsp's to jstl.

how do i convert this line to jstl:

    <bean:write name="info" property="value(email)"/>

where getValue is defined as

HashMap values = new HashMap();
.....
public String get(String name){
     String value = (String) values.get(name);
     return value;
}

hoping for your immediate response.

thanks a lot.


-richard


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



Reply via email to