validation to a radio List in struts 2
问题 I have a surveying application were each question in an iterated list needs to have at least one of its optional answered selected. I want to validate using struts 2 , that each question has been answered. many thanks, Mbayader 回答1: One ways to accomplish on your requirement is by extending the class struts2 ActionSupport class. Then you should override the super validate() method to your business requirement in which you have mentioned in your question. 来源: https://stackoverflow.com