> There are a few mistakes in your application :
> - Do not use Request.getParameter("anvnamn") in declaration tag <%! %>
> - You do not have to import "javax.servlet.ServletRequest"
> - The real syntax is : String temp =
> request.getParameter("anvnamn").toString();
>
hi Burky:
do you sure the state of "request.getParameter("anvnamn").toString()"? i
check the document of jsdk and i think the method of request
.getParameter("name") returns a string.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets