Hmm 

1) Why can't it use the XX.do of struts? Its just a resource as far as
an external system is concerned.

2) How do you know the action is not instantiated? Are you getting an
error message in tomcat? Can you send that along if so. Without an error
message I would be want to think that the action is being instantiated,
you are just not seeing the results you expect. 

3) Have you tested your action with some type of unit test to make sure
it is really working? A pretty good example of how to test struts
actions can be found in Matt Raible's equinox (it's a minimalistic
webapp for training vs appfuse which is for production use).


Al

-----Original Message-----
From: Shashikant Hire [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 02, 2005 12:14 AM
To: Struts
Subject: Struts - Not instantiating Action class.

Hi,

My application consists of two major component one is speech application
and
other is web application.
The speech application send some data to web application, web app store
that
data in database.

The speech application is developed using Nuance VBuilder and it is
deployed
in Nuance v-server.
The web application is deployed in tomcat.

Speech application invoked a jsp (as speech application can not using
the
action mapping of Strut-config.xml). In the body load method of jsp/html
it
calls document.forms[0].submit. In the action property of form we have
specified the action mapping.

When html is loaded it does invoke the Strut framework, The Strut frame
work
create instance of our Form object. But it
does not create instance of my Action object and does not calls execute
method.

what is wrong, can anybody help me ? Why action object is not created by
Strut? How to debug this?

Thanks in advance

Regards,
Shashi


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to