Foros de discusión

birthday validation

sasmita swain, modificado hace 11 años.

birthday validation

Regular Member Mensajes: 183 Fecha de incorporación: 24/02/12 Mensajes recientes
hi

How To Validate Date Of birth Validation?
e.g-> if any one entet today date then error will show like age must be 18years or above
Thanks

Sasmita
Dragon Ball, modificado hace 11 años.

RE: birthday validation

New Member Mensaje: 1 Fecha de incorporación: 13/03/12 Mensajes recientes
in action class you have to write

if (your condition) {
			SessionErrors.add(request, "ageError");
			response.setRenderParameter("jspPage", "jsp path");
			
		}


then in jsp

<liferay-ui:error key="ageError" message="age should be greater than 18"></liferay-ui:error>


hope this might help you!!!!
sasmita swain, modificado hace 11 años.

RE: birthday validation

Regular Member Mensajes: 183 Fecha de incorporación: 24/02/12 Mensajes recientes
Hi all

In create acoount.jsp birthday field is there..in that fileld by default it is comming like january 1 1970..but i want to display like dd-mm-yy in dropdown..if i am changing anything it is not affecting in birthday field..it is taking only default value

Thanks

Sasmita