Thanks Mark,
I have already servlet that check in mysql database for register users and i wont to call this servlet to log on. How to make Action class handle the JSF action from the page or how to make checking into database in JSF page to understanding the right users. Part of my servlet to check users in database is :
and it's work perfectly. How i can to change it to work in my JSF page or use it from my JSF page. i'm excuse for my unknowing but i try to code and finding the way to do it.
Thanks in advance.