View Single Post
  #4 (permalink)  
Old 01-05-2008, 08:50 AM
PortalTeam PortalTeam is offline
Member
 
Join Date: Jan 2008
Posts: 5
PortalTeam is on a distinguished road
I feel that u could try validating the user name with the database itself.
Once when the user finishes the registration u can have the user name in the form bean and then inside the action classe's execute method u could do the validation of this new user name with that existing in database.(using the select count query).If the name already exist's the u redirect the user to the registration page with the msg notifying him that the name already exists.
I think this will do .All the best
Reply With Quote