Professional Jakarta Struts [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Professional Jakarta Struts [Electronic resources] - نسخه متنی

James Goodwill

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
توضیحات
افزودن یادداشت جدید















i18n for Validation



Validation requirements often vary quite a bit based on locale. For example, if we had a Web site that designed for users from France and the US, the forms these users fill out might have unique validation needs. In this case you need to create formset per language. If you do not specify a locale, it becomes the default locale. You specify the locale with the language attribute of the formset as follows:



<formset language="fr">
<form name=" inputFormTwoStep">
...


/ 183