Hi, If I'm submitting information into a page, and all the criteria match, I want to go to another page... how does a person properly use the <jsp:forward> command? TIA. Kevin
like this: <jsp:forward page="your url" > <jsp aram name="just a paramater" value=name/> </jsp:forward> u specify the url and u can use the param attribute to pass parameters in the request.