I wonder if anyone can help! This is the question of the homework.
Modify index.jsp and response.jsp to ask and display another item such as Birth Place or Nationality. The index.jsp forwards the request to another JSP file called middle.jsp. Before forwarding, it should add another String type parameter called myparameter with value "Passion!" to the request object. The middle.jsp then includes the response.jsp. The response.jsp should display the value of the myparameter along with name and hobby. I am having problem with adding parameter "myparameter" with the value "Passion!". I have managed to display the parameter of "name", "hobby" and "birth place". They are all input from the form. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en -~----------~----~----~----~------~----~------~--~---