RE: Tomcat5 not logging me in

2004-08-10 Thread tiwari.rajeev
Could you please add some more log comments on various levels i.e. request received by servlet, connection called from connection pool, connection received, and then print connection object (it will print its reference) before using it and then check the connection, whether it is alive or not. I

RE: null pointer --org.apache.commons.digester.Digester.getXMLReader(Digester.java:902)

2004-08-08 Thread tiwari.rajeev
Could you please check web.xml file, specifically if any hardcoded path is defined over there. - regards Raj (+91-11-31261821) -Original Message- From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] Sent: Friday, August 06, 2004 9:53 PM To: Struts Users Mailing List Subject: FW: null pointer

RE: HTTP Compression

2004-08-06 Thread tiwari.rajeev
Hi shailandar, I myself have not done the same but one of my associates in previous organization has had the experience in image compression. If you need, I may refer you that person. -regards - regards Raj (+91-11-31261821) -Original Message- From: Shailender Jain [mailto:[EMAIL PROT

RE: How to show a 'please wait' page while performing action

2004-08-05 Thread tiwari.rajeev
Sorry fr'd, Code snippet I would need to write again as I have left the organization so do not have access to that code base. Hope you understand this practical situation/ - regards Raj (+91-11-31261821) -Original Message- From: Shailender Jain [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: System.out.println

2004-08-05 Thread tiwari.rajeev
Shailander, Few clarifications on this regard: If you using MVC approach, and all you class components going through same servlet or common point. Provide a method in this controller servlet which will be called in init method and will set the out.write target to different filename. Then onward

RE: How to show a 'please wait' page while performing action

2004-08-05 Thread tiwari.rajeev
Yup buddy, We tested it in both the case and it worked pretty fine, But yup, the code to invoke div was a bit different in netscape*. If we need to keep support for multiple browser compatibility, get the browser name and version in start and code the page in DHTML fashion and on change of the f

RE: How to show a 'please wait' page while performing action

2004-08-05 Thread tiwari.rajeev
Hi Christian, Here I am giving you the approach we implemented to handle this scenario. We developed two separate presentations in two div of a html page before converting this page to JSP. One div (div1) of this just display "Please wait, Work in Progress" kind of message and second div (div2) c

RE: executeBatch

2004-07-26 Thread tiwari.rajeev
I am perfectly in sync with Matthew. For shailendar's problem, I am looking into the format in which batch request goes to database so that we could limit the number of characters of this is issue. - regards Raj (+91-11-31261821) -Original Message- From: Matthew Ryan [mailto:[EMAIL PRO

RE: executeBatch

2004-07-26 Thread tiwari.rajeev
Hi Shailender, As per me, even 100 records performace is not optimum for your case. Please check the setup (configuration) and leakage of recourse if any. It should not go more than 8 seconds. But yup, it will highly depend on the content you updating. - regards Raj (+91-11-31261821) -Orig

RE: Changing a field from not updatable to updatable at runtime...?

2004-07-25 Thread tiwari.rajeev
If Satish has stated the problem correctly, it can be achieved by using JavaScript function and on call to that function, change the status editable as true/flase. - regards Raj (+91-11-31261821) -Original Message- From: Kataria, Satish [mailto:[EMAIL PROTECTED] Sent: Monday, July 26,

RE: Changing a field from not updatable to updatable at runtime...?

2004-07-25 Thread tiwari.rajeev
Can you please elaborate the problem - regards Raj (+91-11-31261821) -Original Message- From: Research labs [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 9:45 AM To: [EMAIL PROTECTED] Subject: Re: Changing a field from not updatable to updatable at runtime...? Is it possible to

RE: executeBatch

2004-07-25 Thread tiwari.rajeev
Wow giri, Same reply - regards Raj ([EMAIL PROTECTED]) (+91-11-31261821) -Original Message- From: Giri Senji [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 10:10 AM To: Struts Users Mailing List Subject: Re: executeBatch Why not break it into 30 requests of executeBatch( with 10

RE: executeBatch

2004-07-25 Thread tiwari.rajeev
Did you experiment breaking the batch to 2-3 packs? (500-800 in one go). - regards Raj (+91-11-31261821) -Original Message- From: Shailender Jain [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 10:07 AM To: [EMAIL PROTECTED] Subject: executeBatch Hi, I want to insert some 3000

RE: debugging prepared statements...view built SQl...Newbe?

2004-07-25 Thread tiwari.rajeev
I will also love to know this answer - regards Raj (+91-11-31261821) -Original Message- From: Research labs [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 9:44 AM To: [EMAIL PROTECTED] Subject: debugging prepared statements...view built SQl...Newbe? Is there anything in Struts t

RE: some best practices questions

2004-07-25 Thread tiwari.rajeev
Just in continuation to discussion, as Peter says, My comment would be that *data* caching should be done in the data layer > (like I would like to make small comment on the same, Data Caching should be keeping in mind that kind of data we need to cache. If cached data is of presentation spe

RE: Accessing index properties in javascript validator

2004-07-23 Thread tiwari.rajeev
Hi, Solution suggested by Mark is appropriate and JS has no such limitation. - regards Raj (+91-11-31261821) -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 3:10 PM To: Struts Users Mailing List Subject: Re: Accessing index properties in javascr

RE: About Struts + JBoss preference issue

2004-07-23 Thread tiwari.rajeev
Hi, You can use Jspc task for the purpose. However, for Weblogic container, Wljspc task is also vaiable. - regards Raj (+91-11-31261821) -Original Message- From: HG [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 1:18 PM To: Struts Users Mailing List Subject: Re: About Struts + J