Tagged Questions
The ajax-forms tag has no wiki summary.
6
votes
3answers
3k views
Scala lift framework, ajax form that submits multiple values?
I am just getting started with lift and I am now trying to change a normal form to an ajax form but the method processEntryAdd is never called.
def addUser(xhtml : Group) : NodeSeq = {
var ...
3
votes
4answers
5k views
Rails: submit (via AJAX) when drop-down option clicked
What is the easiest and most graceful way to auto-submit an AJAX form when a drop-down box's option is selected? I'm creating an administration page where the admin can modify user permissions (where ...
2
votes
1answer
63 views
JQuery AJAX sending files array from form
I got this code somewhere to upload pics without refreshing the browser. However I didn't like the uploader file so I decided to use the old one I used to work with. The problem is that it is sending ...
1
vote
2answers
727 views
Is it possible to fill in an Ajax form programatically?
I'm doing some automation work and can make my way around a site & post to HTML forms okay, but now I'm up against a new challenge, Ajax forms.
Since there's no source to read, I'm left wondering ...
0
votes
0answers
12 views
ajax and jquery: submitting a form's action to a div
Using jQuery I have a modal pop up that appears with a form to sign in. Once the user signs in I want a php scripts output to appear within the modal pop up (which is essentially a div).
I think I ...
0
votes
1answer
83 views
CakePHP fails loading $ajax->form with Error 503 Service Unavailable
When I try to make an $ajax->form() call within my view, the server responds with: Error 503 Service Unavailable.
I have loaded:
App::Import('Ajax');
$ajax = new AjaxHelper();
(Within my view)
...
0
votes
2answers
76 views
Ajax Form Submission Response
I am having trouble with the function ShowResponse action on my Ajax Form. I am trying to show a simple message in the #show div once the form has been submitted. The Ajax submission is working okay ...
0
votes
1answer
328 views
Helper usign ajax helper BeginForm
Can anyone say why the method BeginForm that I use in a custom helper is rendering this text beforing the first text box?
System.Web.Mvc.Html.MvcForm
It's also working! :) :(
The code I use is the ...
0
votes
1answer
788 views
ASP.NET MVC Ajax Form LoadingElementId
Can anyone please tell how do I reference the loading element id?
I guess I have to write an id of an html element such as a div or an img but I can't put a div or img invisible until it is necessary ...