Re: struts2 map of maps

2008-08-07 Thread JeffShelley
ore verbose error message than this? ParametersInterceptor - [setParameters]: Unexpected Exception caught setting 'data[12][5][hi]' on 'class TestAction: Error setting expression 'data[12][5][hi]' with value '[Ljava.lang.String;@1b0b765' Thanks again! newton.d

struts2 map of maps

2008-08-07 Thread JeffShelley
I'm trying to set a whole hierarchy (from a TON of checkboxes) coming in to a request and not having much luck. I'm using the spring object factory. I don't know whether the problem is in xwork, Spring, Struts or me. Is what I'm trying even possible? Thanks! --Jeff EXAMPLE---