javaその名のとおりJavaBeansの為のValidationの仕様であるJSR303ですが、近頃でもないですがHibernateはもちろん、その他SpringやOvalなどの周辺フレームワークの対応が進んでずいぶん使いやすくなってきました。ところでアプリケーション作っててValidationの... 続きを読む
HTTP Git Read-Only This URL has Read+Write access 続きを読む
<div class="slide"> <h1>HTML5 Formsを学ぼう</h1> <p>HTML5から新たに使えるようになったフォーム周りの機能について調べたことをざっくりとまとめたメモです. <p>作成日: 2010/09/28 <p>書いた人: 8th713(<a href="http://twitter.com/8th_713" target="_bla... 続きを読む
jquery.validation.jsというフォームバリデーションプラグインを公開していますが、使える場面が割と限定されてしまうような作りだったので、より幅広く使えるようにexValidationという名前で新しいjQueryプラグインとして作り直しました。伴って仕様や使い方が... 続きを読む
はじめに 本稿ではStruts 2に新しく導入された入力チェック機構であるOVal Frameworkのプラグインを紹介します。対象読者 Struts 2のWebアプリケーション開発に興味ある方。必要な環境 最低動作環境は次のとおりです。Java SE 5Struts 2.1.8.1が動作する環境... 続きを読む
はじめに 前回はASP.NET MVC 2(以下、MVC 2)の概要とエリアやテンプレートの活用方法について紹介しました。今回はアプリケーション必須の検証機能にフォーカスをあてて紹介をします。 使用するVisual Studioのバージョンは2010ですが、2008でも同様のサン... 続きを読む
新政党「たちあがれ日本」のホームページが話題になっていたので私も見てみた。そして、メーリングリストの受付フォーム中に記述されたメールアドレスのチェック用のJavaScriptが気になった。以下に引用する。 if (!node.match(/^[A-Za-z0-9]+[\w-]+@[\w\.-]+\.... 続きを読む
What is the Ketchup Plugin about? Ketchup is a slim jQuery Plugin that validates your forms. It aims to be very flexible and extendable for its appearance and functionality. Don't like the default styling? Change it! Need another mark up? Edi... 続きを読む
The purpose of web form validation is to ensure that the user is provided with the necessary information and help so that they can fill out and complete an online form with the minimum amount of fuss and time. Easier said than done! Validatio... 続きを読む
たとえばチェックボックスAがcheckedの時に、テキストエリアXを必須にする、というようなフォーム間の依存関係なんかは定義できるのでしょうか? via: http://moto-mono.net/2008/08/22/realtimeformvalidation.html#comments コメントをもらったので対応方法を... 続きを読む
jQueryを使って、HTMLフォームの入力チェック(バリデーション)が簡単にできる、jquery.validate.js プラグイン。 bassistance.de » jQuery plugin: Validation 便利〜と思いつつ、エラーメッセージの日本語ローカライズファイルが無かったので、作ってみた。 ... 続きを読む
Current version: 1.4 Compressed filesize: 13557 bytes License: MIT/GPL Files: Download Changelog Demos Documentation Dependencies Required jQuery 1.2.6+ Optional metadata plugin to read validation rules from markup form plugin for AJAX submit... 続きを読む
LiveValidation - Validation as you type Lets face it, forms are boring, validation is a pain. It’s time to inject some life into them, make them fun again... JavaScriptでリアルタイム値チェックを簡単に行える「LiveValidation」。 このライブラリ... 続きを読む