Basically, i need to design a form where after a user enters a name, he goes to a confirmation page and after he clicks confirm, his name gets displayed a 3rd time.
form --> confirmation --> display
I have no problems displaying the names twice. on the confirmation page i use ${param.name} to display. However, i cant get the name to be displayed on the display page. How do you display a user entered variable for the 3rd time
