The following forum message was posted by amazing-elan at 
http://sourceforge.net/projects/displaytag/forums/forum/249318/topic/3706602:

Hi,

I am facing a problem with using display tag .. when my form has a struts form 
file field.

My functionality is such that, users have the ability to upload an Excel file 
(for which i am using struts <html:file> field ). I perform some operation in 
my Action class and return results..which in turn gets displayed using display 
tag in JSP.

Till this part everything works fine. I am facing problem when I do Export 
(Export to excel).

I understand that export calls my action class again to perform the operation. 
But it cannot find my file in scope. In all the examples that I have seen form 
parameters gets appended to Export url.

But in my case I need a File object to perform my operation.

Please suggest a way out.

Thanks,
Elan

------------------------------------------------------------------------------

_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to