Hi, I have a general problem in understanding a Action servlet. Is the servelt always involved when I access the belonging URL?
e.g.: <action path="/trinkwasserform" type="trinkwasser.TrinkwasserInputAction" name="trinkwasserInputForm" scope="session" input="/application/datensteckbriefe/forms/form_trinkwasser.jsp"> <forward name="success" path="/app/trinkwasserform?todo=speichern"/> <forward name="preview" path="/application/datensteckbriefe/forms/form_trinkwasser_preview.jsp"/> </action> I access the *something*/trinkwasserform action. In that action I am logging a text to the serverlog. I am realy supprised that the logged text showes up only once within the log! Isn't the Action Class always processed when I call the URL (e.g. /trinkwasserform ?) thanks, Rainer