| Author |
Struts 2 - Action only executes first time when using IE8 but works as expected in Firefox
|
Richard Golebiowski
Ranch Hand
Joined: May 05, 2010
Posts: 213
|
|
I have a simple JSP page with three anchor tags in my application that I use for testing. After the action is completed I return with the same JSP page and display the results. In IE8 each action executes only the first time it is clicked. On subsequent clicks IE8 will display the page with the results for that action from the first time the link was clicked but the action is never executed on the server.
|
 |
Richard Golebiowski
Ranch Hand
Joined: May 05, 2010
Posts: 213
|
|
I fixed the problem by adding the following:
Stupid IE!
|
 |
 |
|
|
subject: Struts 2 - Action only executes first time when using IE8 but works as expected in Firefox
|
|
|