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
1
vote
1 answer

Creating a workflow in a single form in Struts2

I'm using struts2-jquery-plugin-3.7.0. I'm looking for a component that can create a workflow by exhibiting (creating) multiple steps in a single form on a page in which the current step is processed partially and display the next step if and only…
Tiny
  • 27,221
  • 105
  • 339
  • 599
1
vote
1 answer

Jquery plugin for drawing trend for both negative and positive valus

I have some numbers including positive and negative and I want to show them in a format of line(lind chart or trending ) . I found gRaphael very interesting and I saw a couple of examples shows that it works with positive numbers perfectly but I…
HMdeveloper
  • 2,772
  • 9
  • 45
  • 74
1
vote
2 answers

Struts 2 Jquery tab navigation

When navigating from one tab to another, i.e, on clicking the submit button in a tab1 (which is jsp) the tab2 has to get loaded. My code is below.
user2816424
  • 73
  • 2
  • 3
  • 9
1
vote
2 answers

How do I pass form values to an action using anchor tag?

I have a form that I would like to pass the values of the form to an action. I also don't want to use a submit button and would like to use struts2 anchor tag. Here is my below code:
J T
  • 71
  • 1
  • 6
1
vote
1 answer

Regarding Struts2 jquery double select box

Has anyone tried implementing Struts2-jQuery example? I am able to do setup for example given at below link but no values are populated in the page http://struts.jgeppert.com/struts2-jquery-showcase/index.action and no error is show in console not…
saharsh
  • 93
  • 1
  • 3
  • 13
1
vote
1 answer

Struts2 AnnotationValidationInterceptor

I am having a frustrating time implementing struts2-jquery-plugin-3.6.0 into a Struts2 2.3.14.3 website. I recently updated the Struts2 version to 2.3.14.3, and all its dependencies, and the website functions fully and properly. I am now trying to…
1
vote
2 answers

Can I use jquery.js directly in Struts 2?

I already have a simple application, to experiment I am implementing the same in Struts 2. In an old app I've used jQuery, now can I use directly the same jquery.js here or shall I opt for Struts 2 jQuery Plugin? I tried with jquery.js, I am getting…
Aadam
  • 1,521
  • 9
  • 30
  • 60
1
vote
1 answer

Struts2 jQuery struts-plugin.xml invalid

I have setup a project which is a combo of Struts2 + Springs + JPA. I recently came across the Struts2-Jquery Plugin Using this plugin (struts2-jquery-plugin-3.5.1.jar) in my project I got an error Unable to load…
0
votes
1 answer

How to highlight and select first item in Struts2 Autocompleter using struts2-jquery?

I have the below combo box in my application and I use struts2 and dojo to show the autocomplete. If you notice it shows the typed text as highlighted in the results. If we click outside the typed text will get selected. Code for the above…
0
votes
0 answers

How to send a jsp form to Struts2 Action while reloading a Jstree (sjt:tree widget)?

I'm going to make this as short as i can: I have a sjt:tree widget on my page that is being refreshed from jquery code. I need that the jsp form where is located tree could be sent to the Struts2 Action when the tree is reloaded. JSP CODE:
Darkcloud
  • 33
  • 1
  • 7
0
votes
0 answers

How to create a Grid with a single Parent grid and 2 subgrid on the same level using Struts2 Jquery Grid (sjg:grid) plugin

I'm trying to get my grid structure in 1 parent grid and 2 children (both children should be in the same label) grid under that parent. I found 1 solution - but this is Grandparent - Parent-Child relation. (1 grid under other…
0
votes
1 answer

Not able to display json data on jsp with ajax and struts2 integration

I not able to display the json data on jsp. When i checked for console logs in browser I am able to see the json content in console. Can anyone help me with ajax code to display the data? Web.xml content
0
votes
1 answer

BlockUI Not Working Before Form Validation

I have a form that is being submitted using an sj:submit tag from the struts2-jquery plugin. The submit button is setup with a validateFunction and an onAfterValidationTopic. I'm trying to block the form using the jquery BlockUI when a user saves…
0
votes
0 answers

struts2jquery plugin alternative for sj:menu for plugins earlier then 3.5.0

I am looking for an alternative option for . As my company is not ready to switch to 3.5.0 for a single component. I tried using the normal div to create the look, but css for hover and highlight is missing. We currently use 3.3.0.
Preethi Jha
  • 167
  • 13
0
votes
0 answers

sj:dialog (modal) containing tabbedpannel with dynamic content

While using the Strust2Jquery(3.7.1) plugin, I am ran into a brick wall with this. Would you gurus please share your wisdom with me. I would like to have a dialog (sj:dialog modal) display. It contains 3 tabs, each of the tabs has a grid that…