Controller provides a centralized entry point for handling requests. Usually is referred as a part of Model-View-Controller design pattern.
0
votes
2answers
41 views
pass an object's id to another nested object
I'm working on a videogame database, where users can make game entries, rate and review them.
In order to review a certain game, the review object needs to get the game's id, to be associated to this ...
1
vote
0answers
56 views
$_POST not working with apache rewrite. using index.php as controller
THE PROBLEM: I can't get any POST variables anywhere. Not even at the top of index.php. Is this because of the apache rewrite rule?
Here is my .htaccess rewrite rule:
Options +FollowSymLinks
...
-1
votes
1answer
44 views
How to get Controller name, and data avalible in a custom Controller using GetApiExplorer()
Hi I have BaseController : ApiController
And TestController : BaseController
How to get Controller Name & and relevant details of TestController
using bellow code
...
0
votes
1answer
79 views
Passing ext textbox values to javascript and then to controller action
I have a scenario where I have to pass the username and password values from ext textfield to a controller action to do validation with the database. I have written the following code
...
0
votes
2answers
38 views
codeigniter post value not available to form. use post value in controller logic
I have some syntax in my controller:
$data = array(
'submit' =>$this->input->post('submit'),
'period' =>$this->input->post('period'),
'buom' ...
0
votes
0answers
47 views
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 with @ModelAttribute methods. When I have two on the same controller, they are not always ...
0
votes
1answer
273 views
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:
Uncaught TypeError: Object [object Object] has no method 'getMainPanel' when the ...
1
vote
1answer
48 views
Spring Controller JSON
I have a Spring API that returns JSON, the controller methods builds the JSON string using StringBuilder and returns the JSON string which can be viewed as raw JSON in the browser.
Is there a better ...
0
votes
1answer
31 views
How to populate form helper select with array?
I have the following array data that is being fetched from a table that isn't mine.
Array
(
[0] => Array
(
[sys_sbu] => Array
(
...
1
vote
3answers
44 views
Rails Controller — just return the processed data (dont load into a view)
I'm new to Ruby and Rails. I just completed a course in Laravel, so I am aware of the MVC system(not a newbie as far as the basic concepts are concerned).
I have a rather simple question,
I am ...
1
vote
1answer
47 views
Application Init Handler Equivalent in Angular?
I would like to "simulate" global variables in Angular. I would also like to be able to initialize those "global variables" in an App_Init()-type of handler. Such an initialization will require $http ...
1
vote
1answer
66 views
Connot add controller in ASP.NET MVC project
I'm trying to add a controller in my ASP.NET MVC project.
I am using Entity Framework Code First (5.0), and when I right-click the Controllers folder in my project and selecting Add Controller:
...
0
votes
0answers
91 views
How to integrate Spring MVC with Primefaces ? How to handle mapping betwwen Managedbeans of primefaces and SPRing MVc controllers?
I discover that it's possible to take and advantage of primefaces components and keep handling them in an MVC pattern like the way Spring MVC is handling voiews. So I'm wandering how can this happen ? ...
0
votes
0answers
29 views
Request going directly to view instead of controller when they have the same name
I'm experiencing a weird behavoir when I try to make a view for an MaximumRequestLengthExceeded error page. It seems like when the Controller Action is named the same as the View the request goes ...
1
vote
2answers
59 views
Spring MVC — nothing happening on submit
I have the following form in my Spring 3.2 MVC application. The controller method is not being called. Here is my form.
<form:form commandName="bulletin" method="post" ...
0
votes
1answer
62 views
Grails Generating a zip file for the user to download
I am a newbie to grails currently working on a web-app project that works with users uploading pictures. Users can create a "hunt" with a list of prompts. Each "prompt" is the objective for ...
0
votes
0answers
26 views
performSelector:@selector error
Im trying to make this xcode project work but when it reach this method:
- (void)xmlReaderDidFinishedParsingDocument{
[[[UIApplication sharedApplication] delegate] ...
0
votes
1answer
42 views
Grails renamed controller is not logging
I renamed one of my controllers using DOS commands and it stopped logging. All the others controllers created with grails create-controller are still logging.
Are there any files where grails is ...
0
votes
1answer
45 views
Return control from controller's action with lambda in Rails
How can I fix this error? I want to DRY my controller, and in each method I perform a sanity check on params[], just making sure all params are present.
The problem is with lambda's return. As it is ...
0
votes
1answer
58 views
How to pass variable from controller to the view joomla mvc
How do I pass my variable from joomla sub-controller to the view according to this example
class MYControllerControllerParser extends JController{
public function ...
0
votes
0answers
32 views
How to access gridpanel from controller to save grid data to database
I have a gridpanel and I want to update the data in the grid to a database, but I am not able to access the grid in my controller so that I can proceed and update the database in the database.
0
votes
0answers
53 views
Passing values into a strongly typed MVC 2 view?
all.
I am relatively new to Microsoft's new implementation of Model View Controller. I'm creating an app in MVC 2.
I have a strongly typed view called "CreateAlbum" that's tied to a model class ...
0
votes
3answers
29 views
Rails index action always returns null
So I am having an issue where I have this index action that is supposed to return json, but in the browser I am always getting a null response.
Controller
class Admin::Groups::UsersController < ...
0
votes
1answer
190 views
switching between views in sencha touch
I have the following view code in sencha touch 2
Ext.define('WL.view.Categories', {
extend: 'Ext.Container',
requires: [
'Ext.SegmentedButton',
'WL.view.movie.List',
...
0
votes
0answers
54 views
Undefined property error in my Controller in CodeIgniter 2 [closed]
I am currently in the process of upgrading my custom news system to CodeIgniter 2.1.3.
Can someone explain why I am getting the following error when trying to visit the news section:
A PHP Error was ...
0
votes
0answers
28 views
Error message: Got Errno::ENOENT No such file or directory after manually create controller file
Hey guys i have a application call demo. In demo, a main scaffold call 'contact'. now i'm trying to add a new model 'address'(with 5 attributes, using 'rails g model' command) and let all addresses ...
0
votes
1answer
19 views
Rails: Dynamically build array from inherited controllers method
I'm building an CMS as a subset of gems, all inheriting from the Base gem. Each gem provides different functionality, i.e. blog, pages, events, etc. I want to setup my Base gem so that it can ...
0
votes
1answer
20 views
Undefined method to_slug in Page controller
I cant understand my this is not working. I am trying to add a method to create a slug from the title of a page when the user creates a new page (using Ruby on Rails).
This is my create method:
...
0
votes
1answer
27 views
Codeigniter: using libraries in controller?
I want use my library function in controller file. Is it possible ? Thanks..
1
vote
1answer
59 views
No Control buttons in mediaplayer show up
im new to Android and im trying to make a really simple app. Its just one activity which contains a MediaPlayer for playing audio or video files.
I managed to play a song, but it just wont show me ...
1
vote
1answer
52 views
Select tag rails
I have a view where I need to show a list of pages (I have a model called Page) and then i need the id of the selected page
I have this code in the view
مهمة جديدة
: <%= form_for :task, :url ...
0
votes
1answer
72 views
addCookie method doesn't adds the cookie to an httpServletResponse
I gotta set a cookie into a controller but when i try to add it to an HttpServletResponse object it seems to not work, neither with HttpServletResponse.addCookie(String) nor with ...
0
votes
2answers
41 views
methods to call a model name on Controller's
I am freshman of CakePHP...
Is there any methods to call a model name on Controller's?
Lets say i have 3 Model - User,Group,Widget..
and 3 Controller - UsersController, GroupsController, ...
0
votes
1answer
51 views
JavaFX 1 FXML File with Multiple Different Controllers?
There are two differnt stages in my application that are help screens thatuse the same FXML file. Rather than create 2 FXML files, I would like to use just one and have two controllers that call the ...
0
votes
0answers
84 views
ASP.NET HttpPost not passing Dictionary object into Action method
I am having trouble retrieving a Collection class in the HttPost method in my Controller code.
For some reason it is a able to retrieve an 'int', for example, but not a Dictionary.
I am using a ...
0
votes
1answer
17 views
Sequence of rules
My application is not working correctly with my input parametres.
I have 2 rules at config urlManager:
...
0
votes
0answers
35 views
Set Magento template in controller
Here is the scenario, i have a site that using different theme for mobile and it is set on the admin panel. Now i want to add a link on the mobile page that will use the default template design. My ...
1
vote
1answer
62 views
In a post method, how to get compact parameters instead of all the object properties
Maybe the title is not so explicitly. Let me explain you my situation
I've got a get and post method in my controller. In the GET method, gets the entities from the database context
[HttpGet]
...
0
votes
1answer
83 views
How to get the current module/controller/action from a view script in Zend Framework 2?
Is it possible to get the current module/controller/action name from a view script? How can I do it?
-1
votes
2answers
44 views
Symfony2 execute service before controller action
So we've got SomeBundle and want execute some actions (services\another action from another bundle or something else) before SomeBundleControllerAction will be called. I read that some guys tries it ...
1
vote
4answers
67 views
Spring MVC: How to treat html suffix like any RequestMapping
I have a legacy system and some url rewrite rule that we want to get rid. One of which is a rule to change is /tools/lookup.html?what=this and change it to /tools/search?what=this and actually returns ...
0
votes
3answers
88 views
Spring MVC controller custom parameter name
I have a Spring MVC controller. And I have in the method 50 parameters. All of the parameters have very specific name, for example: FOO[].
I don't want write 50 parameters in the method signature ...
0
votes
2answers
66 views
Controller.View returns null
I'm unit testing someone else's ASP.Net MVC4 Controller action method. Its last line is:
return this.View("ConfirmAddress", addressModel);
This returns null in my unit test. The Controller.View ...
0
votes
1answer
145 views
Laravel Before Filter in the Controller with arguments
I have some troubles with filters in my controller and there parameters. Maybe one of you can help me out. Thank you.
I have a controller similar to this one:
class Test extends Base_Controller
{
...
1
vote
2answers
82 views
Symfony2: get list of all routes of a controller
I have a controller which implements all routes/urls that are used for showing the help-pages.
The routes are defined by annotiations.
I had the idea to offer a generic index over all help-pages. Is ...
-2
votes
1answer
48 views
How i can assign a object from another object in JSP?
I am using Spring MVC .
And I have a method in controller which before returning a jsp puts a object in ModelMap.
modemap.put("Members",members);
Students is a POJO having a List and List.
Now ...
1
vote
2answers
142 views
Spring 3.2 — 404 error calling a controller method from a link in a JSP
I'm trying to use a link in my JSP to pass a parameter to a method in my Spring controller, but I get a 404 error. Here is the relevant part of my JSP code.
<c:forEach var="bulletin" ...
0
votes
0answers
22 views
AssociationType Mismatch in Ruby on Rails
I have a model, HighSchool (high_school.rb), that is extends User, and a model Athlete, (athlete.rb), that also extends User. In Athlete, it has a belongs_to :high_school. In HighSchool, it has a ...
1
vote
1answer
103 views
No controller is found by Web API although controller exists
I created one solution with two projects: one is a class library with a Self Host Web API (created with the help of http://www.asp.net/web-api/overview/hosting-aspnet-web-api/self-host-a-web-api), the ...
0
votes
2answers
35 views
Error - Template is missing, unable to have 2 show views for the same posts
This is a follow up question to: Two separate show views for the same database in Rails
The error I am getting is:
Template is missing
Missing template items/show, application/show with ...



