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
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
2 matches
Mail list logo