Thread: struts error
View Single Post
  #4 (permalink)  
Old 04-24-2007, 08:27 PM
pegitha pegitha is offline
Member
 
Join Date: Apr 2007
Location: Indiana
Posts: 84
pegitha is on a distinguished road
Send a message via Skype™ to pegitha
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
Reply With Quote