Hi,I have a login page which accepts user id and password.On successful entry user navigates to next page.I wish to display a welcome message with user name like "welcome xyz!"..how can i get user name from user id and password (entered in the login jsp file) be displayed in next(successful-login )jsp file that has the welcome msg?...I am using javabeans for db connection and other business logic.
Page1------------
enter user id and password
Page2------------
display a welcome msg with user name