Re: Location of struts_config DTD file?

2008-01-02 Thread Sridhar Raman
Thanks for the help guys. There was a problem with the struts.jar we had. Apparently it was broken. We fixed it. On Dec 29, 2007 8:16 AM, Wendy Smoak [EMAIL PROTECTED] wrote: On Dec 28, 2007 12:10 AM, Sridhar Raman [EMAIL PROTECTED] wrote: In the struts-config.xml file, I need to specify

Location of struts_config DTD file?

2007-12-27 Thread Sridhar Raman
doesn't help. I still get the same exception. On Windows, I could atleast use file:// instead of http:// and point to a location on the local machine. This works, but the same doesn't work in UNIX. Can someone kindly help? Thanks, Sridhar

Error while running struts blank on Weblogic 8.1

2007-02-07 Thread Sridhar Srigiriraju
(WebAppServletContext.java:3764) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) Thanks Sridhar

Re: Error while running struts blank on Weblogic 8.1

2007-02-07 Thread Sridhar Srigiriraju
Dave, I am using *Sun JDK142_05* Weblogic *8.1 SP4* Is it identified already as a problem ? I am also attaching the trace from my server log Thanks Sridhar *Feb 7, 2007 11:00:26 AM EST Info Management BEA-141107 Version: WebLogic Server 8.1 P4 Mon Nov 29 16:21:29 PST 2004 471647 WebLogic

Re: Error while running struts blank on Weblogic 8.1

2007-02-07 Thread Sridhar Srigiriraju
By S2 you mean Struts 2, no, I am not. I am using Struts 1.2.9 On 2/7/07, Dave Newton [EMAIL PROTECTED] wrote: Are you using the j4 S2 libs? --- Sridhar Srigiriraju [EMAIL PROTECTED] wrote: Dave, I am using *Sun JDK142_05* Weblogic *8.1 SP4* Is it identified already as a problem ? I

Re: Error while running struts blank on Weblogic 8.1

2007-02-07 Thread Sridhar Srigiriraju
Dave, I had no problems in deploying the code. The deployment log doesnt say much either about any possible errors. However, let me try JRockit and see how is comes through. Thanks anyways for the help. Sridhar On 2/7/07, Dave Newton [EMAIL PROTECTED] wrote: --- Sridhar Srigiriraju wrote

Re: Error while running struts blank on Weblogic 8.1

2007-02-07 Thread Sridhar Srigiriraju
catch up with the pace at which struts are developed? TIA Sridhar On 2/7/07, Karr, David [EMAIL PROTECTED] wrote: Did you specify prefer-web-inf-classes in the weblogic.xml file? If you don't do this, the app will use the Struts jars that are installed with WebLogic, which would be an earlier

Pre-populated option values of a select not got on Submit

2006-11-30 Thread Sridhar Raman
- if the user doesn't change anything in that field, the pre-populated values needs to be stored under category. If he does change anything, the new values needs to be stored under category. How do I do this? Thanks, Sridhar

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
org.apache.catalina.connector.ClientAbortException While downloading a image, if user clicks cancel, its working fine. Please help me how to avoid this situation. Regards, SRidhar

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

[EMAIL PROTECTED]

2006-01-08 Thread Divya Sridhar -X \(disridha - Infosys at Cisco\)
[EMAIL PROTECTED]

Re: Multiple struts-config.xml

2005-04-15 Thread sridhar
-nameconfig/manager/param-name param-value/WEB-INF/struts-config-manager.xml/param-value /init-param /servlet like this u can configure use multiple struts-config.xml files. rgds, sridhar Néstor Boscán [EMAIL PROTECTED] wrote

Help with the import errors please

2005-01-15 Thread Avinash Sridhar
Hi All, I am new using Struts 1.1 , Tomcat 5.0.28 and Java 1.4.2.I am getting theses errors although i have imported these c.tld struts-bean-el.tld struts-html-el.tld struts-logic-el.tld In the WEB-INF directory And commons-beanutils.jar commons-collections.jar commons-digester.jar

Still PLZ Help with Cannot find message resources under key org.apache.struts.action.MESSAGE

2005-01-13 Thread Avinash Sridhar
-resources parameter=com.masslight.StrutsExampleClasses.ApplicationResources null=false / Regards, David -Original Message- From: Avinash Sridhar [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 10:01 PM To: user@struts.apache.org Subject: PLZ Help

Help with ApplicationResources.properties file.

2005-01-13 Thread Avinash Sridhar
/validator-rules.xml,/WEB-INF/validation.xml / /plug-in Hope that helps. Todd |-+ | | Avinash Sridhar| | | [EMAIL PROTECTED]| | | .com

ApplicationResources.properties file kindly help

2005-01-13 Thread Avinash Sridhar
Hi, Thanks for the friendly piece of advice, I did correct it and changed the dtd from 1.0 to 1.1 and I got no errors now., ?But I have gotten into this problem this is the data inside my ApplicationResources.properties file present inside the classes directory.

ApplicationResources.properties file kindly help

2005-01-13 Thread Avinash Sridhar
will not show. Jack On Thu, 13 Jan 2005 10:59:32 -0700, Wendy Smoak [EMAIL PROTECTED] wrote: From: Avinash Sridhar [EMAIL PROTECTED] What could be the problem, it not reading the ApplicationResources.properties file. http://struts.apache.org/userGuide/configuration.html

PLZ Help with Cannot find message resources under key org.apache.struts.action.

2005-01-12 Thread Avinash Sridhar
Hi All, This is my directory structure WEB-INF i have struts-config.xml and web.xml WEB_INF classes / com / masslight / StrutsExampleClasses/ ApplicationResources.properties Name.java NameForm.java SetNameAction.java files /***Error **/ Cannot find message resources under key

Please Help with this error Cannot find message resources under key org.apache.struts.action.MESSAGE

2005-01-12 Thread Avinash Sridhar
Hi All, Do Excuse my reposting, but i cant seem to figure it out.help wud be greatly appreciated This is my directory structure WEB-INF i have struts-config.xml and web.xml WEB_INF classes / com / masslight / StrutsExampleClasses/ ApplicationResources.properties Name.java NameForm.java

RE: Where to put the business logics?

2004-09-21 Thread sridhar ramalingam
Mastering Enterprise JavaBeans by Ed Roman, Scott W. Ambler and Tyler Jewell. I have been reading this book, it is a good book for beginners. Sridhar -Original Message- From: PC Leung [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 7:04 AM To: Struts Users Mailing List

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

RE: Caching Framework

2004-08-16 Thread sridhar ramalingam
Ravi, Take a look at the logon example again, org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn.java. Regards, Sridhar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 6:54 AM To: [EMAIL PROTECTED] Subject: RE: Caching

RE: connection pooling

2004-08-16 Thread sridhar ramalingam
, org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn.java for more details. Regards, Sridhar -Original Message- From: Saurabh Bhatla [mailto:[EMAIL PROTECTED] Sent: Monday, August 16, 2004 2:24 PM To: Struts Users Mailing List Subject: Re: connection pooling David, But i want to make a business layer and call the DAO from there. I

Nested tags...

2004-08-13 Thread sridhar ramalingam
/logic:equal But, I'm getting this error... Unterminated user-defined tag: ending tag /html:form not found or incorrectly nested Please help me find a work around to this. Regards, Sridhar

RE: Using a servlet code within Struts

2004-06-16 Thread Kommana, Sridhar
Look at it here: http://www.jguru.com/faq/view.jsp?EID=531024 -Original Message- From: Ricardo Andres Quintero [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 11:28 AM To: [EMAIL PROTECTED] Subject: Using a servlet code within Struts Hello everyone I want to make some servlet

struts java script problem

2004-06-02 Thread R Sridhar
me. Thanks, Sridhar

Re: struts java script problem

2004-06-02 Thread R Sridhar
text fields with appropriae values taken from database. how can i do this. please help me. - Original Message - From: Srinivas Rao [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, June 03, 2004 10:04 AM Subject: Re: struts java script problem Hi Sridhar

Servlet filters with Struts

2004-04-09 Thread Kommana, Sridhar
Hi, Iam using TimerFilter in my application which gives the response time taken for executing the each Action class. Does this will affect the performance of the application on production environment. Is there any known performance or stability issues with Servlet filters with Struts?