RE: [JSTL] Hashtable

2003-05-31 Thread Karr, David
Ask questions about the JSTL on the taglibs-user list. You can also read the JSTL specification for clear answers to these questions. -Original Message- From: Denis Avdic [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 8:02 AM To: Struts Users Mailing List Subject: [JSTL]

Re: [JSTL] Hashtable

2003-05-30 Thread robert
I believe it is c:out value=${linkTable['flag']} assuming 'flag' is a literal. Ifnot, I'm pretty sure you can use ${linkTable[flag]}. Robert Hello group, Does anyone know how to retrieve particular elements of a hash table using JSTL? I've tried c:out value=${linkTable.get(flag)} but