|
YOu need to add parameter="dispatch" or whatever you are naming your parameter that calls your action method. I always call it dispatch but I have noticed people call it other things. Anyway, in your call it would be something like this:
/someAction.do?dispatch="methodIAmCalling"
p
|