0
votes
0answers
21 views

dojo datagrid column resizing effecting other columns

I have a grid in which the columns can be resized automatically. In the same grid I have two types of columns- one that can be made scrollable and the other which can not. When I try to resize any ...
0
votes
1answer
69 views

Dojo and Spring

I have created a JSP through which I am calling a Dojo dialogue (On click of a button). But the code of the Dialogue ie., <div> ................... </div> is present on the same page. ...
0
votes
1answer
83 views

dojotype=“dijit.form.FilteringSelect” causing 'options.length' is null or not an object javascript error

While executing the below code , I am getting the javascript error 'options.length' is null or not an object . However when I remove the "dojotype="dijit.form.FilteringSelect" in the jsp within ...
0
votes
2answers
271 views

How to return a jsp from controller as a popup

I have a Spring MVC controller that gets called as a redirect based on certain condition. Everything seems to be working fine besides that I would like the returned JSP as modal window. Any ...
0
votes
1answer
118 views

Displaying warning message when check box is checked in JSP

In my jsp page,among other input fields, I have two Check boxes in the top and two drop downs at the end of the page which has values such as 'One' and 'Two' among many other values. On checking the ...
0
votes
2answers
177 views

DOJO dialog not opening second time after clicking close(x) button on the upper right corner

I have a dialog button named EDIT in my page. First time when you click on EDIT button,the EDIT pop up window appears. When I close the pop up window by clicking on the Close (x) button located on ...
0
votes
1answer
110 views

DOJO dialog box not opening second time

I am using DOJO for a dialog box called 'Edit'. Clicking on the 'Edit' button the first time opens a dialog. When closing the dialog using the 'x' button on the right of the dialog screen, the dialog ...
0
votes
1answer
112 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"%> <%@ ...
-1
votes
1answer
101 views

Enabling a Textbox and making it editable

I have a textbox field displayed in my jsp file which looks always disabled and uneditable. I would like to have it enabled and editable on one condition. So when the above condition is satisfied, I ...
0
votes
0answers
52 views

Dojo form validation display message failed

I have created a dojo form and put some validations. The not nulls works great...but I have custom validation that gets true/false from jsp. The jsp is working fine. But the form is still getting ...
0
votes
0answers
106 views

send value of a jsp element in href as parameter to struts

I need to send value from a jsp element in href as a parameter My code is <sd:autocompleter id='selectedItems' href='list_nos.action?unit=%{unit}&type=%{type}&dName=XXXX(value to send)' ...
0
votes
0answers
142 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). ...
0
votes
1answer
47 views

Persisting Form data while adding additional copies of a <div> to the form

I am working on SpringMVC Webapp. I have a view which consists of a dynamic form. The dynamic elements of the form are shown in the below: Now, the current scenario is: I pass the variable ...
1
vote
2answers
1k views

How to include JavaScript library into Spring MVC project (jQuery or Dojo, for instance)

I have read more than 5 related threads here, but could not the answer: step-by step instructions. Till now I have the STS Spring MVC template structure and try to put jquery.js somewhere in my ...
0
votes
1answer
213 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" ...
2
votes
3answers
267 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 ...
1
vote
4answers
123 views

Dynamically add dijit date text boxes

<label for="date1">Drop down Date box:</label> <input type="text" name="date1" id="date1" value="2005-12-30" data-dojo-type="dijit/form/DateTextBox" required="true" /> What ...
0
votes
2answers
116 views

Hide tags on page load in jsp

I've developed a web page where there are several struts tags. On page load, only one tag is shown while all other tags are hidden. This is by the onLoad() in the body tag that calls a javscript ...
0
votes
0answers
116 views

jsp with dojo events

i have a form in a div1 and after submitting the form the input data must be shown in div2 which will be hidden till the submit button is clicked. but when i click on submit button the div2 appears ...
0
votes
1answer
131 views

How to get parent elements in the dojo custom popup

Need to change a label in the parent window once I click on the submit button in the dojo template based custom popup. creating widget from parent. new com.test.widget.testWidget({panel: ...
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
422 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 ...
0
votes
1answer
277 views

Dojo 1.6: Parse just one object

I am trying to add a dojo widget to a page. Because it is an old application, I'm using dojo 1.6. The widget is defined in a js file with an HTML template and a CSS file defining some extra options. ...
0
votes
0answers
57 views

<sx:head cache=“false” />,firefox

I have (sx:head cache="false" /) in my JSp, when i click on li on menu the Jsp appears and then disappears on FireFox(version 14.1).When i remove the tag (sx:head cache="false" /) JSP is displayed ...
0
votes
1answer
1k views

populate combobox with java script

i am write some code for cascading drop down with dojo ajax first drop down is static and second one is fetch the data from servlet .. i am using the dijit.form.ComboBox for make dropdown. Dojo ...
0
votes
1answer
134 views

show selected years in dojo calender

i am using following code to create and show only current year calender ... now i want to show years from current year to next 18 years only .. i am not able to do that please give me some logic to do ...
1
vote
1answer
1k views

Eclipse Web Development - What plugins to install and how to get Dojo, Ajax - WYSIWYG development

Eclipse Java Web Development - What plugins to install and how to get Dojo, Ajax - WYSIWYG development working. I have been struggling a long time to get web development going on eclipse - I am not ...
0
votes
0answers
72 views

Components are not showing inside the jsp page , The jsp opened by window.open();

window.open(parentObject.URLL, null, 'height=820,width=590,status=no,toolbar=no, resizable=0,scrollbars=yes') But after open this page the components inside this page are not showing I have include ...
0
votes
1answer
905 views

Performing action a button click event, button being placed inside dojox.grid.DataGrid.

I have a dojox.grid.DataGrid. In this a set of values are being displayed along with last 2 columns being filled up with buttons which are created dynamically according to data being retrieved from ...
0
votes
0answers
457 views

Getting syntax error in JSP code.

I have been scratching my head for the past 2 hours on this code. unable to find the error.. Giving me a syntax error. please help me out guys ... Code :: <%@ page language="java" ...
1
vote
1answer
428 views

Dojo widgets not loading in FireFox

We are having an issue loading dojo widgets in our application. The dojo library is uploaded to web publisher and its folder structure is like- ...
0
votes
1answer
614 views

data-dojo-props and quotes

I'm trying to set an icon dynamically in a tabcontainer. This example works fine <div id="tab3" data-dojo-type="dijit.layout.ContentPane" data-dojo-props='title:"Tab 3", iconClass:"dijitEditorIcon ...
0
votes
1answer
941 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
1answer
252 views

Using DojoToolkit parser and JSPDoj

I've tried to implement the 'Layout with Dijit' tutorial http://dojotoolkit.org/documentation/tutorials/1.7/dijit_layout/ as a JSP. My code JSP code is: <html ...
0
votes
3answers
313 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 ...
-1
votes
1answer
418 views

Populate date into another date field

I am using struts2 datetimepicker tag in my jsp page for choosing the date. I need to auto populate the date selected in date1 into date2 field. I have tried using javascript and dojo to do this, but ...
0
votes
1answer
485 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() { ...
3
votes
4answers
835 views

How make a dynamic or generated HTML page savable?

I am still a bit new to dojo, javascript and HTML coding. I inherited ownership of an HTML page which is coded using dojo 1.4.2 (will be upgrading in the future) and javascript. Essentially the HTML ...
1
vote
2answers
1k views

Providing edit and delete button for each row of a table using display tag

I am using display tag to display data in a table on a JSP (using struts 2). Now I want to give two links for each row, one for editing & one for deleting the row. My jsp structure and what I am ...
0
votes
2answers
575 views

Need assistance getting a Spring form to work

I'm in the middle of writing a Spring webapp and things were going well. I'm trying to write a form that allows an admin to change some basic user details. However, on submission of the form I keep ...
3
votes
1answer
67 views

How can I add just a tiny bit of dynamism to a single HTML page, with minimal dependencies and maximum portability?

I am making a web application that until now got away with only serving static HTML files (with all the main functionality being bundled in Javascript and some well-modularized webservices). However, ...
3
votes
1answer
592 views

jsp include once?

I'm coding a site using struts 2 and Dojo. my pages are almost all .jsp pages with dojo tags (not the strut dojo tags, because it had been deprecated) the problem is I can't include twice the same ...
0
votes
1answer
137 views

Generating Static HTML App from a JSP site

I've a Java web app, using JSP+Struts2+Spring and Dojox.mobile. Is there any best practice to turn the web app into a static html app ? I've to package it at the end into a PhoneGap application which ...
0
votes
1answer
985 views

struts 2 multiple select boxes

In my web page I use two select boxes, second one will fill according to the value selected on first select box using ajax (dojo plugin). <s:select label="Select Item" name="selectitem" ...
6
votes
1answer
2k views

Submit the dijit editor contents

I am trying to learn the dijit editor. I want to replace an existing text area with dijit editor widget.So I wrote 2 jsps - one using the dijit.Editor which feeds another jsp with the editor contents. ...
0
votes
1answer
776 views

Struts2: populating a table (from database) based on selected values from autocompleter fields in the same JSP

In my struts2 application, I have a JSP with two autocompleter fields and a submit button. The goal is when I submit, a table should be displayed in the same JSP (below the submit button) which ...
1
vote
3answers
5k views

Struts2 datetimepicker not showing

I followed THIS but had no luck. My .jsp file has in head tag: <s:head theme="ajax" /> and in body tag <s:datetimepicker name="dateOfBirth" label="Format (yyyy-MM-dd)" ...
0
votes
1answer
1k views

Why is my jsp struts2 sx:textarea rendering only as a horizontal bar instead of the expected input field?

I started out trying to follow this tutorial to create a Rich Text Editor. I quickly realized that the tutorial was outdated and I needed to use the struts2-dojo-plugin. My JSP now looks like this: ...
2
votes
2answers
1k views

In what order does DOJO handles ajax requests?

Using a form in a dialog box I am using Dojo in jsp to save the form in my database. After that request is completed using dojo.xhrPost() I am sending in another request to update a dropdown box that ...