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.
我正在操作中执行一些操作,并希望在某些数据输入不在有效范围内时显示错误消息。我们通常使用 javascript 方法进行预检查,但在这种情况下,我无法达到我需要检查的变量的值。
显示错误信息的网页部分是strut部分
提前致谢
您可以使用表单验证方法进行验证。在提交表单之前,它将检查您的条件。
例子 :-
public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) { //Write your code for range checking here return errors; }
除了,这种方法很少有你需要做的设置ApplicationResources.property file
ApplicationResources.property file