Re: struts2 map of maps

2008-08-07 Thread JeffShelley
Map> Boolean>>> data = null; >> >> public String execute() >> { >> return SUCCESS; >> } >> >> public Map> Boolean>>> getData() { >> return data; >> } >> >>

Re: struts2 map of maps

2008-08-07 Thread Dave Newton
n>>> getData() { > return data; > } > > public void setData(Map Map>> data) > { > this.data = data; > } > } > > > > > -- > View this message in context: > http://www.nabble.com/

struts2 map of maps

2008-08-07 Thread JeffShelley
ring execute() { return SUCCESS; } public Map>> getData() { return data; } public void setData(Map>> data) { this.data = data; } } -- View this message in context: http://www.nabble.co