Embedded Maps as arguments

2009-01-26 Thread Matthew Seaborn
As I have grid of checkboxes I am currently trying to use embedded maps as arguments in Struts 2, for example using @CreateIfNull( value = true ) @Element( value = HashMap.class ) public MapInteger, MapInteger, Boolean getTestMap() { return testMap; } Using /testAction.action?testMap[1][2

Re: Embedded Maps as arguments

2009-01-26 Thread Jeromy Evans
On 27/01/2009, at 4:57 AM, Matthew Seaborn wrote: As I have grid of checkboxes I am currently trying to use embedded maps as arguments in Struts 2, for example using @CreateIfNull( value = true ) @Element( value = HashMap.class ) public MapInteger, MapInteger, Boolean getTestMap() { return