From: "Dave Newton" <[EMAIL PROTECTED]>
> Nothing immediate smacks me... Without the Action code it'll be tough.
> Is it a subclass of an uber-Action? Are you doing anything...
> interesting in a custom RequestProcessor? How is the action-mapping
> configured, what ActionForward are you returning (i.e., path through the
> Action after submission), etc.

I posted the mapping and the 'execute' and 'addContact' methods:
   http://wiki.wendysmoak.com/cgi-bin/wiki.pl?StrutsDoubleRequest

There's nothing special going on.  Definitely no custom RequestProcessor.
It's just a LookupDispatchAction that looks at 'userAction' to pick the
method.  And at the point you ask it to add a record, it  returns
mapping.getInputForward();

Thanks for looking at it.  I've stared at it for a while and I just don't
see anything that could be causing that second pass through the Action code.

Could anything other than an actual HttpRequest make the RequestProcessor
say:
   Processing a 'GET' for path '/editContact'
?

I'm going to look at all the JavaScript to see if there's something that is
somehow making a second request.  (The 2-3 second delay makes me think this
is happening as/after the page is rendered.)

-- 
Wendy Smoak


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

Reply via email to