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
Roy Ben Ami
Ranch Hand
Joined: Jan 13, 2002
Posts: 732
posted
0
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.
Roy Ben Ami
Ranch Hand
Joined: Jan 13, 2002
Posts: 732
posted
0
the above should ofcourse say this without the smiley: