displaying action errors

2006-10-30 Thread B . Sridhar
Hi, I am writing a file upload application in which I have to restrict the users to upload only upto 2MB file size. I am using struts upload(struts 1.1version) for uploading. The form from which I upload contains some fileds like date, time and some other details, which are filled at the time

jasper reports.jar problem..

2006-10-25 Thread B . Sridhar
Hi, Iam writing an application which generates reports using jasper reports eclipse3.1 is the IDE. For generating .jrxml iam using ireport tool.Ihave written a struts application which uses this .jrxml file to generate the report. I have added the jasperreports1.2.7.jar file into the

Re: jasper reports.jar problem..

2006-10-25 Thread B . Sridhar
HI, thanks for your respose. I have added the statements which you have suggested. But I am getting the same error. Tthe class path has only tools.jar and bootstrap.jar, which are getting assigned to jasper.reports.compile.classpath. But I think we have to set the jasperreports.jar to the

Re: [OT] Re: java.lang.OutOfMemoryError: Java heap space

2006-10-23 Thread B . Sridhar
Hi, thanks for ur suggestion, i have used commons.IOutil and its working! bye On 10/20/06, Antonio Petrelli [EMAIL PROTECTED] wrote: B.Sridhar ha scritto: yes . actually my appln initially downloads the file from database to a temp directory of the tomcat as a temp file and then from there

java.lang.OutOfMemoryError: Java heap space

2006-10-20 Thread B . Sridhar
Hi I am writing an application in struts for file downloading from the database. I am using struts 1.1 with tomcat5.0 server. File downloading is working fine for images of smaller sizes( i checked utpo 3mb of size). my application should download the files with a maximum 1gb size. But when I

Re: java.lang.OutOfMemoryError: Java heap space

2006-10-20 Thread B . Sridhar
yes . actually my appln initially downloads the file from database to a temp directory of the tomcat as a temp file and then from there iam reading it to display. So the file is not getting stored in the temp directory. while getting the file from database its displaying exception On 10/20/06,

Re: ClientAbortException

2006-10-10 Thread B . Sridhar
Sorry, for my unlcear question. Actually it was a part of my question which I posted earlier. I am writing a struts appliction to download a file that is on the server. When the user clicks the download button, its displaying the open,save cancel window. Everything is working fine for files of

ClientAbortException

2006-10-09 Thread B . Sridhar
Hi I am writing a struts appliction a to download a file that is on the server. When the user clicks the download button, its displaying the open,save cancel window. Open and save are working fine, but while downloading a word doc or pdf, when the user clicks cancel, its displaying a ClientAbort

HI need some help

2006-10-09 Thread B . Sridhar
I sent mail to user@struts.apache.org regarding my problem, but still its not visible there. Am I seeing the wrong list or it takes time to display it in the list..Can u help me.. http://mail-archives.apache.org/mod_mbox/struts-user/200610.mbox/browser this is the link I am looking in.. I am

Re: ClientAbortException

2006-10-09 Thread B . Sridhar
HI, I tried with your suggestion, but of no use..kindly suggest me the solution On 10/9/06, Mikolaj Rydzewski [EMAIL PROTECTED] wrote: B.Sridhar wrote: I am writing a struts appliction a to download a file that is on the server. When the user clicks the download button, its displaying the

ClientAbortException

2006-10-09 Thread B . Sridhar
HI, How to catch ClientAbortException, when I am adding the following line it showing error. Its not identifying the org.apache.catalina, do I need to add any jar files to my path to identify this exception Please respond.. *org.apache.catalina.connector.ClientAbortException * -- B.Sridhar

ClientAbortException..urgent

2006-10-09 Thread B . Sridhar
Hi I am writing a struts appliction to download a file that is on the server. When the user clicks the download button, its displaying the open,save cancel window. Everything is working fine for files of small sizes ie. less than 50 kb..but if the file size is mor and when I click cancel its

RE: Validation in struts

2004-09-15 Thread Divya B Sridhar
Greg, Thanks for your response. Is this validator framework supported for struts 1.1 since I use struts 1.1 for my application. Thanks, Divya. -Original Message- From: Greg Ludington [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 10:11 AM To: Struts Users Mailing List

RE: Validation in struts

2004-09-15 Thread Divya B Sridhar
Hi Jitendar, Thanks for your help. I am using the validator framework now and I see that when I click the submit button, it does the validation and comes back with the error message on top of the page but does not pop-up a messagebox. I would want to prompt for a message box if, say a particular

RE: Validation in struts

2004-09-15 Thread Divya B Sridhar
Hi Jitender, I guess it is import org.apache.struts.validator.ValidatorForm I have extended this as well. What should be done to show an error message box instead of showing it on top of the page ? I am sure I am missing something :) Thanks, Divya. -Original Message- From: Jitender K

Validation in struts

2004-09-14 Thread Divya B Sridhar
Hi All, It is said that the validation(client side validations like say a particular textbox field can contain numbers only etc) should not be explicitly written in client-side validation javascripts in a struts framework. How can such things be accomplished using struts without writing specific