Grails 2.0.3 I am having problem with binding the data to command objects. I have the jquery request like this http://localhost:8080/api/test.json?callback=jQuery17102313091890902648_1334273415631&ex[0][a]=a0&ex[0][b]=b0&ex[1][a]=a1&ex[1][b]=b1
我需要一种方式,使请求书状中的数据具有约束力,以指挥物体。 类似情况
class TestCommand
{
List<Map<String, String>> ex
static constraints = {}
}
我想对数据进行动态约束,以便我能够从[0]a =0和[0]b = b0中获取,并直接在控制器中使用。 这份名单被罚款。 但是,没有绘制地图清单。 是否有办法对数据加以约束。