H
hoho123
I know this question seems easy for all of you, but I am stuck.
I am new to JSP and the servlet, so please help me a bit.
in the JSP page, I have:
<input type=text name=date> So, in the servlet, what can I do to set a
value to the JSP page?
so I can get <input type=text name=date value="xxxxxx">
I read something like request.setAttribute("date", "xxxxx"); but it
doesn't work for me
Thanks in advance
I am new to JSP and the servlet, so please help me a bit.
in the JSP page, I have:
<input type=text name=date> So, in the servlet, what can I do to set a
value to the JSP page?
so I can get <input type=text name=date value="xxxxxx">
I read something like request.setAttribute("date", "xxxxx"); but it
doesn't work for me
Thanks in advance