Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Spring 3.0 开发一个项目。
我有一个带有几个提交按钮的表单。
我想做的是根据按下的按钮有不同的验证要求。
我该怎么做呢?一个例子会很棒。
谢谢
您可以有多个 Spring Validator实现。并且根据单击的按钮,您可以从控制器调用所需验证器实现的验证方法。 这是使用 spring 验证器进行验证的示例。