On 20 fév, 20:56, Biljana Biljana <biljana_b...@yahoo.com> wrote:
> I try to do my #3 homwork, I have problem:
> For those who knew:
> in index.jsp i added
> ....
>     <%
>             String myparameter = "Passion";
>             String username = request.getParameter("username");
>             if ( username != null && username.length() > 0 ) {
>         %>
>         <jsp:forward page="middle.jsp"/>
I think you should have /middle.jsp.
And from what I've understand, the parameter should be nested in
jsp:forward

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

Reply via email to