RE: Unable to see Resource File

2002-03-12 Thread Satish Jeejula
I had seen the problem, only and only if the application properties file doesn't have the entry for that property ... For example: "error.generic" is missing from the properties file. So can you check if the resources\properties file hasn't changed recently .. Hope this helps. Satish -O

RE: JavaScript Form/submit Function

2002-03-11 Thread Satish Jeejula
I had noticed the problem. This is how I made it work. The java script that is invoked by pressing submit button returns 'true' or 'false'. The form gets submitted only if the value of 'onclick' attribute is true. I use tag as following .. The javascipt code is as follows ... f

StackOveflowException - poolman

2002-03-08 Thread Satish Jeejula
Hi All, I am running a web application under apache1.3.22\Tomcat3.3 using struts1.0\poolman2.1-b1 on Windows NT server. After running fine for 5-6 hrs, tomcat crashes with StackOverflowException. Then for all the requests that come afterwards, an error is thrown with huge stacktrace (I printed i

RE: Struts Web App Challenging user with BASIC Auth

2002-03-07 Thread Satish Jeejula
Re: Struts Web App Challenging user with BASIC Auth Subject: Re: Struts Web App Challenging user with BASIC Auth From: "David Bolsover" <[EMAIL PROTECTED]> === Satish Have you correctly configured the Tomcat server.xml file? David Bolsover "Satish Jeejula" <[

Struts Web App Challenging user with BASIC Auth

2002-03-06 Thread Satish Jeejula
Hi All, I have a web application using struts running under apache\tomcat3.3 configuration. I want to make this app challenge the user using HTTP BASIC Auth scheme. The admin context that comes with tomcat does implement this. But the admin is not using struts. I have added security-constrain

RE: Poolman is gone, I hardly knew ya

2002-03-05 Thread Satish Jeejula
I had my application working with PoolMan and put it in production too just TODAY. I cannot break this news to my higher-ups. So is there any good connection pooling software. thanks, satish -Original Message- From: Bryan Field-Elliot [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05,

Poolman Setup with Struts under tomcat 3.3

2002-03-05 Thread Satish Jeejula
Hello All, I am try to use poolman with struts under tomcat 3.3. I placed poolman.xml in the web-inf\classes directory and removed the datasource tag from struts-config.xml. But it is throwing following error... java.sql.SQLException: SQLException occurred in JDBCPool: java.sql.SQLException:

Help setting up PoolMan with Struts in Tomcat 3.3

2002-03-03 Thread Satish Jeejula
Hi All, While reading thru the poolman user guide, I found that with TOMCAT 4.0, I should put poolman.xml in my web application WEB-INF\classes directory. Is that true also with Tomcat 3.3 also?? Any help is appreciated. Thanks, Satish -- To unsubscribe, e-mail:

Urgent help - Connection reset by peer error with Struts ..

2002-03-03 Thread Satish Jeejula
Hi All, I am using struts for my web application under apache\tomcat configuration. Everything seems to working fine and then after some time of no activity the application hangs. When I check the tomcat console for errors, I see lot of the 'Connection reset by peer' errors ... After little bit

Recall: Order Validation Errors

2002-02-15 Thread Satish Jeejula
Satish Jeejula would like to recall the message, "Order Validation Errors". -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Order Validation Errors

2002-02-15 Thread Satish Jeejula
Hello All, In a jsp page which had form with this order or elements. 1) Element A (required) 2) Element B (required) 3) Element C (not Required). some more elements I submit the form with entering any data for the required fields. In my validation method of the form, I check for required fie

RE: question re. accompanying Struts example

2002-02-13 Thread Satish Jeejula
P, I found this behavior only if a user is logged in earlier. Let me be more elaborate. 1) I register as if I am first time user. 2) Save my registration information. This takes me to the main.jsp page. 3) I go back (by pressing back button on my browser) to the index.jsp, without loggin off. 4)

RE: Help with JavaScript in Stuts

2002-02-13 Thread Satish Jeejula
Supriya, I assuming that update() function will return 'true' or 'false'. So in your jsp page the syntax of using java script will be hope this helps. Satish -Original Message- From: SUPRIYA MISRA [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 3:33 PM To: [EMAIL

Using JavaScript in the JSP Pages

2002-02-08 Thread Satish Jeejula
Hello All, I am using JavaScript to validate credit card number field in the JSP page. Using tag for the form in JSP page. The form is getting submitted even though the credit card is not validated. How I can prevent this from happening. Thanks, Satish -- To unsubscribe, e-mail:

Form Action

2002-02-05 Thread Satish Jeejula
Hello All, I am trying to use the tag for a form in a jsp page. But the action attribute for the form is dynamically constructed from the request. I have tried using jsp request object to construct the action part like this "> But this is giving an error as pasted below Error: 500 Location:

Form Field Values

2002-02-05 Thread Satish Jeejula
Hello, I have a form and corresponding action to it. When ever I submit the form (with some errors), I get back the validation errors but I loose all the information I enter into the form fields. I have mirrored my form to the registration form in the struts-example. But still it does not work.

RE: Message Resource

2002-01-31 Thread Satish Jeejula
: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 8:33 PM To: Struts Users Mailing List Subject: Re: Message Resource --- Satish Jeejula <[EMAIL PROTECTED]> wrote: > Hello, > > How can I get hold of the message resource from jsp page? > I can do this

Message Resource

2002-01-31 Thread Satish Jeejula
Hello, How can I get hold of the message resource from jsp page? I can do this in my actions by calling getResources() method. Is possible to get message resources from jsp pages??? Thanks, Satish -- To unsubscribe, e-mail: For additional commands, e-mail:

Setting and Getting Attributes

2002-01-31 Thread Satish Jeejula
Hello All, I am redirecting my request to another jsp from the current action object. Before redirecting, I would like to add some attributes redirecting url. I tried using setAttribute method in HttpServletRequest class. But I am not able to retrieve it in my jsp page. The only way I can do it