Hello;
This is my firs time working with
struts and I am working in an existing application. I need to expose a method in an Action and am getting a "does not contain specified method" exception. I suspect I have not configured the action correctly (do I need a form bean?). Also I have an extra parameter (page) that I am not sure how to map.
Any tips?
Below are my details.
Here is the Struts config
In an action, that extends DispatchAction, I have the following method (code reduced for brevity):
I call the action like this.
The error I get is: