Brian McGovern wrote:

Slightly off topic, but has anyone ever been able to get a hashtable to display 
using jstl, calling the hash's values by key.


I can loop through em all just fine, but i want to be able to call each directly like

<c:out value="${MyHash.value('keyname')}" />


I think it is:
   <c:out value="${MyHash.keyname}"/>
or
   <c:out value="${MyHash['keyname']}"/>

      Wolfgang

?
THanks
-B

---------------------------------------------------------------------
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]



Reply via email to