Hello,

i am currently working on my first struts application. That is why i am
looking at the example and there are a few things i do not understand.

The tour says something about an action-mapping 

> <action path="/EditRegistration"
> ...

indeed there is nothing like this in the struts-config.xml

How does struts know which Action to execute? It could know that from
the name because there is an EditRegsitrationAction.class but how does
it know which jsp to use? There is a Regsitration.jsp which handles
EditRegsitration.do but i don't see a action-mapping for that. I also
don't see any form-bean definitions for the whole Registration stuff.
Are there naming conventions which handle all that? And if they exist
where do i find documentation about that.
I read the UserGuide but that does not tell about naming cenvetions for
form-beans or action-mappings.

I hope you can answer my questions.

Henning

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

Reply via email to