I am using Dispatch Action and getting following error message in browser.Please help me
Status report
message Action[/demo] does not contain method named edit
description The server encountered an internal error (Action[/demo] does not contain method named edit) that prevented it from fulfilling this request.
This would tell me you are trying to access ..../demo.do?actionType=edit
That method doesn't exist in your action. Your action has a method called EditUser, which of course should be named editUser to follow proper naming conventions. I didn't see where you are making that request, maybe in your javascript file.