Fórumok

aui:select validations

Abhijit Shukla, módosítva 11 év-val korábban

aui:select validations

New Member Bejegyzések: 13 Csatlakozás dátuma: 2012.06.21. Legújabb bejegyzések
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
mohammad azaruddin, módosítva 11 év-val korábban

RE: aui:select validations

Expert Bejegyzések: 492 Csatlakozás dátuma: 2012.09.17. Legújabb bejegyzések
Hi
I'm working on this.stil no progress.Please let me know if u find solution
Thanks
azar
thumbnail
mohammad azaruddin, módosítva 11 év-val korábban

RE: aui:select validations

Expert Bejegyzések: 492 Csatlakozás dátuma: 2012.09.17. Legújabb bejegyzések
Hi

you can check this linkvalidator

And its workingemoticon