0
votes
1answer
19 views

check success and error in ajax

I have a button in jsp like this. <input class="submit_button" type="submit" id="btnPay" name="btnPay" value="Payment" style="position: absolute; left: 350px; top: 130px;" ...
0
votes
1answer
27 views

Ajax call to Rest service not successfully calling success function in ajax

I am having some ajax difficulties (and am newish to ajax, but have done a fair bit of searching) when calling a java rest server that I have written. I have a test html page running within the Rest ...
0
votes
1answer
30 views

no data in google charts line chart

ajaxPost(action, "getData", params, function(data) { var response = toObject(data).response; var chartData = new google.visualization.DataTable(); var array = []; for(var i = 0; i < ...
0
votes
3answers
44 views

call the java method using ajax on button click

I have a button in blank.jsp (lets say). <input class="submit_button" type="submit" id="btnPay" name="btnPay" value="Payment" style="position: absolute; left: 350px; top: 130px;" ...
0
votes
0answers
19 views

Proxy Error After Loopback Connection To Localhost On AWS Elastic Beanstalk Server

I have an GWT/AJAX application that needs to provide snapshots to the Google crawler. To do this, I use the HtmlUnit headless browser to fetch a snapshot from the servlet when an _escaped_fragment_ ...
1
vote
1answer
60 views

Ajax post to RESTful web service

I am having an issue with an Ajax post to a RESTful web service in Java. The project utilizes a single servlet mvc model, with the Ajax post data being sent as JSON to the web service. The specific ...
0
votes
1answer
29 views

Tapestry5 zone doesn't update on radio button change using zoneUpdater

I've got 2 radio buttons on my Tapestry5 page and I want to update zone when value changes: <t:radio t:id="allDay" t:mixins="zoneUpdater" t:event="allDayChanged" t:clientEvent="change" ...
-1
votes
0answers
26 views

Taking XML data from web stream and into URL [closed]

Nevermind, Delete post. Thanks
-1
votes
1answer
53 views

Get ajax response in dynamic generated row?

here i create a dynamic web project in which, I using three text fields in a row. when i fill testcode in first text field and press tab key then testname and rate both values are come in other two ...
0
votes
0answers
20 views

SmartClient code Assist in Aptana studio 3

I am using smartClient_60_days Evaluation. All has been working perfectly, but of recent i realised i greatly need intellisence and code Completion(Code Assist). I made some good such and i found out ...
0
votes
0answers
36 views

Changing model behind inputText fields with ajax by selecting from a combo box

this is where I'm stuck with an IMHO simple requirement for a JSF2.0/Ajax and I'd really appreciate to hear about a clean way to achieve this: I arranged a combo and several inputTexts fields ... ...
0
votes
3answers
64 views

To fill a dropdown from servelet using ajax

I need to fill a drop down from database using ajax, Iam using two drop downs, if first drop down value is selected the second drop down value(have to be retrieved from DB based on the values selected ...
0
votes
1answer
27 views

How to let XMLHttpRequest not cach in IE

if(xmlhttp) { xmlhttp.open("GET","DokterWeek_KlantoverzichtServletAjax?" + $(this).prop("href").split("?")[1],true);//gettime will be the servlet name xmlhttp.onreadystatechange = ...
0
votes
0answers
49 views

JSF <f:ajax> listener is not called after another listener was invoked from the page

When I click the commandLink the listener works, and the form rerenders showing another commandLink. Then, if that command link is clicked, only the form rerenders, and listener is not called. After I ...
0
votes
1answer
59 views

in jsp file, the “submit” button should use action=“servletName” or use javascript/ajax to link to .jsp file itself?

in a jsp file named something.jsp, there is a "submit" button: I have seen 2 ways to use the submit button: 1. use < form name="xxx" action="servletName" /> to redirect the jsp page to a servlet. ...
0
votes
0answers
29 views

Ajax PUT-request between 2 different projects send the blank values

I have 2 different projects in Netbeans: 'api' and 'web'. I need to send an ajax PUT-request from the web to api. The problem is that Controller from the 1st project getting blank default results ...
0
votes
0answers
26 views

Calling Axis webservice from jquery

I would like to call my Axis webservice using following code var wsUrl = "http://localhost:8080/TestServ/services/TestCls?wsdl"; var soapreq = "<soapenv:Envelope ...
1
vote
1answer
115 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
49 views

Is it possible to submit a form and send an ajax request at the same time jquery

I'd like to submit a form and, at the same time, send an ajax request to my Spring MVC Server. For it I have a form like this: <form id='confirma' method='post' action='confirma'> <button ...
2
votes
2answers
53 views

Javascript on (before and after) every Ajax-call

Since I'm working with TinyMCE (please don't go into "Primefaces has an editor" or anything similar) I need to execute a small piece of Javascript before and after every Ajax-call. I'd prefer not to ...
-5
votes
1answer
70 views

How to Upload image using servlet [closed]

I want to get all the information of employees into my jsp page. I also want to get employees photo and show as soon as employee upload the photo into the jsp page. How can i do it? plz help me. ...
0
votes
0answers
41 views
1
vote
2answers
36 views

How to secure by Ajax calls from BOTs?

I am sure this is asked before but not able to find so am asking this again. In my site i have a ajax call which saves the users email and some random site specific attribute. The request URL with ...
1
vote
1answer
20 views

Embedded jetty server stream data continuously

Apologies if the question is duplicate, I tried to look for it but could not get any idea. My scenario is something like this: I have an embedded jetty server running in a java application with few ...
0
votes
0answers
24 views

Ajax using ActiveMQ: Any limitations?

It is regarding this old Ajax using ActiveMQ technique. I know people have tried this but I would like to know about its limitations from someone who has really used it in a large-scale application ...
0
votes
2answers
53 views

Get parameters from a href and use them in javascript

I am making an ajax servlet-response with 1 servlet and 1 jsp page. It already works but I always get the same parameters back from my last value of my "a href" which is in c:foreach loop. as you can ...
3
votes
1answer
83 views

How to get response message from AJAX data

Here I write the response to ajax response object protected void writeAjaxResponse(HttpServletRequest req ,HttpServletResponse resp,String result){ ...
0
votes
1answer
37 views

Added new items dynamycally with ajax

I have a piece of html code using Thymeleaf: <form id="form" action="/create" th:action="@{/create}" th:object="${form}"> <input type="text" th:field="*{title}"/> <div ...
0
votes
0answers
45 views

Wicket AJAX Table row addition not working

I have got some code, written by someone else. The situation is that there is a table on the page, which initially has one row. There is an Add Row button that adds a row to the table. Till now it was ...
-1
votes
0answers
25 views

does javafx webview supports ajax based sites [duplicate]

Does javafx webview supports webpages designed using AJAX? But I am unable to open the website using the AJAX. Is there any procedure to enable the ajax in javafx web view?
1
vote
1answer
71 views

javafx webview not supporting Ajax web features

I am trying to open webpage in webview using JavaFx . Its opening the web page properly but its not supporting the Ajax based web features like partial refreshing and new window popup handling I am ...
0
votes
0answers
29 views

Java ServerSocket and Ajax

I want to read Ajax from a Java server: $.ajax({ type: 'POST', url: 'http://localhost:2222', async: false, crossDomain: true, data: {}, success: function(data) { ...
-2
votes
2answers
67 views

servlets: get the null parameters by ajax in servlets

String isno1=request.getParameter("isbn"); String bktitle2=request.getParameter("booktitle"); String authr3=(String) request.getParameter("author"); ...
-2
votes
0answers
29 views

Primefaces selectOneMenu (draw problems) [closed]

Hi I'm trying use the selectOneMenu but sometimes it doesn't work very well. Below follow a image that show what sometimes happens. Can anybody help me? Please look this link to see the image: ...
0
votes
2answers
85 views

FileNotFoundException with multifile upload in Wicket

We are using Wicket 6+ and have a strange error on FileUpload.writeTo(file). It's happening only to certain types of files (docx,xlsx,java) and only in one form. The same exact code works to attach ...
0
votes
0answers
15 views

Webapps on same domains on appfog

I want to host two websites on same domain on APPFOG like http://..../webapp and http://....apiapp . But on APPFOG we can only create new domain for new webapp. This is a problem for me as my apps ...
1
vote
2answers
55 views

Table child inside another?

I would like to know if there is any plugin that I can use to create a table inside another table, that is linked by an ID and I could expand, something like this: image Or is that possible to ...
1
vote
1answer
52 views

JQuery, ajax, port number

How to get a json fro server http://localhost:2323 if $.Ajax in jQuery doesn't work. The json is generated width java class: public class Main { public static void main(String[] arr) { ...
1
vote
1answer
62 views

How can I update a table using ajax?

My problem is that I want whenever a new Message gets put into the messages list for it to display in the table. The problem that I'm running into is that I can't delete the old rows in the table so ...
0
votes
1answer
133 views

how to get value from ajax response in different textfields if there is more than one value in response?

i create a program in which response is coming from ajax which have two values testcode and testname, I have three text fields in my jsp page , One is for testid, when i run program and enter testid ...
0
votes
1answer
21 views

AJAX server mockup

I am having a Java applet developed on my behalf. The applet makes AJAX requests to a server. I have not written the server code yet. Is there a design pattern I can use to mock the server responses, ...
0
votes
0answers
42 views

Auto refresh of JSP page using servlet to query ZigBee Gateway Server in real time

I'm trying to develop a JSP page which will display values from a ZigBee Gateway Server. I have a class which queries the gateway server through a socket and then can only print out the responses ...
1
vote
2answers
64 views

Java Encoding issue with Ñ

I´ve problems when getting a String in the request of an ajax Call. The String have the word, as example, "Ñoño" but when i read the parameter using: String parameter = ...
-7
votes
2answers
103 views

I want to know list of all online users in my software [closed]

I want to create a project using jsp/servlet. I want to make a chat panel for chatting. I already do the chat panel but how can i know that how many people are online into my software. plz help me for ...
0
votes
0answers
62 views

dynamic file uploading in jsp

i am trying to run this example http://www.programdiary.in/2013/02/fileuploading.html for dynamic file uploading with a preview but i keep getting this error SEVERE: Servlet.service() for ...
0
votes
4answers
270 views

Calling a backend Java method from JavaScript/jQuery in JSP

I have a JSP in which there is a select list containing entity kind names. When I select an entity kind I need to populate another select list with the field names of the selected entity kind. For ...
2
votes
2answers
93 views

Jquery ajax call is not hitting servlet

I am trying to make a simple ajax call. No matter what I do, it always executes the error block. I have a sysout in the doPost that is never hit. Someone please tell me what I am doing wrong. Here ...
-1
votes
0answers
28 views

Which technology should I use for my project [closed]

Our current code is on struts 2,hibernate and Mysql as database. Front end consists of jsp,jquery etc. We want to shift to another techology.That should be faster and gives better user experience ...
1
vote
2answers
94 views

how to post data to an ajax function with Jsoup

i want to post a string to <li id="coz"><a onclick="doRequest('zemberek.jsp','YAZI_COZUMLE');">Cozumle</a></li> by Jsoup?.How can I do? here is original site : ...
-5
votes
0answers
44 views

JSP to JS>Jquery>Ajax to Servlet Call and then display at front end [closed]

I am a beginner with this can anybody explain me how exactly it works: JSP to JS>Jquery>Ajax to Servlet Call and then display at front end with a decent example. I will be thankful to you.

1 2 3 4 5 29