user1044209
user1044209

Reputation: 105

Struts Action called twice

I have something like in a jsp page:

 <a id="action_url_1" href="/war/action/click=true" name="action_url_1">Click Here</a>

The execute() method is being called twice.

Can someone please help.

Upvotes: 1

Views: 702

Answers (1)

sumit sharma
sumit sharma

Reputation: 1057

You need to check the whole page if there is a href for # in that case action method called twice and if you are using tiles then all the tiles page for the same hope this will solve your problem. and for further reference click the following link http://qa.compilr.org/28/why-action-called-twice-in-struts2

Upvotes: 1

Related Questions