I need to pass 2 variables from one
JSP page to another. I am using the following code
The end result is an error and the variable newcourse ends up as
"TEST1?year=2004" instead of "TEST1"
Obviously I am missing something code wise or do I have to pass one big variable consisting of multiple variables and sift through the mess with substrings?