2
votes
1answer
50 views

prevent form submit by pressing enter key on struts-dojo autocomplete

I am trying to alter enter event for struts2-dojo autocomplete, where inseted of submitting the form it should do some of my jquery work. I tried... <s:form action="EmpAction"> ...
-1
votes
0answers
55 views

onblur not working with struts 2 dojo autocompleter

i am trying to call a javascript function on onblur event of struts 2 dojo autocompleter. but it's not working.it has no issue with displaying list of countries. <sx:autocompleter ...
-1
votes
0answers
57 views

Struts 2 dojo div targets not working in IE

I'm using Struts 2 dojo div targets, the response that I get is not targeted to the div, instead it opens up as a full page and I'm getting djConfig undefined erorr in developers tool console. I have ...
0
votes
0answers
73 views

How do I change the output format of datetimepicker of Struts 2?

I implemented the datetimepicker using the <sx:datetimepicker> tag and was able to change the display format. But now, I'm not able to change the format of the date that it outputs to the ...
-1
votes
1answer
129 views

Struts2 ajax theme not working for in IE10

We have a running struts 2 application, in that application we are using dojo ajax theme to save and retrieve data. This is working for all major browsers except for iE10. In IE10 the ajax request ...
1
vote
2answers
190 views

Struts2 datetimepicker size

I want to increase the size of the Calendar view because the default size is too small for my web application. I've tried to add a cssClass to the datetimepicker tag but it doesn't work, even if I ...
1
vote
0answers
56 views

Dojo data-dojo-type attribute does not work with struts 2 form

I have upgraded from dojo 1.5 to dojo 1.8.1. Unfortunately struts form does not work as expected. Here is my html: <s:form id="formId" action="my.action" cssClass="floatForm" ...
1
vote
3answers
587 views

Getting null value from struts/dojo datetimepicker in my struts 2 action?

I am using two struts/dojo datetimepicker in jsp page of my struts 2 web application. These allow to select date and displaying properly but when i submit the form and access the datetimepickers value ...
-1
votes
1answer
836 views

how to call struts2 action from javascript?

I am calling Struts2.3 dojo autocompleter onChange and updating a text field according to autocompleter value using jquery ajax. if autocompleter enter value is not in database then i want to call an ...
0
votes
2answers
409 views

Struts2 dropdown box using jquery plugin

I have two select box(drop-down box).First one is for countries and second is for related states for selected county. So,i need to fill states' select box on change of country select box using jquery ...
2
votes
1answer
615 views

Struts 2 Ajax url and div tag not working with struts file tag

On a Jsp page i am retriving list based on previous list selection for that used struts 2 url and struts dojo tag div <s:url id="d_url" action="employDivisionAction"/> <sx:div ...
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 /> ...
0
votes
1answer
120 views

Struts2/Dojo compatibility issues on IE

I designed a web app based on struts2. It works well in firefox but doesnt work anymore on the newer versions of IE. I get the following error on a dojo operation. Can anyone help please? Webpage ...
0
votes
0answers
62 views

Is there anyway to dynamically generate a Dojo Autocompleter using Javascript?

I know Dojo plugin has already been depreciated, but i kinda need to use it.. anyway, I'm trying to dynamically generate rows on a table with the first cells as an Autocompleter Textbox, when the ...
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/> ....... ...
3
votes
1answer
1k views

Struts2 .action extension causing css, javascript and struts dojo to break

We have been running on Struts 2.1.8 for some time and all Struts actions have been working as expected i.e. href's to the struts actions are rendered with the action name with no extension. Here is ...
0
votes
0answers
425 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
0answers
108 views

Struts2 dojo plugin autocompleter

Using Struts2 Dojo plugin How can I have two autocompleter tags (<sx:autocompleter>) in the same page, and the second one should depend on the content of the first?
4
votes
1answer
249 views

Does dojo require internet? (struts2)

I don't know why when I try to run an exact project ( struts2+hibernate+mysql) it gives me the 404 error, however in others projects I don't have this problem.. Is it because of MySQL jar or maybe ...
0
votes
0answers
885 views

How to change datetimepicker values by typing in Struts2 using dojo plugin?

I've read this nice tutorial : http://www.mkyong.com/struts2/struts-2-datetimepicker-example/comment-page-1/ and it helped me to make a date input with date picker, using the jar struts2-dojo-plugin. ...
1
vote
1answer
661 views

How to stop in strut2 <sx:submit onClick=“return myfunction(a, b)” /> from submitting form when function returns false

<%@ taglib prefix="s" uri="/struts-tags" %> <%@ taglib prefix="sx" uri="/struts-dojo-tags" %> <html> <head> <sx:head cache="true" /> <script> myfunction(a, ...
0
votes
1answer
242 views

ajax struts2-dojo-plugin submiting twice

I am using "struts2-dojo-plugin-2.1.8.1.jar" this plugin for ajax. But i am facing several problems. Following is my jsp code I have an HTML button to submit > <button value="Approve" ...
0
votes
0answers
188 views

Dojo widget ID collision when opening up JQuery dialog box inside Struts2 form

FIXED: problem was mixed and matched jquery and jquery ui versions, leaving here in case others have the same problem. So I am trying to open another struts 2 dojo page as a dialog box from inside a ...
0
votes
1answer
364 views

getting null value in action from ajax call

Getting null value from ajax call in action (FirstList.java)... first list is loading correctly. Need help, i am new to struts2 and hibernate. StudentRegistration.jsp <%@ page language="java" ...
1
vote
1answer
766 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 ...
0
votes
1answer
184 views

Why are the Ajax requests being called twice?

I have a problem regarding Struts2, Ajax. I added a few a days ago an interceptor to my project to verify that the user is logged in whenever he/she makes a request. Later, i noticed that most of the ...
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
915 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" > ...
1
vote
2answers
244 views

How can i access a parameter passed by an action in javascript?

I'm using struts2 and have this code that triggers after an action is performed (via Ajax): dojo.event.topic.subscribe("cambioProyecto", function() { var hola = json_entregables; ...
0
votes
0answers
205 views

Why doesn't the <sx:bind> work if it's rendered by an action?

I'm using Struts2 and Dojo. I have an action that renders a jsp whose code is like this: <%@taglib prefix="s" uri="/struts-tags" %> <%@taglib prefix="sx" uri="/struts-dojo-tags" %> ...
0
votes
1answer
1k views

Pass selected value from a select tag to an action using Struts2 and Dojo

I'm trying to pass the selected value of a select tag to an action through ajax when the onchange event is triggered but, for some reason, the action receives the parameter as null. Here is the code ...
0
votes
1answer
148 views

Why doesn't javascript code works after an ajax request using struts2 and dojo?

I'm using DOJO in Struts2 for Ajax support. After a request, a users list is shown in a table inside a dialog box via Ajax. Every user in this list must contain a link to the user detail, which is to ...
1
vote
1answer
128 views

How can i show asynchronously gotten information in a dialog box using dojo and struts2?

I'm building a code, using Struts2 and Dojo for Ajax support. I'm trying to launch a dialog box when certain link is used. This dialog box should contain information that is gotten asynchronously when ...
2
votes
1answer
409 views

struts2 and dojo grid

I need an example for populating the dojo grid with the data coming from server. I have struts2 and dojo application in which action class is setting a model variable of type hashmap as the result ...
0
votes
1answer
311 views

DOJO not working under tomcat 5.x?

I have a JSP that uses DOJO Datepicker. It runs fine on my laptop where I have Netbeans6.9/tomcat 6.x installed. However, when I upload it to my hosting service, the DOJO Datepicker doesn't show while ...
0
votes
1answer
466 views

struts2 ajax redirect

i develop a app that is built with struts2+tiles+dojo (for the ajax part), and i have the following demand: At every 2 seconds i have to check a table from the DB, if certain conditions are met, i ...
0
votes
2answers
613 views

how do i create data in json format

I have a Struts 2 application in which i use the struts 2 json plugin for json handling. Now i want to use the dojo data grid to populate data from an action. I can call the action. All the inbuilt ...
0
votes
1answer
463 views

Ajax using dojo plugins in struts2

I am trying to make ajax call from a div using dojo plugins in struts2. I am using the following jars: struts2-core-2.1.8.1.jar struts2-dojo-plugin-2.1.8.1.jar I have the following jsp: <%@ ...
0
votes
0answers
196 views

struts 2 and ajax

Made an ajax call to the server and am displaying the response in a dojo dialog now my problem is the server returns 3 results like a success, input and processing. if the result is processing the ...
0
votes
0answers
283 views

Issue with Struts2 dojo - autocomplete

To achieve the performance improvements in struts2 , I have followed the steps in below link https://cwiki.apache.org/S2WIKI/creating-a-custom-dojo-profile-for-struts-20x.html and created custom ...
0
votes
0answers
520 views

Struts2.0 dojo-Ajax-tag jsp loading

i m new to struts2.0 and i m using dojo tags along with jsp...i m working on one application in which i have one jsp form having multiple struts select box, on the onchange event of one of the select ...
1
vote
0answers
320 views

struts2 dojo error : static resource not accessible anymore

Im' trying ajax with struts2 and dojo doing something very simple : in the jsp : ... <sx:head/> ... <sx:div href="/myUrl.action">Loading ...</sx:div> ... I works perfectly, ...
0
votes
0answers
377 views

Calling a javascript function when a dojo div is loaded

I have a dojo div on a JSP page. Now what I want is that, when the contents of the div get refreshed by an action, a particular javascript code/function should be executed (after the completion of the ...
-1
votes
1answer
419 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
0answers
239 views

JSON rpc with struts2

I am trying to follow example http://struts.apache.org/2.2.3/docs/json-plugin.html It does not work for me. I am doing exactly same as given in example. But when i say service.doSomething() it ...
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 ...
2
votes
1answer
226 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? ...
0
votes
1answer
879 views

Create (or duplicate) div with Dojo content dynamically

I have to develop a project using Struts2 & Dojo. I would like to create a div containing Dojo widgets by clicking on a button. For example : <s:form data-dojo-type="dijit.form.Form" ...
0
votes
1answer
729 views

How can I read a JSON reponse from server using DOJO?

I am having some trouble fetching some data from the server and populating a data store with it: This is my script code in Display.jsp page: dojo.require("dojox.grid.DataGrid"); ...
0
votes
2answers
1k views

DOJO and AJAX using with Struts2

Is there a strong CRUD application/tutorial using DOJO and/or AJAX in Struts2? I mean using standard Struts2 DOJO taglib: <%@taglib prefix="sx" uri="/struts-dojo-tags" %> and jQuery taglib: ...

1 2