Foros de discusión

aui:select validations

Abhijit Shukla, modificado hace 11 años.

aui:select validations

New Member Mensajes: 13 Fecha de incorporación: 21/06/12 Mensajes recientes
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, modificado hace 11 años.

RE: aui:select validations

Expert Mensajes: 492 Fecha de incorporación: 17/09/12 Mensajes recientes
Hi
I'm working on this.stil no progress.Please let me know if u find solution
Thanks
azar
thumbnail
mohammad azaruddin, modificado hace 11 años.

RE: aui:select validations

Expert Mensajes: 492 Fecha de incorporación: 17/09/12 Mensajes recientes
Hi

you can check this linkvalidator

And its workingemoticon