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…
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.…
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?
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…
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…
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…
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…
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…
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",…
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…
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
…
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…
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.