掲示板

aui:select validations

11年前 に Abhijit Shukla によって更新されました。

aui:select validations

New Member 投稿: 13 参加年月日: 12/06/21 最新の投稿
Hi All,

I am new to Alloy UI. There is one select drop down for Salutation field on my jsp portlet. The code is as below:

<aui:select label="Salutation" name="salutation">
<aui:option value="">Please Select</aui:option>
<aui:option value="Mr">Mr</aui:option>
<aui:option value="Miss">Miss</aui:option>
</aui:select>

I would like to make this dropdown as a mandatory field. <aui:validator name="required"/> tag is not useful over here. Please let me know how can I apply validation on this drop down?
thumbnail
11年前 に mohammad azaruddin によって更新されました。

RE: aui:select validations

Expert 投稿: 492 参加年月日: 12/09/17 最新の投稿
Hi
I'm working on this.stil no progress.Please let me know if u find solution
Thanks
azar
thumbnail
11年前 に mohammad azaruddin によって更新されました。

RE: aui:select validations

Expert 投稿: 492 参加年月日: 12/09/17 最新の投稿
Hi

you can check this linkvalidator

And its workingemoticon