I have a problem concerning the Action.executed method. I found out that it is invoked more than once. This results in several lines
of log and I also noticed that during debugging. This problems is mentionened a lot of times in the archives, but I don't find a clear explaination of that.
The situation is: I invoked a action from one side. The action is defined as follows:
<action
path="/backoffice/editperson"
type="org.macoma.action.EditPersonAction"
>
<forward name="success" path="/backoffice/editTeilnehmer.jsp"/>
<forward name="failure" path="/backoffice/teilnehmerliste.jsp"/>
</action>
Theres no javascript, no form or anything else involved. The browser I use is mozilla 1.0.
I have the same behavior also an a different action having a form.
Can someone explain that?
Thanks in advance
Michael
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
