I believe this is the most significant issue with client-side validation.
我认为这是客户端确认的最重要的问题。
There are a few differences in the object model for client-side validation.
客户端验证的对象模型略有不同。
In such a case, client-side validation is disruptive to a highly repetitive, streamlined work mode.
在这种情况下,客户端验证对于高重复性、流线型的工作模式是有干扰的。
This article focuses on the use of Ajax and resource bundles for localized client-side validation messaging.
本文所侧重的是联合使用Ajax和资源包来实现本地化后的客户端验证消息处理。
True client-side validation integrated with both Bean validation (JSR-303), or the standard JSF validators.
真正与BeanValidation (JSR- 303)或标准的JSF验证器集成的客户端验证。
Because you can only bring limited logic to the user's computer, client-side validation does have its limitations.
由于您仅能给用户的计算机带来有限的逻辑,客户端验证确实有自身的局限性。
This way you add server-side code to all client-side validation functions in order to check conditions and to show messages.
在这种方法中,您将把服务器端代码添加到所有客户端验证函数中,以检查条件并显示消息。
ASP.NET MVC 2 will include the jQuery validation library to provide client-side validation based on the model's validation metadata.
NETMVC2包含了jQuery验证类库,根据模型的元数据来提供客户端验证功能。
However, in almost all such frameworks, there is a lack of ready-to-use support for localized messaging with client-side validation.
不过,在几乎所有的这类框架内,都缺少对在客户端验证本地化消息的现成支持。
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.
确保你的应用只在必要的时候使用远程调用,通过客户端应用调用客户验证,缓存和批量作业最小化不利影响。
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...
在第八章中,你会掌握客户端验证的微妙之处,设计一个自适应的表单布局,并实现交互式的客户端-服务器端的表单特性,例如自动完成功能。
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.
它还通过在客户端上执行各种不同的操作来提高应用程序的性能,例如进行排序和验证,而不是直接将那些数据传递给服务器。
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.
最佳的解决方案是使客户端不包含您不需要的其他信息,并且对去往或来自客户端的信息进行常规验证。
If your app needs to do any validation behind closed doors, never do it on the client side.
如果您的应用程序需要在高度保密的情况下完成所有验证,那永远不要在客户端进行验证。
Your best option is to reorganize the application so that all the validation occurs on the client side.
最好的选择是重组应用程序,使所有的验证都在客户端进行。
This article shows how to implement both client-side and server-side validation.
本文展示如何实现客户端和服务器端验证。
The next step is to allow validation constraints to be expressed declaratively against your model, and for those constraints to be enforced on both the client-side and server-side.
下一步是让校验约束能够针对模型进行声明,并且这些约束在客户端和服务器端都被强制要求。
It is very difficult to display localized validation messages when the validation is being done at the client side.
如果验证是在客户端进行的,将很难显示本地化后的验证消息。
Client-side data validation, which may be considered basic rich client functionality, would provide some value.
可以被认为是基本的富客户机的功能的客户机端的数据验证,可以提供一些帮助。
During validation on the client side.
在客户端验证的过程中。
If you change the way you organize metadata and messages (such as the server-side classes or variables), you end up changing client script validation functions that use them.
如果更改了元数据和消息(例如服务器端类或变量)的组织方法,您将会为更改使用这些元数据和消息的客户机脚本验证函数感到十分头痛。
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文件中,用户就只需要下载这个文件一次。
Tapestry and Wicket are both able to perform server-side or client-side (using DHTML) validation on form input fields.
Tapestry和Wicket都能够对表单输入字段执行服务器端或客户机端(使用DHTML)的验证。
Client side validation: - One of the short comings in VAB is that it does only server side validations.
客户端验证:-在VAB短的缺憾之一是它唯一的服务器端验证。
If you want to perform validation on the server but not on the client, you can set an individual validation control to not emit client-side script.
如果要执行服务器上的验证,不执行客户机上的验证,您可以将单独验证控件设置为不生成客户端脚本。
How to apply client side validation on rich text editor?
如何将客户端验证的富文本编辑器?
Now, I assume the user by passes the client side validation in some way.
现在,我假设用户通过某种方式客户端验证。
应用推荐