Re: ClassCast Exception for ExcelFile Upload

2007-04-27 Thread Kirthi
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

ClassCast Exception for ExcelFile Upload

2007-04-27 Thread Kirthi
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

Validatoin not working

2007-04-18 Thread Kirthi
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