ng code instead:
>
> InputStream in = (InputStream) formFile.getInputStream();
> FileInputStream fin = new (FileInputStream(in);
>
> L.
>
> Kirthi wrote:
>> I am having problems with the FileUpload in struts.
>>
>> I am uploading an Excel File
I am having problems with the FileUpload in struts.
I am uploading an Excel File through browser and sending to Struts Action
Class, handling it with FormFile. I am casting this FormFile to
FileInputStream which is working fine.
But when I am deleting some of the rows in that excel file and uplo
I am using Struts Validator Frame work to do both Client and Serverside
Validation. I am using Struts 1.2
My Validator is not triggring at all. I am trying to figure out the mistake
from the last two days, but no luck.
I am extending the ValidatorForm Class.
Can anyone help me with this one.
t
3 matches
Mail list logo