When I want to pass  paramenters in a Jsp (its name is MyJsp.jsp), 
   as follows:
    <%  .....
      Sring name = request.getParameter("name");
     .....
     %>
   <a href="MyJsp.jsp?name=jack">jack</a>
   the jetspeed cannot find the MyJsp.jsp ,what can I do?

  Best regards,
                   yr


--
To unsubscribe, e-mail:   <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>

Reply via email to