Re: multi part request.

2007-11-14 Thread Laurie Harper
Sivaswamynatha K wrote: 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 I'm not clear how this... and file gets attached. It's a tabbed page and when I click another tab, I want to keep track the ta

multi part request.

2007-11-14 Thread Sivaswamynatha K
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).