For some reason I am getting duplicate requests
whenever I click a certain <input type="image"> button
on one of my web pages. Can someone help me figure out
why? This only happens when I click this one image
button. It does not happen when I click <input
type="submit"> or hyperlinks that sumbit forms (via
javascript). I've been looking into this for about a
week now and have no clue why it would be happening.

Thanks.

Here is the relevant part of my log file that shows
that RequestProcessor is sending 2 requests to my
Action:

DEBUG (RequestUtils.java:1642) - Get module name for
path /Navigate.do
DEBUG (RequestUtils.java:1664) - Module name found:
default
 INFO (RequestProcessor.java:225) - Processing a
'POST' for path '/Navigate'
DEBUG (RequestUtils.java:675) -  Looking for
ActionForm bean instance in scope 'request' under
attribute key 'NavigateForm'
DEBUG (RequestUtils.java:1642) - Get module name for
path /Navigate.do
DEBUG (RequestUtils.java:1664) - Module name found:
default
 INFO (RequestProcessor.java:225) - Processing a
'POST' for path '/Navigate'
DEBUG (RequestUtils.java:675) -  Looking for
ActionForm bean instance in scope 'request' under
attribute key 'NavigateForm'
DEBUG (RequestUtils.java:751) -  Creating new
ActionForm instance of type
'com.avexus.impresa.client.form.NavigateForm'
DEBUG (RequestUtils.java:756) -  -->
[EMAIL PROTECTED]
DEBUG (RequestProcessor.java:367) -  Storing
ActionForm bean instance in scope 'request' under
attribute key 'NavigateForm'
DEBUG (RequestProcessor.java:790) -  Populating bean
properties from this request
DEBUG (RequestUtils.java:751) -  Creating new
ActionForm instance of type
'com.avexus.impresa.client.form.NavigateForm'
DEBUG (RequestUtils.java:756) -  -->
[EMAIL PROTECTED]
DEBUG (RequestProcessor.java:367) -  Storing
ActionForm bean instance in scope 'request' under
attribute key 'NavigateForm'
DEBUG (RequestProcessor.java:790) -  Populating bean
properties from this request
DEBUG (RequestProcessor.java:305) -  Looking for
Action instance for class
com.avexus.impresa.client.action.NavigateAction
DEBUG (RequestProcessor.java:321) -   Creating new
Action instance
DEBUG (RequestProcessor.java:305) -  Looking for
Action instance for class
com.avexus.impresa.client.action.NavigateAction


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com

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

Reply via email to