Hi,
I am trying to understand the sequence of events that take place using a
simple test <html:form>. When the form's action is submitted, it causes the
Action.perform() method to be called twice in the same request. I thought
it might have something to do with the forward that is returned from
perform() so I returned null, and it still does it. Is this the expected
behavior? I don't think this is happening in the example application, so it
must be something I am doing, but I can't figure out what. Any ideas would
be appreciated.
Thanks,
Vic