O. Oke wrote:

Can anyone please tell me where the "main" (public
static void main...) class of a Strus web application
can be found.  To put it another way, when I click a
button in an HTML form, which "main" class kick starts
the chain of processing that eventually leads to my
action class being executed?
Er...

I think you may have some misconceptions about how this whole Java thing works.

Bottom line, there isn't one, which answers your question in a completely useless way.

What do you really want to know? The entry point into a Struts Action (Action.execute)? How that Action gets mapped from a URL to a class (struts XML config files along with the default RequestProcessor)? How to understand the entire Struts framework?

Dave



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

Reply via email to