On Mon, Jul 14,'03 (11:37 AM GMT+0800), Richard wrote: > > now, my question is how will i be able to get the value i set > for test? is that possible? > > is there other way i can get to the hashmap values directly from > struts?
You should be able to do it with beanName.nameOfMapInBean.value.nameOfKey ie.. <c:out value="${yourBean.mapName.value.nameOfKey}"/> or i think with html-bean...something like... <bean:write property="yourBean.mapName.value.nameOfKey"/> -- Rick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]