Hi Rajiv,

  Well, you have a String parameter username in the index.jsp page
that
will be sent when you submit the form since that field is in the form.
In the
same form that contains username, you also need to have hobby,
nationality,
and myparameter with the default value listed in the homework.

  The middle.jsp will have an include for response.jsp.

  Then response.jsp displays the values from the form in index.jsp
using
syntax like <h2>Hello, ${param.username} </h2>

  Hope that helps.

Good luck,

Ruben






On Sep 12, 12:30 am, "Rajiv Kumar" <[EMAIL PROTECTED]> wrote:
> Hi Guys,
>                 I need help for homework #3 of JSP. I want to know how to
> send the String parameter ?
>
> Regards
> Rajiv

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to