Questions tagged [struts2-jquery]

A Struts 2 plugin that provides Ajax UI widgets based on jQuery and jQuery UI.

Johannes Geppert's Struts 2 jQuery plugin.

392 questions
3
votes
1 answer

Datepicker isn't working inside search popup

I've been working with Struts2 and it's JQuery plugin for around a week and I'm a little bit lost. Last thing I tried to do was to implement searches by date in a jqGrid I'm displaying on a page. For this, I followed this tutorial here. The thing…
JorgeGRC
  • 1,032
  • 2
  • 18
  • 37
3
votes
0 answers

How to get the entire row value of Struts2 grid in action class

I am using struts2 jquery grid. It has 2 formatters email & sms. It has a select with 2 options active or inactive. The user can change from active to inactive & vice versa. So basically i have to save both the columns value in the database.…
Pradnya
  • 649
  • 2
  • 6
  • 17
3
votes
1 answer

Jquery progress bar server side

I have a long running process(not definite time) in server-side(which runs number of queries in db) which takes more than 30s. I want to display the progress in % to the user. I'm using jquery ,struts in my application. Is there a way to do it?
user1717764
  • 111
  • 3
  • 12
3
votes
2 answers

Struts 2 jQuery grid load data from JSON string

I found that we can load the jqGird with JSON string. Please refer to map JSON data to jqGrid. Is it possible to use this feature with sjg:grid tag? I look at tag attribute and only find that the data can be loaded from a URL which will call a…
Alireza Fattahi
  • 42,517
  • 14
  • 123
  • 173
3
votes
0 answers

struts 2 jquery plugin prevent form submit

In Struts2 jQuery plugin, we defined forms with ajax validation. But some times we want to prevent form begin validated via ajax and submitted. I see some similar issue which changed the Struts 2 jQuery core which i prefer not to do it: struts2…
Alireza Fattahi
  • 42,517
  • 14
  • 123
  • 173
3
votes
1 answer

Struts 2 jQuery plugin in Pie Chart with json results

By using struts 2 jQuery plugin .... I am trying to create a Pie Chart which gets its data dynamically via json. Is it possible? All samples mentioned in http://struts.jgeppert.com/struts2-jquery-showcase/index.action and as long as I searched, are…
Alireza Fattahi
  • 42,517
  • 14
  • 123
  • 173
3
votes
0 answers

Creating AJAX Pie chart with struts2 jquery

I am trying to implement a pie chart with struts2 jquery. This pie chart is supposed to be dynamic, calling AJAX method, I googled alot and tried with so many tags. But there were no results as long as the object is not filled and it doesn't go…
animgr
  • 71
  • 1
  • 6
3
votes
1 answer

Struts 2 - Intercept an image file uploading with CKEditor

I have a CKEditor on different pages of the site, so I settled up the uploads to true and all the configuration stuff for it to work, and the image upload worked just fine for "Send it to the Server" tab. But from here I want to intercept or…
Denees
  • 9,100
  • 13
  • 47
  • 76
3
votes
0 answers

Struts2 jquery grid with double select box

I have used truts2 jQuery grid plugin with DropDown select box in my web application. That work's pretty good. Here's the codes i have tried so far: @Action(value="selectcountries", results= { @Result(name="success", type="dispatcher",…
edaklij
  • 4,121
  • 11
  • 31
  • 43
3
votes
1 answer

Struts2 Jquery conformation

I'm using struts2-jquery plugin in my application, i'm using its sj:a component to submit forms. Here is my code.
3
votes
1 answer

What is the difference between jquery-ui.css and jquery-ui.css?s2j=3.3.1

Possible Duplicate: Cache busting via params I'm using struts2jquery plugin and I wanna change a property inside jquery-ui.css which is inside a jar file called struts2jquery-plugin-3.3.1.jar. The problem is after I changed that property I can…
thinkBig
  • 823
  • 2
  • 9
  • 12
3
votes
4 answers

Struts2 jQuery configuration issue

In my webapp I am using struts2-jquery plugin. Struts2 version - 2.3.7 struts.jquery.version - 3.5.0 For using jQuery with Struts I've used the following configurations - In pom.xml
Kapil Raju
  • 685
  • 1
  • 8
  • 12
3
votes
3 answers

Struts2 jQuery Autocompleter with select box

I've used the Struts2 jQuery autocompleter for my Struts 2 application. Here is my code: JSP:
edaklij
  • 4,121
  • 11
  • 31
  • 43
3
votes
1 answer

Updating values in a yaml file using snakeYaml

Is there any way to edit/delete the values in a YAMLfile using java. I'm using struts2-jquery-grid where the data will be populated from YAML file. Now, If I edit the field(s), it should be saved in YAML file. I am able to read the value from and…
Balwant Kumar Singh
  • 1,158
  • 4
  • 24
  • 48
3
votes
1 answer

Struts2 Result type http header 500 does not trigger onErrorTopics in sj:autocompleter

We have a Struts2 application using Struts2-jQuery framework for Ajax operations. While using the Autocompleter (sj:autocompleter) tag in Struts2-jQuery as follows, it makes an ajax request to the Struts2 Action jsonlanguages.
yathirigan
  • 5,619
  • 22
  • 66
  • 104
1
2
3
26 27