The way the class is defined, I don't think either JSTL or Struts tags will be
of much use. There really aren't any properties exposed. Take a look at:

http://jakarta.apache.org/struts/faqs/indexedprops.html

Specifically the section titled "Mapped Properties".

Quoting Rick Reumann <[EMAIL PROTECTED]>:

> 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

-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

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

Reply via email to