|
can you call a servlet from jsp1.0 with a query
string?
i want to do something like this:
<jsp:include page= "/servlet/com.orrego.MyServlet?query1=hello&query2=bye"/>
I have tried it and it does not work, but without the query string the servlet does get invoked. am i doing something wrong?? |
