Is there a way to access Hashtable (or Map) entries with the bean tag
library? Normally I would use a regular bean and just do bean:write, but I
want to have several derived values as well that are not in the bean, so I
have to copy the bean properties to a Hashtable and add the derived values.

Right now I use <%= hashTable.get(propertyName) %>, but I'd prefer to use a
struts tag.


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

Reply via email to