RE: executeBatch

2004-07-26 Thread Tumi Mathibedi
What is the problem with your current performance? -Original Message- From: Shailender Jain [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 6:37 AM To: [EMAIL PROTECTED] Subject: executeBatch Hi, I want to insert some 3000 records in the database. I tried using executeBatch() t

RE: RequestProcessor handling http requests

2004-04-07 Thread Tumi Mathibedi
It's a servlet mapping that maps the requests. Please note that "/" in front of your url-pattern is required in order to map the requests correctly. In you case you should replace action *.do With action /*.do All the request that have *.do pattern will be forward to org.apache.strut