I think problem is in email:
<h:inputText id="email" value="#{email}" />
try to do:
<h:inputText id="email" value="#{usersearch.email}" />
and put setters and getters to local interface.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976238#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...