Hello,

 

In my struts 1.2.9 application, I have a requirement to attach a file.
So in my jsp page I use enctype="multipart/form-data". Its working fine
and file gets attached. It's a tabbed page and when I click another tab,
I want to keep track the tab index. (I have tab index as hidden field).
So when I use request.getParameter("tabIndex"), I got null value. How to
overcome this?

 

Regards,

K.Siva

 

Reply via email to