Tagged Questions
0
votes
0answers
11 views
How to Remove Blocks and render again using ajax in Magento?
I have a Magento page which contains a core/text_list block which I then populate with custom template blocks which later on I want to be able to remove using an ajax request, and I want them to ...
0
votes
0answers
31 views
Tell ruby controller to send error message back to same web page
I have a html form on my website that a user fills out. When the user clicks on the submit button I have a controller file that takes all the values from the form and uses them to insert into ...
0
votes
1answer
71 views
insert values to database via Ajax - Spring MVC
I have already read this and this to get some help but there is something wrong in my code. Well I want to insert a form to database via Ajax and this is what i did:
The Ajax function :
<script ...
0
votes
2answers
68 views
JQUERY Ajax passing null object to my Controller
Can anyone help me?
I'm sending some data object to my controller using ajax, but I am getting null values of my objects in my controller. I tried everything and nothing happend.
My Model cs:
...
5
votes
3answers
214 views
Controller can not detect ajax requests
I am using simple_form gem and generating the form I am specifying the remote:true option like this:
<%= simple_form_for @webinar, validate: true, remote:true do |f| %>
So, the output html ...
0
votes
3answers
210 views
knockout.js ajax results in ASP.Net MVC
I have the following controller:
public JsonResult EquipmentSelect(string term)
{
var equipmentSearchViewModel = new EquipmentSearchViewModel
{
EquipmentList = ...
0
votes
1answer
32 views
Advance Search Form for rails app with multi model criteria
I have a rails app with various models and I want to built an advance search form which should be something like this -
Search For --- Model1 Model2 Model3
Search By -- In case of Model1 selected ...
0
votes
3answers
65 views
How to execute an action without going to another view in grails?
I have a code that starts the server and stops the server. However when i press the button the server gets started but it also redirects me to a new view. The code in controller i have is
def test= ...
1
vote
1answer
301 views
Spring 3 AJAX POST request with @RequestBody and @ModelAttribute and @SessionAttribute used together?
Have a Java spring MVC web app, and am making a jquery ajax post request. My Controller is setup to receive and send json data. Everything works, the JSON string is well formatted, and the Controller ...
0
votes
1answer
355 views
AngularJS, jQuery ajax request, always have to request (click) twice
I allready tried to search the anwser... I'm stuck.
I try communicating between controllers (http://onehungrymind.com/angularjs-communicating-between-controllers/).
This works fine for me.
In next ...
0
votes
2answers
48 views
passing data to the controller through ajax from view
I have a page
http://www.mysite.com/discusssion/name_of_topic/page:1
At the click of a button in this view, I want to redirect the param (i.e the url) to a controller and fetch the data.
the url is:
...
0
votes
1answer
130 views
Pagination through ajax and showing post on the same page
I am new to Cakephp, and I m stuck with this thing.
my code is working properly but now i need some modification in my code.
when I try to paginate my view through different pages it works but as each ...
0
votes
0answers
161 views
ajax prestashop 1.5 front controller
How is made a ajax call in a new page called by a controller in prestashop. Example:
-i have a form page call formulario.php in root folder
-this page call FormularioController.php in controller ...
0
votes
1answer
390 views
asp.net mvc 4 controller execute multiple ajax calls in parallel
I have an asp.net MVC 4 controller thats methods are called via ajax.
The problem is that the ajax requests are handled sequentially by the controller.
This causes performance issues as the time to ...
0
votes
1answer
485 views
Call controller function through an AJAX call in prestashop 1.5
I'm trying to call controller function through an AJAX call in Prestashop 1.5. I don't even know if it's possible. This is what I did :
I override product controller (in ...
0
votes
0answers
22 views
rails and ajax request
I have started to learn rails and javascript.
How i canmake properly ajax request to rails controller with jquery?
I write in js file
$.get('http://localhost:3000/take/show',{},function(s){
...
0
votes
1answer
89 views
How do I submit form data to my Ruby Controller via Ajax?
I have a semantic_form_for in my view that sets up a search filter, and more filters are added with a button that, through JavaScript, adds more filters.
<%= semantic_form_for current_coach, ...
0
votes
1answer
230 views
loading a view after an ajax call, CodeIgniter
I have an ajax call from javascript to a method in a controller, the method in the controller should be loading a view(like, show a new page on the screen), Although everything seems ok, the new view ...
0
votes
2answers
125 views
codeigniter controller not running while using ajax
This question is also related to my earlier post
jquery ajax form submit not working with codeigniter but working otherwise
I want to submit a form without loading a new php page. I am using ...
0
votes
0answers
33 views
Handle Ajaxs post message that contains html to java controller
I want to sent a message of type String with a html code in it to a java controller
sadly my println output in the java is strage. ...
1
vote
1answer
93 views
CI and GroceryCRUD DB update row
I use CI 2.1 and GroceryCRUD 1.3.3, i use this 2 function in my controller Admin, but i cant update value of row wher i have 2 values 0/1:
bolean from my view side by click on link or with AJAX ...
0
votes
4answers
152 views
Jquery and AJAX sending only the first row of values
I met with some problem regarding JQUERY and AJAX. I shall post my codes first,
AJAX:
$('#edittable').live('click', function() {
$.ajax({
url: URL,
data: ...
0
votes
3answers
336 views
Code igniter show div else show a different div in a view
I want to set a divs in conditions IN my View but I don't know how to I do it.If the request from controller comes true to him then success div appear otherwise failure div. At the time I am just ...
1
vote
2answers
88 views
Trying to use Ajax in Rails for the first time: Controller rendering empty document?
I have a page rendering a list of Ideas. Each item has a Claim button next to it. What should happen is that the user click the Claim button, Idea#claim controller action runs, and the Claim button ...
0
votes
1answer
274 views
$.ajax call to Controller passes parameters however performs no action?
I have a view where I make take information from a row in Jqgrid and then make an ajax call to the controller using that info as parameteres. The parameters are being passed to the controller however ...
0
votes
2answers
166 views
Issue with sending array of complex objects to MVC cotroller
using fiddler here is the posted data:
first.Id=1&first.Value=This+is+my+first+name.&second.Id=2&second.Value=The+second+one.
on the controller:
[HttpPost]
public void ...
0
votes
0answers
109 views
ASP.NET MVC add button next to dropdown creates item in dropdown
I have CRUD for Country and City when inserting City i have DropDown for countries and button to add new country next to DropDown.
How to reuse Create country
for example User is creating new City ...
1
vote
1answer
204 views
Rendering a partial from a controller in rails
I have a form that is adding rows to the DB via remote => true. I then want to append the new data to a table, but cannot get the correct view to render.
As of now, it is rendering the entire ...
1
vote
5answers
440 views
Good practice? PHP MVC Controller Ajax
Is this a good practice to handle normal and ajax calls with one controller:
<?php
class SomeController extends Controller {
function index() {
...
0
votes
1answer
249 views
best_in_place gem, view not displaying updated edit without page reload
I added the best_in_place gem to my project and the update does NOT take effect until a page reload has happened. I can see it flash in my show view but it requires a page reload. Why is this?
My ...
1
vote
1answer
621 views
Model Passed into MVC 4 Controller Null
I'm trying to serialize a form and pass it into a controller as a model. What I'm doing I've done in the past, but it's not working for some reason, so I suspect I am missing something stupid. Perhaps ...
0
votes
1answer
161 views
How to pass a URL as a parameter to a Spring 3.1 controller
This is fairly straightforward. I need to pass a url to my controller from my front end through an AJAX call, ie "http://www.x.com/some/path". Spring controllers interpret portions of the path as ...
-2
votes
3answers
305 views
AJAX controller in MVC [closed]
I am building a system while at the same time learning and implementing OOP and MVC.
The only thing I am still not sure about is how to incorporate AJAX into my MVC structure, so what I have gone ...
0
votes
1answer
1k views
Posting Forms to Spring MVC Controller using AJAX
How can you use AJAX to post jsp pages to a SpringMVC controller. I would like to integrate AJAX into a SpringMVC application. Also would it be better to use html list box and set an event on it so ...
0
votes
1answer
265 views
send string from controller to error ajax function MVC3
I need to send an error message from controller, in case that,an error happens in ajax function.
Here is my Controller code:
//check if the day is already approved
string check1 = "SELECT ...
1
vote
3answers
150 views
Call to member function error in CodeIgniter
I'm writing a code which use ajax to delete a specific record in the table. But every time I try to delete a record, it gives me the following error.
Fatal error: Call to a member function ...
1
vote
1answer
444 views
How to render partial view in controller for Json
I'm wondering how can I render a partial view to be used in a JsonResult in my controller?
return Json(new
{
Html = this.RenderPartialView("_EditMovie", updatedMovie),
Message = message
}, ...
0
votes
2answers
722 views
Submit a simple form using ajax and rails
Im trying do build a form using ajax.
I read this tutorial, but it is not clear to me.
I would like to submit a simple form and show the result in the same page without refresh a page. I do not have ...
2
votes
1answer
122 views
How to serve an Ajax post request
This question seems simple at first glance, but has slowed down my work! Please, help me to figure out where am I making a mistake.
I would like to build a server using Ruby-on-Rails which will have ...
3
votes
2answers
916 views
Dynamic Add Row to MVC View then pass to controller
Okay, so I've tried a ton of things, none of which I'm very familiar with, and I can't seem to figure out exactly how to get done what I need to do. It seems like a simple task, and I'm sure someone ...
0
votes
4answers
3k views
Jquery Post using ASP.NET MVC isn't reaching the Controller
I need to send Table information from the user, to a MVC Controller using POST (to save it on Server's Session).
I see the POST's information being passed successfully using a Sniffer, but it never ...
0
votes
1answer
257 views
What Goes in the Controller for an AJAX get request in GRAILS
I have an AJAX call in my view,
var ajaxData= $.ajax({
type: "GET",
url: "${createLink(controller:'profile',action:'ajaxList')}",
success: function(data) {
}
});
I created a method in the ...
1
vote
1answer
835 views
Grails accessing controller values from view
I am quite new to Grails, so please bear with me.
My view has javascript code likes this:
//js code in my View
function validateEmailAndSetEmail(){
var result ...
0
votes
2answers
2k views
Spring Controller redirect to another page
Hey I got the following problem.
This is the content of the jspx file:
function postSMTH() {
$.ajax({
type: "POST",
url: document.getElementById("urltxt").value,
data: ...
0
votes
1answer
1k views
Render a .js controller request as html
I have a before_filter in my Rails app that sends users to login_url if they are logged out when they submit a request (in either html or js format).
I would like my format.js to produce an identical ...
0
votes
0answers
255 views
TypeError (can't convert nil into String): Error
I am trying to post JSON datas to server via Rails controller.
My ajax is like
$.ajax( {
url: "http://localhost:3000/widget_denemes/getUserInfo",
data: {userInfo: ...
2
votes
1answer
1k views
Retrieving a json array from a cakePHP controller
I want to return a JSON array from a cakePHP controller. I effectively have a jquery click event which should send either a post, ajax or get call to the controller (specified with URL) and that ...
0
votes
1answer
645 views
Rails: ensure that $.post from jQuery is received as format.json in Controller
I have a jQuery script that is trying to post data like so:
$.post({
$('div#location_select').data('cities-path'),
{ location_string: $('input#city_name').val() },
});
This works, but for ...
1
vote
1answer
694 views
ajax calls to controllers. How to indicate success, complete, and error
If I make an ajax call to a controller.... what needs to happen in the controller so that the ajax call then calls
1) complete:
2) success:
3) error:
4) any other callbacks that exist.
For ex. I ...
0
votes
2answers
61 views
How to Call an Action from a View and return its result?
I have defined an action on my controller which accepts an integer and returns a string value:
public string SqlQuery(int listItemId)
{
return ...





