Hello to all,

In the 4003 lab, I forward the flow to midde.jsp adding an extra parameter
"myparameter" like this

        <c:if test="${fn:length(param.username) > 0}" >
            <jsp:forward page="middle.jsp">
                <jsp:param name="myparameter" value="Passion"/>
            </jsp:forward>
        </c:if>

But when I try to show it directly from middle.jsp or response.jsp

<%= request.getParameter("myparameter")%>   or   ${param.myparameter}

get a null value... any idea??

--~--~---------~--~----~------------~-------~--~----~
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 
[email protected]
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