i use oreilly's com.oreilly.servlet.MultipartRequest for upload file ,and the code was write in a
struts action:
in a
jsp,the code is:
now i need refresh that jsp,because there is a "select" in jsp,when use "select",a javascript function was invoke.
and the code is :
i need use request.getParameter in this jsp,so i can remeber what i have selected last time..
how can i use request.getParameter when there is enctype in form.
because if there is enctype in form ,request.getParameter always return null.