Consider a method in delegate
Public void findThisMethod(String a,Set b,HashSet c){}
So from action class i want to map this method..
Can any one help me out for this case..
From action to delegate..
Note: in Delegate i had a method having one of the argument type as interface ie..Set..
Consider am having action class which extends GenericAction.java..
In genericaction we had generateRequest() method.. in that method, they are calling getDeclaredMethod() method in the delegate class..,
but this method is not suitable for interface arguments..
In your struts.xml (or in your config file for struts, assuming you are using xml for that) try this: