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 Map> getTestMap() {
return testMap;
}
Us
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 Map> getTestMap() {
return testMap;
}
Using
/testAction.action?testMap[1][2]=true
Although it places
2 matches
Mail list logo