Hi fellows. I hope everyone is great,busy programming with passion!
I'm going through the lab 4003-jsp basics and got a doubt on how to add a new 
parameter to the request object as asked for in the task.

The code is:
String username = request.getParameter("username");
if(username != null  && username.length>0)

then it forwards to another jsp 
<jsp:forward page = "middle.jsp" >
this will display name,hobby...but the question is how to add a new string type 
parameter to the request,whose value will be displayed by the middle(includes 
the response.jsp) along with username,hobby,etc.

I've tried some sample codes,all unssuccesful.

Thanks in advance,
VB

                                          

-- 
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
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to