Re: How to access a map in jsp

2015-08-27 Thread Yaragalla Muralidhar
> > From: Yaragalla Muralidhar > > To: Struts Users Mailing List , > > Date: 27.08.2015 11:17 > > Subject: How to access a map in jsp > > > > Hi, > > the following is the code in action class > > > > //

Re: How to access a map in jsp

2015-08-27 Thread Christoph Nenning
oaMap.[", it should be "oaMap[" Regards, Christoph Yaragalla Muralidhar schrieb am 27.08.2015 11:17:06: > From: Yaragalla Muralidhar > To: Struts Users Mailing List , > Date: 27.08.2015 11:17 > Subject: How to access a map in jsp > > Hi,

How to access a map in jsp

2015-08-27 Thread Yaragalla Muralidhar
Hi, the following is the code in action class //_ private List antibiotics; private List organismTypes; private Map> oaMap; @Override public String execute() throws Exception { try{ antibiotics=dtService.getAllAntibioticsList(); organismTypes=dtServ