Why action called twice in struts2 ?

+1 vote
When i clicked on any link or submit button action method called twice. This problem only happens when i use tiles.
asked Nov 24, 2012 by prashant
   

1 Answer

+2 votes
there are some reasons behind this problem
1- there is any action called twice for link.
2- check you tiles pages there may be any link to #. or any link to same page.
3- check for javascript if it is calling the same action on click.
answered Nov 24, 2012 by sumit 1 flag
Thanks bro. for your answer
...