Hi all, i am facing a problem while validating the login form.. i have to validate it in two ways:
1) Have to check if the requiredinput fields are filled and are in line with the laid procedure. for this i am using the server side validation.i have developed a xml for validating the fields and it is running fine and validationg the entries. for displaying i am using <s:head/> tag 2) Second case is where i have to check if the useris valid with respect to the database, and in my action class i am using a addFieldError("UserID", "Either User name or Password is Wrong"); and <s:fielderror/> to display he error but these two are not working together,my server side validation is working fine but the otheris not working only one is working ata time.any help in this regard is much appricaisted. -aum