0
votes
1answer
60 views

Dojo xhrPost Content Encrypted Java Controller Spring

I'm using dojo xhrPost. I have a JS object which I convert to json and then send to a Java Controller using xhrPost. If I console.log the content it's valid JSON. The Controller class method ...
1
vote
1answer
39 views

Dojo not getting loaded into rhino emmbedded in java

I'm trying to render the dojo charts server side. I came across the Rhino and envjs for server side browser emulation. when I tried to an example program to load the dojo.js in the rhino embedded in ...
0
votes
0answers
97 views

IE8 issue with HTTPS ajax polling request in Java web application using DOJO and Spring JS

I am facing an issue in my web application where ajax polling stops after some time in IE8 (using only this version of IE to test my application) with a status code 12152. The problem is my ...
0
votes
0answers
105 views

is there a difference between Selenium-click and Mouse-click?

I got the Issue, that the click from Selenium IDE (selenium.click(....)) does not provide the same result like a normal click with a mouse from user. Is there any difference between the ...
-1
votes
3answers
74 views

Can i redirect a user through ajax call

I just want to know if I can redirect a user through ajax call where i have to call one of my method in java and then do a redirection from there
0
votes
1answer
118 views

dojo popup is closing automatically

I have a JSP file with the following content <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> <%@ ...
0
votes
1answer
94 views

Dojo/Spring DateTextBox initialization fails with Date value, works with String?

I'm struggling with getting a Date value back and forth from a web form to the Spring controller. Everything was working fine with this value passed as a String, but since it was logically a "date" ...
0
votes
0answers
96 views

Dynamic search sort in dojo combo box

I want a dynamic search sort in my dojo combo box. What i am doing is fetching all the codes and descriptions in a JSONArray and stroring it inside the Combobox store. But the issue is The sort that ...
0
votes
1answer
80 views

Editing text file dojo

I am learning dojo and a begginer. I would like to load and edit a text file from interface using Dojo. Please direct me which component in dojo would suffice this.
0
votes
0answers
92 views

dynamically append file object to a form

I have built fileupload and progress bar, in case of multiple file upload. I want to send individual file to server so that it is easy to track progress on it. To get file items I am using ...
2
votes
1answer
80 views

File upload and progess bar

I want to display progress bar depending upon amout of file read when we upload the file. How can we achive this using JS and Servlet I know for upload I can use apache commons lib but how will ...
0
votes
0answers
66 views

Turn off JSF servlet for dijit template files using url-pattern

Is it possible to have JSF Faces servlet not parse /dojo/* so that dojo can properly pull in dijit HTML template fragments without being treated as JSP pages? web.xml: <servlet> ...
0
votes
0answers
84 views

Using Dojo Dijit Form Select with Spring but user can't click on first letter to select anymore

I am using Dojo Dijit Form Select with Spring but user can't click on first letter to select anymore. I would like to dropdown(select) to work like any other one.. If the user clicks on the first ...
0
votes
0answers
147 views

dojo charting - ajax call to the controller

I am new to dojo charting. I need to do an ajax call to get the list from the controller. Below is the url from where I took the code (view page source). ...
1
vote
1answer
58 views

cometd client connection to multiple servers

We are developing an application using dojo 1.7.2 and cometd 2.5. We want to have the client connect to two servers (not at the same time). The client has to connect to a first server to do some ...
0
votes
1answer
226 views

Error: Could not load class 'dijit/layout/ContentPane'

I'm using Dojo 1.6.1 on JSP pages. <html> <%@include file="includes/head.jsp" %> <body class="tundra"> <div id="appLayout" class="demoLayout" ...
0
votes
1answer
201 views

Using Resourcebundle Properties in Javascript

I work on a Java EE web application that uses a combination of Dojo and plain javascript for the front-end. We've discovered that when ResourceBundle properties are used in javascript, in some cases ...
0
votes
0answers
240 views

Struts2 Dojo Ajax validation is not being validated

Here is my jsp page. <!DOCTYPE HTML> <%@taglib prefix="s" uri="/struts-tags"%> <%@taglib uri="/struts-dojo-tags" prefix="sx"%> <html> <head> <sx:head /> ...
2
votes
3answers
273 views

Dynamically adding duplicate (unique ID) form Div elements using javascript

I have a form having fields like: <div class="row"> <div class="field"> <input class="" type="text" name="college" id="college"/> </div> <div ...
2
votes
1answer
94 views

How to redirect Dojo Data grid cell values to another page?

I have a dojo data grid.. it has 10 rows(cells) of values.. on clicking first row, it should get redirected to another page(html page) along with first row values. please help me to achieve this...
0
votes
1answer
121 views

dojo grid sorting and RESTEasy JAX-RS

Dojo grids implement sorting by by issuing requests to REST webservices like so: GET http://server/request?sort(+id) Where sort(+id) is the direction (+/-) and the column to sort on. Currently I'm ...
1
vote
1answer
98 views

How to make a select box on a form using Spring

I am new to Java and the Springs framework. Here is my question as formulated by a n00b (sorry if I sound like a second grader). I am trying to get a select drop down to appear on my form with a list ...
0
votes
1answer
211 views

Dojo ajax call returns before Java code completes?

I have a problem with a Struts2 + dojo web application that I've inherited. The application works in IE9 and Firefox but does not work in Chrome. Here is the submit button code: <button ...
0
votes
2answers
288 views

How to Displaying DOJO Autocompleter value with ajax

I'm trying to do an ajax retrieval of a hashmap of info using the dojo autocompleter, but nothing seems to be showing on the dropdown menu. please help My JSP Code : <sx:head/> ....... ...
0
votes
0answers
146 views

Dynamic Questionnaire - JSP, Spring

I am looking at some options to create a dynamic questionnaire. Technology preference (due to technologies used in rest of the application of which this questionnaire would be a part of): JSP, Dojo, ...
0
votes
0answers
433 views

Tabbedpanel using struts2-dojo plugin

I am new to this one. Problem at creation of the tabbedpanel using struts2 and dojo plugin. I am already download the "struts2-dojo-plugin-2.1.2.jar" file but the tabbedpanel is not displayed the ...
1
vote
1answer
522 views

How to convert the dojox.charting.Chart to a PNG image for user to export?

There is a new requirement in my project being developed by DOJO that user can able to export the chart as a PNG image. I had a research and found 2 ideas: 1, Try to find a appropriate method in DOJO ...
1
vote
2answers
151 views

JavaScript Error:Unexpected Call To Method Or Property Access

Getting error while calling function
0
votes
0answers
126 views

How to submit multiple forms one by one in spring mvc within a single session.

I have a lot of questions; I have to take input for every question one by one with in a single session. After Submission, user may change answer later. I have created form for single question answer ...
1
vote
1answer
440 views

Returning the JSON representation of a String with Jersey

I'm about to setup a REST-Webservice with Jersey. At the moment I am a bit confused about the correct representation of Strings or other Value types in JSON. Here are two snippets: @GET @Path("user") ...
1
vote
1answer
724 views

populate dropdown list with dojo ajax

hey i am using the following code to make cascading dropdown in which , i made one function xyz() in which am ajax is called who call a servlet and set the value in result variable , the value in ...
0
votes
1answer
299 views

Server push using COMETD to client(dojo)

I am trying to push message from server to client. I am using DOJO 1.7, Cometd and Jetty integrated with tomcat6. //Server side code public class notificationService extends AbstractService { ...
0
votes
1answer
204 views

PHP-Dojo vs Java for large application [closed]

My company is in the infant stages of looking to building a team to develop a new platform to replace our existing system. UI/UX is extremely important since there are several thousand users. The ...
1
vote
1answer
1k views

ajax call in jsf 2.0 (myfaces), the onevent javascipt function in the ajax tag gets called before the rendering is complete

This is my first time asking a question on a forum, since usually my questions have already been asked and answered. I haven't found an answer to this problem that works for me, so here goes: I'm ...
3
votes
1answer
709 views

Dojo 1.7 Build: Out of Memory Errors

After upgrading to Dojo 1.7.3, our ant build that was working flawlessly for years on previous versions of Dojo is now completely non-operational due to out of memory errors: [java] starting writing ...
1
vote
1answer
777 views

Struts 2 ajax validation unable to find interceptor class jsonValidationWorkflowStack

I'm trying to implement ajax validation in my Struts 2 application. I have included struts2-json-plugin in the build path. Whenever I start the server in Eclipse, I get the following error: Unable ...
-1
votes
1answer
102 views

Convert “6/14/2012:8:12 PM” to Milliseconds in Java script or DOJO

"6/14/2012:8:12 PM" want to convert it to Milliseconds (like 1338537600000) using Java Script or Dojo. Thanks
0
votes
1answer
1k views

calendar with struts 2

I currently work with struts2 and I need to display a calendar in my jsp page and retrieve the date in yyyy-MM-dd I try with this code <%@ page language="java" contentType="text/html; ...
0
votes
1answer
917 views

How to pass textfield data from ajax action in Struts 2 to original calling .jsp?

I'm not sure if that title is phrased correctly. Let me explain what I'm trying to do: I have a file new.jsp with a form <s:form id="newdep" name="newdep" theme="simple" action="submitForm" > ...
3
votes
2answers
108 views

What can I use to implement a background process for each session in java servlets running on tomcat?

I wish to run a function for every user with a session at regular intervals that will check if a user is active. If not active, the function will remove the user from the list of users in the servlet ...
0
votes
0answers
91 views

Dragging from the embedded browser to a sidebar Java tree component

I have an application in the rcp embedden browser using dojo (xpages) and want to drag an element to a different Java build panel (the sidebar). Would that work and what would my code for the drop ...
0
votes
1answer
780 views

Loading different Content panes of dojo in a JSP page

I have a JSP page. In that i have different Content panes(using Dojo framework). Now for a particular content pane to be displayed on page load i have set "selected= true" property true on one of the ...
-1
votes
1answer
231 views

Convert language code to (dojo) locale code

I have a system that returns me language codes, and I wish to use the same to compute the corresponding locale code that Dojo accepts. Is there a neat way to do this? (not sure what kind of mapping ...
0
votes
1answer
957 views

Displaying Data on a JSP page using Dojo Data grid

I have written this code which is returning a Json string.It contains a set of values(names). Now i want to display these values on a jsp page using Dojo data grid. I Don't know how to use this ...
0
votes
3answers
314 views

JSP delete row and save

I am working in Spring MVC 2, Jsp, Dojo, Javascript. Actually I am populating Jsp page table-grid with list of objects coming in form command object. Let say 3 records displayed in grid. I am ...
0
votes
1answer
191 views

Why my Dojo.xhrGet calling the error Call Back method

While executing this below Dojo code the call back mehod is calling the onFailure. But if i will do console.warn("Resp Code:"+ioargs.xhr.status); It gives me 200 as status code why this is ...
0
votes
2answers
617 views

Dojo 1.7 eclipse error

I am a Java developer and i am using Dojo with spring framework and i am usign eclipse for developement purpose. Till Dojo 1.6.1 everything was fine but after updating dojo to 1.7.1 i am facing error ...
0
votes
1answer
493 views

DOJO AJAX - How to change the whole JSP content?

I am using Dojo library. How can I replace all the content of my jsp/html content. I am trying to dynamically reload my page when a data is updated. Here is my dojo code: function reloadPage() { ...
2
votes
1answer
227 views

Struts2 tabedpanel tag not working

When using the tabbedpanel tag as shown below for some reason the tabs are not showing up on the loaded page. I have the DOJO lib in the path and the needed head tag. What am i missing? ...
1
vote
1answer
1k views

Spring.addDecoration using dojo and HTML clash on event fire

I am using a dojo widget that in roo generated .jspx files. Where following is my code parts <form:select name="halfOrFulDay" id="_monitoringType_id${rowCounter.count}" Style="width:120px" ...

1 2