Hi Guys,
I am doing a project in
java ee. I use xhtml and managed bean for the web application interface.I want to check whether the email id value which the user enters in the login page comes to the next corresponding page. How do I do that?
I have attached the files. index.xhtml is the login page where user gives the input, reserve is the page where the user gets to see after loggin in. UserInfoBean.java is the corresponding java managed bean file for index.xhtml.
Would really appreciate some help on this.
I couldnt attach the xhtml file. Pasting it here.
index.xhtml
---------------
Thanks