how to use request Object on form submit
Hai all,
i have a JSF page having simple form, username, password field and submit button, so on submit the form i want to get the data from the request object in next page without using a bean.
How can i get it? I am looking for this problem for quite a long time, so can anyone help me...

