Top "Actionresult" questions

The value returned by the Struts 2 Action class method when it completes.

How to get the Jquery Autocomplete result event handler to work?

I wrote code that fails to use the JQuery autocomplete to fire a result function after the user selects something …

jquery-plugins autocomplete actionresult
actionresult to refresh current page

From some of the action methods I want to return a result that will force current page to refresh. I …

c# asp.net-mvc actionresult
Returning an ActionResult from another ActionResult

Say I have the following code, mocked up in notepad, so excuse any minor errors :) //Default page public ActionResult Index() { …

asp.net-mvc controllers actionresult
ASP.NET MVC ActionResult View() not changing url

I have a method... [HttpPost] public ActionResult Start(SomeViewModel someViewModel) { ... } that based on some conditions returns things like return View("…

c# asp.net asp.net-mvc asp.net-mvc-2 actionresult
How to change ActionForward with dynamic params in Struts 2

While migrating the application from Struts 1 to Struts 2 In some of the places, the same action class has been used …

java struts2 migration struts actionresult
MVC - use C# to fill ViewBag with Json Action Result

I have an MVC website with C# code behind. I am using an ActionResult, that returns Json. I am trying …

c# asp.net-mvc viewbag actionresult
Recommended way to create an ActionResult with a file extension

I need to create an ActionResult in an ASP.NET MVC application which has a .csv filetype. I will provide …

asp.net-mvc actionresult
Download file from ajax and ActionResult

I want to download files on browser with ajax and ActionResult. The file is downloaded and returned from my ActionResult. …

ajax asp.net-mvc-4 download actionresult
Asp.net MVC How To Open New Window From Controller

So I have a scenario where I want to return my ActionResult...Return View("ViewName", "MasterPageName",model); in a popup …

c# asp.net asp.net-mvc popup actionresult
How to redirect user to different pages based on the submit button in Struts 2

First, please note I know the following code is not in JavaScript or jQuery but I just added them as …

java jsp struts2 actionresult post-redirect-get