Hi Colleagues,

I have made homework and it works good.

According to homework requirements index.jsp forwards request to 
middle.jsp as follow:
      <jsp:forward page="middle.jsp">
 <jsp:param name="myparameter" value="Passion!"></jsp:param>
  </jsp:forward>

Just for test I have used for a moment <jsp:forward page="response.jsp"> 
For me more natural is to use this construction because I understand 
whole process as follow:
Index.jsp forwards myparameter to response.jsp and finally middle.jsp 
using <%...@include file="response.jsp" %> includes response.jsp and 
displays all data of respomnse.jsp.

Should I use above construction in future or maybe the construction of 
homework is more proper.
Please advice.

Best regards,
Rafał Laczek

----------------------------------------------------
Reżyser MUMII powraca z nowym widowiskowym
G.I. Joe: CZAS KOBRY -> zobacz zwiastun filmu
http://klik.wp.pl/?adr=http%3A%2F%2Fcorto.www.wp.pl%2Fas%2Fczaskobry.html&sid=823



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