Top "Controller" questions

A controller is responsible for executing a sequence of instructions in response to some stimulus (maybe a command, action, or event).

Sencha Touch 2.1 Get View by Ref in Controller

When trying to programatically push a view into the main navigation view on the viewport, I get the following error: …

controller ref sencha-touch-2.1
Post processing of a Json response in spring MVC

I have several controllers that return the same generic Response object with @ResponseBody annotation, like this: @RequestMapping(value = "/status", method = …

json spring-mvc controller interceptor
Spring multiple @ModelAttribute methods in the same @Controller

I have a page with two different forms (with two different submits) on Spring MVC 3, and I have a problem …

forms spring model controller modelattribute
Detecting if value of attribute changed during last update doesnt work with Active Model Dirty

I am trying to send a notification email in my rails app only if the value of my column status …

ruby-on-rails controller attributes activemodel
Custom page in Prestashop 1.6 without CMS

I'm currently creating a customized page based on Bootstrap so I cannot pass through the CMS. I created a file …

php controller prestashop-1.6
How to organize controllers/presenters in a large JavaFx 2.0 application?

For a project I've been working on a JavaFX 2.0 desktop application (a keytool UI). The way JavaFx2.0 works (in my …

java model-view-controller controller mvp javafx-2
Listening to events between view controllers

I am having trouble trying to figure out how to listen to events fired in one View Controller from another …

extjs controller listener listen
Namespace change - Multiple types were found that match the controller named 'Home'

I ran into the following problem after changing the namespace for my mvc project: Multiple types were found that match …

asp.net-mvc namespaces controller visual-studio-2012
.NET MVC Best practices as far as keeping the controller from being very unreadable

I have been developing my first large (for me) MVC project for a couple of months now and things are …

c# asp.net-mvc controller service-layer
Which method is called when back button clicked in navigation controller?

I want to save DB when the back button clicked in navigation controller. so I would insert code in method. …

ios xcode controller navigation back-button