Hello. I hope that I am posting in the correct forum. If not, please direct me to the correct one. Also, I will be as concise as possible being a newbie to
Struts.
Here is the JavaScript call to open the window
My
JSP with ExtJS
Here are the struts action class mappings
The JavaScript has a URL call that is mapped to my execute() method. When the window opens, I have a URL call to the loadDiagnotics() method to retrieve data from the server. However, the call gets mapped to the execute() method. I have the same issue with my 'Refresh' button within the JSP. The button is mapped to the getDiagnostics() method. However, when the button is pressed, my JSP page seems to call the execute() method instead of the loadDiagnostics() method. In both cases, the execute() is called. How can I get the correct method mapped? Any help is appreciated.