I have a login page with username and password .After entering the credentials , a click on login button in this page would take me to a
jsp which has CreateProject button.
A click on this button would take me to another jsp which consists of a form. This form has a textField called projectCreator which should be set with the username of the user.
How can I set the user name in that textfield? what tag should i use, as scriplet in not the right way?