Tagged Questions
0
votes
2answers
37 views
Retrieve data from handsontable to Struts2 Action via JSON not working
I am using struts2-json plugin to generate JSON data and Ajax to populate table (handsontable) with data from that JSON (according to the source).
Now, I need to retrieve data from table to Struts2 ...
2
votes
1answer
22 views
disable sj:datepicker Struts 2
i have folowing date picker
<sj:datepicker
id="dateTo_id%{index}"
name="billingItems[%{index}].dateTo"
value="%{billingItems[#index].dateTo}"
displayFormat="dd.mm.yy"
...
0
votes
2answers
41 views
How to transfer contents of one table to another in struts 2?
I have two tables displaying two lists. This is my jsp
<%@page contentType="text/html;charset=UTF-8"language="java"pageEncoding="UTF-8"%>
<%@taglib prefix="s"uri="/struts-tags"%>
...
3
votes
1answer
55 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">
...
-2
votes
0answers
50 views
javascript/jquery open new window and show a loading dialog [closed]
I have a link that loads some info from a java struts action and i'd like to open a new window when clicking that link and show a (jquery) dialog with "loading..." text while the contents are loading.
...
1
vote
1answer
35 views
How to connect autocomplete to back-end
My code is supposed to show suggestions for the values entered by user, it does so, but I need to retrieve the suggestions from back-end.
I've found the following as well but I am wondering if there ...
1
vote
1answer
59 views
How to append new values to input
I have a search box and associated suggestion box to show the suggestions.
Once user type something in the search box, the suggestions will appear. User is able to select one of the suggestions to be ...
0
votes
0answers
49 views
Double select with struts2, jQuery and JSON sj:select
How can i populate 2 sj:select lists from one ajax call.
in this example the second list is after the first is select. In my example the first object list containing another list which i am populating ...
-1
votes
1answer
51 views
Error when using Jquery Scripts with Struts 2 Jquery Plugin
I have been using certain aspects of the jquery plugin however i'd also like the freedom of using normal Jquery code when I hit a limitation/restriction in the Jquery plugin.
At the moment I can't ...
0
votes
1answer
37 views
Struts2 Jquey plygin Select box width issues
I am trying to place 4 jquery Select boxes in a straight line. So I am placing them inside a table like this:
<table>
<tr><td> <sj:select> ...
-1
votes
1answer
60 views
how to send id with <a href > of an element in struts jquery grid
i want to retrieve and send an id of an element in struts jquery grid.
<sjg:grid id="gridtable"
caption="Editer Eleves"
dataType="json"
width="755"
...
-1
votes
0answers
57 views
Making struts2-jqgrid generic: Load colModel dynamically in struts2-jquery-grid
I am using struts2 as back-end and on front-end i am using struts2-jquery-grid for displaying data in grid format.
I can successfully show grid by specifying columns manually, i.e. using
...
1
vote
0answers
64 views
How Can I Keep common Struts 2 Jquery Datepicker properties in one place, and get the Struts 2 Jquery datepicker tags to reference these properties?
I'm currently experimenting with the Struts2 Jquery plugin.
It seems every instance of a datepicker defined in a jsp using this plugin requires its properties set on a tag by tag basis.
For example:
...
-1
votes
1answer
76 views
jquery Struts2 Java $.getJSON params UTF-8 encoding (Tomcat 5.5)
I'm getting mad with this:
Tomcat 5.5, JRE 1.6 (compliance level) using JDK 1.7
Headers:
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
...
...
1
vote
2answers
173 views
hide passed parameter from jsp to struts2 action class
<s:url action="someAction" var="act">
<s:param name="param1">value1</s:param>
</s:url>
<s:a href="%{act}">Go Action</s:a>
By clicking Go Action link, the address ...
1
vote
1answer
74 views
How to set s:hidden value from another JSP element
i have following form :
<s:form id="storno_form"
namespace="namespace"
action="action">
<sj:submit id="submitId"
key="btn.show" targets="cancelation_content"
...
0
votes
1answer
36 views
Jeditable displaying whole page in place of edited row
I am using Jeditable to edit table rows. My problem is that after submitting the changed value (and storing it in the database) when I return to the page it displays the whole page in place of edited ...
1
vote
1answer
33 views
Autogrow on jEditable submits everything instead of doing a AJAX call
I'm currently working with jEditable plugin to compose an updatable text. My serverside is developed with Struts2 and the server urls that I invoke are struts actions that return JSON results. I use ...
0
votes
1answer
136 views
How to suppress Jquery Validation submitHandler when cancel button is clicked?
Here I have a problem with Jquery Validation plugin and Struts2.
I have 3 buttons like below in my form.
<td><s:submit type="button" value="Save" theme="simple" cssClass="valid" ...
0
votes
2answers
139 views
How to check whether the checkboxlist is checked atleast one in Struts2?
I'm working in struts2 framework. I have a checkboxlist in my code.
<div id="MyCheckbox">
<td>
<s:checkboxlist theme="simple" name="claimListView.claimStatus" ...
0
votes
1answer
96 views
popup image and view large from existing img
I have loaded files from server of different types in a jsp, now I want image files when clicked to popup, I know I can again request the server for data and popitup, what I want to know is is there ...
0
votes
3answers
157 views
jquery add html content to div from struts action class variable
I am trying to add HTML content into a div on page load. This HTML content is coming from a struts action class variable. I have tested that the I get the HTML content passed to the resultant jsp file ...
0
votes
0answers
51 views
Response is null in ajax call using jquery though set successfully in java
I am getting null response in ajax.Below method in java is called correctly and it writes success message in jsonObject. But in javascript response is returned null.Please help me understand what I am ...
2
votes
6answers
236 views
How to include a jsp inside another jsp using javascript
I have a button logout. Once logout is clicked I need to show another page. How can I do this using JavaScript? Can anyone please help me?
My Code:
<s:form name="LogoutAction"
...
0
votes
0answers
118 views
jquery filter toolbar searching not working properly with more than one filter search dropdown
I am trying to have two dynamic dropdown lists("Test Scenario Id" and ""Action Command") in a custom filter toolbar search using jquery-struts2. But both the lists seem to take the same values,i.e ...
0
votes
0answers
38 views
How to maintain the data in a list even when the page loads
I have two select boxes and I have ADD button under first select box and REMOVE button under second select box. There are around 5 items in first box.When I select any one item and
click ADD, then it ...
-1
votes
0answers
35 views
plupload+struts2 all null values in action
This is the third plugin i am trying out with struts2, in php examples i can see so easy code, whats wrong in struts2, i have almost tried every way to get it to work, y the values are null, and also ...
0
votes
0answers
73 views
struts2+uploadify http error 302
i am trying to use uploadify with struts2, when i select a file its showing, http error 302. Please someone point me the problem. I think its not reaching the server at all, cause, there is no output ...
1
vote
1answer
369 views
blueimp jquery file upload Empty file upload result struts2, fileitems empty
I am using Blueimp and backend is Java, Struts2. I couldn't find much info on the net regarding Java as backend, anyway I managed to use the sample code, but I am getting "Empty file upload result" ...
-2
votes
3answers
260 views
how to pass an iterator index value to javascript in struts 2?
I have a dynamic table in struts 2. In which i want to pass the iterator index value to a javascript function. How can i do that ? I've given the code below.
This is my table :
<table ...
0
votes
0answers
35 views
Copy a row data along with column heading to clipborad from grid using struts2 jquery
I am using Struts2 jquery Grid plugin to genrate a grid in a web page. The end user requirement is to onclick of a "Copy Row " button the selected row should be copied to the clipboard along with the ...
3
votes
1answer
46 views
File Missing In Filesystem, Catch On Form Submit
I have a form that I am submitting via jQuery's .ajaxSubmit() function. This form includes a file control, and it has been raised as a possible point of failure that if the file selected is renamed, ...
0
votes
2answers
93 views
How to customize the size of struts-jquery-tags calendar
In my struts2 application i am using struts-jquery-tags. Using this tag library am making calendar attribute but it is appearing very big .I want to make it small . But am not getting any way to do ...
-1
votes
1answer
84 views
ajax downloading file with struts2
I am using js to download file from a server with struts2. Everything works fine except that sometimes generating of the file could take few seconds and I would like to show a loader gif from the ...
0
votes
0answers
227 views
struts2 jquery: html returned from ajax call in tabbedpanel overflows outside of the tab
I am having a dilly of a pickle here.
I am using struts2-jquery's tabbedpanel.
I have multiple tabs, and each returns html content via ajax.
My problem is that the html I am returning seems to be ...
-3
votes
1answer
68 views
how i can refresh another tab in from a tab jQuery or javascript [closed]
In a page i am displaying the score of a candidate.
The user opened in one tab then his score is 100 .Then he opened
another tab and did some operations then his score is 150.Then i
want ...
2
votes
2answers
165 views
Loading Ajax content in Struts2 using dojo-plugin
I have a simple problem in loading the contents through ajax call in struts2(using struts-dojo plugin) ,It is loading all the html contents from the page properly but if there is any inline javascript ...
-1
votes
2answers
59 views
<s:a> attribute disabled not working
i use struts2 like:
<s:a id="beforePage" disabled="true">beforePage</s:a>
but disabled doesn't work,it is the same as without disabled attirbute.
To my surprise,when i use ...
0
votes
1answer
263 views
struts2-jquery plugin. AJAX multiple form submission( not responding) [duplicate]
following is my submit button which is submitting two forms using struts2-jquery plugin , but nothing is happening.
Code:
form 1:
<s:form action="PatientSoapAll" id="form1" method="post">
...
1
vote
1answer
548 views
How to get the json result from struts2 action methode thru ajax(Using jquery)
I have used below code to display countryCode in front end onchange of country from the dropdown thru ajax.But I am not able to get the json result from the action class to the front end. Can any one ...
0
votes
3answers
461 views
Submit two html form in jsp using single submit button? tried ajax but not working
My page design is such that I have to use two forms that submit on single click and then saved to database and vic-versa.
I am using this on a JSP page with Struts2 Framework
I have tries the ajax ...
0
votes
3answers
110 views
How to call Action using Ajax in Strut2
On Continue for the below Action call from ajax in struts1.2
I am trying the same with struts2.
i have tried with following code:
function onChangeProduct(){
var name = $('#product').val();
...
0
votes
0answers
250 views
displaying selected time and date from full calendar plugin in a html form?
I am trying to use the selected date and time from currently selected view in arshaw's fullCalendar plugin. I want to use this time in my dialog box so that the textbox gets automatically populated.
...
-1
votes
1answer
155 views
Not able to render the response when using jquery json format with struts2
I have a problem in loading the response to the select tag .I am trying to change the select Box based on the first one.
For this I am using struts2 with jquery ajax tags.I think I have all required ...
0
votes
1answer
162 views
How to handle exception thrown by struts2 when call actions by ajax?
I use jquery post method to call save method in DepartmentAction, if I save a dup department(dup department is not allowed in db), the save method throws an Exception, but user can't get any ...
0
votes
1answer
150 views
why updated values are not getting post in jqgrid
I am implementing jqgrid using struts2-jqgrid-plugin. My problem is when I change a value of hidden field in form-element ,the updated values are not reflected when i post these hidden field with my ...
0
votes
1answer
112 views
redirecting url: “xyz” in eventsource of fullcalendar to and action class
I am a newbie in web app development, currently I am assigned a web app at work, where I need to implement full calendar using struts2 java, I have displayed it , but I am unable to redirect it to an ...
1
vote
4answers
380 views
How to submit values to backend and receive the results usign jQuery
I am using the following jquery code to receive the values
and validate the values which perfectly works. Then send them to my java application and receive the responses, but it does not send the ...
0
votes
0answers
29 views
FullCalendar Syntax for eventsource in struts2? [duplicate]
I am building a fullcalendar inside jsp page using Java and Struts2.
I know that for java/servlet syntax for event source for getting json feeds was:
eventSources: [{
url: ...
2
votes
2answers
68 views
session being remembered by browser
I am developing a struts2 web application. When button click occurs, I would make a $getJSON call to a struts action and perform some operation on the java class.
...



