RE: Dealing with dates

2003-12-08 Thread Mahesh Joshi
BeanUtils.copyProperties() to populate the ActionForm from the DAO and vice versa. HTH Mahesh -- Mahesh Joshi W- 408-543-7214 M- 408-829-8051 [EMAIL PROTECTED] -Original Message- From: Manish Singla [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003

RE: [OT] IE problem. stumped

2003-12-05 Thread Mahesh Joshi
This could be a display driver problem related to IE. I have the same issue sporadically on my machine (WinNT 4.0, IE 5.5 sp2) Our IT folks said its a driver problem and an upgrade could fix it. I am supposed to upgrade to Win2K one of these days. Mahesh -Original Message- From:

RE: Mysql connection error in the morning

2003-11-21 Thread Mahesh Joshi
Put ?autoReconnect=true in the url value. That will fix it. You might also want to look @ removeAbandoned, removeAbandonedTimeout properties of the data source. BTW: this is a mysql question and has nothting to do with Struts. Mahesh -Original Message- From: Mohamed Abu Zur

RE: Application objects

2003-11-04 Thread Mahesh Joshi
http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-filters.html tells you Who's on your site/application and what they are doing? Mahesh -- Mahesh Joshi W- 408-543-7214 M- 408-829-8051 [EMAIL PROTECTED] -Original Message- From: Mathieu

RE: Forward Cannot Be Achieved In One Step

2003-10-28 Thread Mahesh Joshi
forward name=ADD_SUCCESS path=/success.do/ forward name=ADD_FAILURE path=/pages/add_IndivAcc.jsp redirect=false/ /action Check the app log files, it will tell you why its failing. Hope that helps. Mahesh -- Mahesh Joshi W- 408-543-7214 M- 408-829

RE: newbie session problem

2003-10-28 Thread Mahesh Joshi
Hi Geraldine, What application server are you using? I had a similar problem on Tomcat 4.1.24. I put in a simple filter to print out session information to debug the issue. Upgrading to 4.1.27 fixed the problem. Thanks! Mahesh -- Mahesh Joshi W- 408

RE: [Semi OT] When does a servlet get a session?

2003-10-16 Thread Mahesh Joshi
-- Mahesh Joshi W- 408-543-7214 M- 408-829-8051 [EMAIL PROTECTED] -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 4:56 PM To: Struts Users Mailing List Subject: RE: [Semi OT] When does a servlet get a session? Funny you should suggest

RE: Keeping Actions clean - separating actions from business mode l from persistence

2003-10-10 Thread Mahesh Joshi
are welcome! Mahesh -- Mahesh Joshi W- 408-543-7214 M- 408-829-8051 [EMAIL PROTECTED] -Original Message- From: Sasha Borodin [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 5:33 PM To: Struts Users Mailing List Subject: Re: Keeping

Re: Log4J and Struts

2003-09-23 Thread Mahesh Joshi
into websphere\appserver\lib dir not web-inf. here it will not give any error. I was working on the same kind of error an hr before but copy paste into websphere\appserver\lib solved my problem... regards abhijeet - Original Message - From: Mahesh Joshi [EMAIL PROTECTED] To: Struts Users Mailing

Log4J and Struts

2003-09-22 Thread Mahesh Joshi
Hi, I am moving my current web application to struts and I am facing a problem. We use Log4J for our logging (Log4J version 1.2.8) If I have the log4j-1.2.8.jar in my WEB-INF/lib directory, the Action servlet does not initialize Tomcat log file says: javax.servlet.ServletException: Error