Server field validator—adds server-side validation to HTML form fields.
服务器字段验证器 —向HTML表单字段添加服务器端验证。
This article shows how to implement both client-side and server-side validation.
本文展示如何实现客户端和服务器端验证。
Similarly, you can use server-side validation to display localized validation messages.
同样地,也可以使用服务器端验证来显示本地化后的验证消息。
Finally, you learned how to handle form data, providing server-side validation based on form input.
最后,您学习了如何处理表单数据,提供基于表单输入的服务器端验证。
In such a case, client-side validation is disruptive to a highly repetitive, streamlined work mode.
在这种情况下,客户端验证对于高重复性、流线型的工作模式是有干扰的。
Client side validation: - One of the short comings in VAB is that it does only server side validations.
客户端验证:-在VAB短的缺憾之一是它唯一的服务器端验证。
Server-side validation of the form values is performed in a similar fashion to any other Web application.
表单值的服务器端验证使用类似的方式执行到任何其他web应用程序。
True client-side validation integrated with both Bean validation (JSR-303), or the standard JSF validators.
真正与BeanValidation (JSR- 303)或标准的JSF验证器集成的客户端验证。
This article focuses on the use of Ajax and resource bundles for localized client-side validation messaging.
本文所侧重的是联合使用Ajax和资源包来实现本地化后的客户端验证消息处理。
Because you can only bring limited logic to the user's computer, client-side validation does have its limitations.
由于您仅能给用户的计算机带来有限的逻辑,客户端验证确实有自身的局限性。
However, with Ajax, you can run the server-side validation and return the results without requiring any page submission.
然而,通过使用Ajax,您可以运行服务器端验证并返回结果,无需任何页面提交。
This way you add server-side code to all client-side validation functions in order to check conditions and to show messages.
在这种方法中,您将把服务器端代码添加到所有客户端验证函数中,以检查条件并显示消息。
However, in almost all such frameworks, there is a lack of ready-to-use support for localized messaging with client-side validation.
不过,在几乎所有的这类框架内,都缺少对在客户端验证本地化消息的现成支持。
ASP.NET MVC 2 will include the jQuery validation library to provide client-side validation based on the model's validation metadata.
NETMVC2包含了jQuery验证类库,根据模型的元数据来提供客户端验证功能。
As long as you place all of your client side validation code in one external.js file, the user only needs to download this file once.
只要将所有的客户端验证代码放在有个外部的.js文件中,用户就只需要下载这个文件一次。
Ensure your application only makes remote calls where necessary. Impact is minimized by client-side validation, client-side caching, and batching of work.
确保你的应用只在必要的时候使用远程调用,通过客户端验证,缓存和批量作业最小化不利影响。
Ensure your application only makes remote calls where necessary. Impact is minimized by client-side validation, client-side caching, and batching of work.
确保你的应用只在必要的时候使用远程调用,通过客户端应用调用客户验证,缓存和批量作业最小化不利影响。
With Ajax, the server-side validation can be done through asynchronous calls and the user notified near real time (upon receiving an asynchronous response).
有了Ajax,服务器端验证可以通过异步调用实现,用户也可以得到近乎实时的通知(在收到异步响应之后)。
You can enhance the user experience with client-side validation, while server-side validation provides the true maintenance of the application's inputted data integrity.
利用客户端验证,您可以增强用户体验,而服务器端验证能够真正维护应用程序输入数据的完整性。
Preview 2 builds on the features of Preview 1, adding client-side validation, streamlined support of Areas, and abstractions of data Annotations validation and metadata providers.
Preview2在之前的基础上增加了客户端验证,精简的Are a支持,以及抽象的数据标记(DataAnnotations)验证和元数据提供者等功能。
In Chapter 8, you'll master the finer points of client-side validation, design an adaptive form layout, and implement interactive client-server form features such as auto-completion...
在第八章中,你会掌握客户端验证的微妙之处,设计一个自适应的表单布局,并实现交互式的客户端-服务器端的表单特性,例如自动完成功能。
In the case of server-side validation, after the form is submitted, Wicket goes through all the form components placed within the form and executes any attached validators on component input.
对于服务器端验证而言,在表单提交后,Wicket就会遍历置于表单内的所有的表单组件并对组件输入执行所有的关联验证器。
In the next tip in this series, we'll examine the other side of validation: exception handling.
在本系列的下一篇技巧文章中,我们将研究验证的另一方面:异常处理。
The trust validation is required on the sending server side to validate the asserted identity.
发送服务器端需要进行信任验证,以验证断言的标识。
It also improves the performance of an application by performing various operations on the client side, such as sorting and validation, rather than passing those to the server.
它还通过在客户端上执行各种不同的操作来提高应用程序的性能,例如进行排序和验证,而不是直接将那些数据传递给服务器。
If your app needs to do any validation behind closed doors, never do it on the client side.
如果您的应用程序需要在高度保密的情况下完成所有验证,那永远不要在客户端进行验证。
The best solution is to not include more information on the client side than you need to and to do regular validation of information going both from and to the client.
最佳的解决方案是使客户端不包含您不需要的其他信息,并且对去往或来自客户端的信息进行常规验证。
To provide a complete and secure check, plan for all validation to take place on the server side.
如果要提供完整、安全的验证,最好将所有验证都规划为在服务器端进行。
Your best option is to reorganize the application so that all the validation occurs on the client side.
最好的选择是重组应用程序,使所有的验证都在客户端进行。
It is very difficult to display localized validation messages when the validation is being done at the client side.
如果验证是在客户端进行的,将很难显示本地化后的验证消息。
应用推荐