Questions tagged [struts2-jquery-plugin]

A Plugin for the Struts2 web framework that provides Ajax functionality and UI Widgets based on the jQuery JavaScript framework.

A Plugin for the Struts2 web framework that provides Ajax functionality and UI Widgets based on the jQuery JavaScript framework.

Features:

  • The Plugin easily integrates the Ajax and Widgets into Struts2 web framework .
  • The current Struts2 Dojo Plugin (that was used before) is deprecated.
  • jQuery is one of the most popular JavaScript frameworks.

The old Project Home Page.

The new Project Home page.

90 questions
0
votes
1 answer

Struts2 jQuery Plugin Doubleselect initial value for second dropdown

I have a little (i hope) problem trying to use Doubleselect element from Struts2 jQuery plugin. I have followed the sample without problems, and the behaviour is as expected when I add a new record (add new record to database), but when i try to…
Xian
  • 1
  • 2
0
votes
1 answer

how to change target of Struts2 jquery plugin dynamically

I have reportCriteria.jsp as follows:
Generate Report
0
votes
1 answer

sj:select tag in struts2-jquery plugin calls the JSON method again when the page gets submitted for a different action

This question is on Struts2 jquery plugin. While loading a JSP be default I am loading one dropdown list values and the second dropdown values are loaded based on selection of first dropdown. When the second dropdown value is selected an onChange…
0
votes
0 answers

Struts2 Jquery plugin chaning dropdown values holding on JSP submission

My question is regarding struts2 jquery plugin for chaining select boxes. I mean by default when the page jsp gets loaded values are already loaded in the dropdown. When we select a value from the first dropdown, based on the selected value the…
0
votes
1 answer

TypeError: e is undefined, while adding dynamic dropdown list in the search field of jqgrid

I am trying to add a dynamic dropdown list in the search field of jqgrid. My code details is :: in jsp page :
0
votes
2 answers

sj:submit and s:submit on the same form

I've got an s:form with sj:submit and s:submit inside, sj:submit works properly but s:submit buttons doesn't works. Nothing happens when I click on s:submit buttons. I tried to use sj:submit button outside the form and linking that to s:form with…
simoneloru
  • 23
  • 4
0
votes
1 answer

Unable to load struts2-jquery-plugin

i am new in struts jquery, i will be getting the following error when the server started, struts2-jquery-plugin-3.6.0.jar is there in lib directory. please any one tell what is my mistake. thanks. Unable to load configuration. - [unknown…
javasen
  • 1
  • 2
0
votes
0 answers

how to add the css effect on struts2 jquery tree

I'm having problem with my jquery tree view. now I'm using this : http://struts.jgeppert.com/struts2-jquery-showcase/index.action I want to make the css background on selected tree node after the node is clicked. How should I do, pls give me some…
Sandar Min Aye
  • 499
  • 6
  • 15
  • 28
0
votes
0 answers

JsonObject null when sending from javascript to action struts2

Im working with struts2 . and when Im Sending A JsonObject from js to action , JsonObject is null. Code : Js file : var data = {"data":[{"name":"ABC","age":"20"},{"name":"XYZ","age":"22"}]}; $.ajax({ url: "Exam1/start", data: data, …
Junior
  • 19
  • 3
0
votes
2 answers

CSS doesnt load properly when struts 2 jquery tree plugin is used

I'm using struts2 jquery tree plugin to show a tree in a div . The problem is that either the CSS of the tree or the CSS of my JSP page doesn't load properly. I tried to change the order in which the scripts load and now I can see that all my CSS…
phani
  • 41
  • 1
  • 8
0
votes
1 answer

How to populate the second select according the the chosen option in the first select?

I'm using struts2-jquery-plugin. Normally in my form, I need my first select to be populated from database by School Subjects and according to the chosen school subject I need to update the second select and populate it from database by the Teachers…
user1459961
-1
votes
1 answer

How to display list data on pop up using struts2

I have list of object in my action class as below. private ArrayList emp_list; public ArrayList getEmp_list() { return emp_list; } public void setEmp_list(ArrayList emp_list) { this.emp_list = emp_list; } Bean…
-1
votes
1 answer

getting browser back link using struts2 and sj tag

How to get browser back link using Struts2 sj tags... i already tried this code.... $(document).ready(function() { $("#login").click(function() { …
Hariprasath
  • 828
  • 4
  • 15
  • 41
-2
votes
1 answer

How to change autocompleter widget size

I tried the code from the project to change the size of the select box: Result Div :
Submit form bellow.
Topics Div :
Roman C
  • 49,761
  • 33
  • 66
  • 176
-2
votes
1 answer

What is the use of struts2-jQuery plugin?

I want to know the advantages of using Struts2-jQuery plug-in ?? What is its use ?? Also some support from where to study as I did not find any tutorials.
Siddharth Trikha
  • 2,648
  • 8
  • 57
  • 101
1 2 3 4 5
6