I have some requests in my struts 2 application.
When using json request, i can see them running more than twice, even 5 times. why!
Please help!
I Have my method declared like this :
@Actions({ @Action(value = "/getelements", results = { @Result(name = "success", type = "json") }) })
public String myelements() {
// getting elements here
}
it is the get tha make it running again and again ?