Re: ognl syntax to populate maps

2010-05-06 Thread Dave Evans
It was not, and now is, and the rankMap.get(id) is now returning a String. Thanks so much. Dave On Thu, May 6, 2010 at 6:36 PM, Dale Newfield wrote: > On 5/6/10 8:38 PM, Dave Evans wrote: >> >> My action has a rankMap property with a getter and setter. > > And is setRankMap()'s argument Map? > >

Re: ognl syntax to populate maps

2010-05-06 Thread Dale Newfield
On 5/6/10 8:38 PM, Dave Evans wrote: My action has a rankMap property with a getter and setter. And is setRankMap()'s argument Map? -Dale - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e

ognl syntax to populate maps

2010-05-06 Thread Dave Evans
Hello, I am trying to populate a HashMap property of an action. I am using straight jstl in a form with a textbox like this: My action has a rankMap property with a getter and setter. The map is being populated, but when I fetch the value from the map it returns a String[] instead of a String