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
0 answers

giving stackoverflow javascript error

I am using struts2 dialog. The code is as below
Man
  • 67
  • 1
  • 11
0
votes
1 answer

for toggling between 2 pages using hyperlinks

I am using Struts2-jQuery plug in to toggle between two pages with hyperlink in it... These are the variables in .jsp page and its value from struts action... BookList=../static/media/booklist.html SongsList=../static/media/songlist.html Below is…
BrinzN
  • 37
  • 1
  • 8
0
votes
1 answer

jqGrid Reload Filter Values After .trigger("reloadGrid")

I have a jqGrid where I have local filter/sort capability enabled. I am reloading the grid (from the server) when a custom refresh button is clicked which calls .trigger("reloadGrid") after I set the datatype to JSON. The reload is successful,…
0
votes
1 answer

jqGrid Refresh From Server Issue

I have a Struts2 jqGrid page that loads fine. When the navigator refresh button is clicked I want it to reload the grid from the server.
0
votes
1 answer

jqgrid .trigger('reloadGrid'); doesn't work with multiple grids

I have a jqgrid prepopulated with data. Clicking on any row will send 4 ajax requests to fetch the details (4 jsp pages get loaded). 3 pages has new jqgrids in that. I have an external search and clear option on the first grid (jsp page). It…
0
votes
0 answers

Struts 2 jquery grid Edit dialog box issues

I am facing one issue in Struts2 jquery grid plugin: if I click on add navigator button on grid panel the add dialog box is opening perfectly fine but after clicking on add when I clicked to edit button... the same add dialog box is opening…
0
votes
0 answers

Column header a link which opens a dialog box

I am unable to create a sub grid column header as a link to another window. Here is a sample of my code: //Function which builds the hyperlink function buildGridAllUploadURL(cellvalue, options, rowObject) { var val = options.rowId; …
0
votes
2 answers

How do I initialize in struts2 using JavaScript?

I am developing a Struts2 application and have been using (https://code.google.com/p/struts2-jquery/wiki/AccordionTag). Until now, I have been initializing it on my jsp page by hardcoding the value I want in the tags but is there…
c f
  • 196
  • 2
  • 14
0
votes
1 answer

How can perform a validation JQuery script after that a div containing the input field of a form is loaded?

I am absolutly new in JQuery and I have the following doubt. I know that doing: $(document).ready(function() { DO SOMETHING .............................. .............................. .............................. } the behavior…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
0
votes
1 answer

Struts2 JQuery Ajax using struts2-jquery tag issues

I have been struggling for some time on using the struts2-jquery tag. However, I have not being able to get a working solution of it. I have attached the JSP , struts configuration and the Action. Need someone to help me out on this. JSP: <%@ taglib…
javaguy
  • 31
  • 1
  • 8
0
votes
1 answer

Struts2 JQuery DatePicker: set maxDate to today

I want the maxDate to be set to the current date. I've tried with this answer but I still have problems. Here is my code:
0
votes
1 answer

Filter data in Struts2 jqGrid

I want to add a search feature to my struts2 jquery grid. I cound not find a way to add textboxes inline for filter purpose so I thought of configuring the search feature already there in struts2 jquery grid. i saw this article but while…
0
votes
3 answers

Trying to use struts-jquery-tags but run into multiple exceptions?

I am going to use struts-jquery taglib, but the application throws the following errors. Based on this question, I changed struts to struts2, and based on this one I added the bean to struts.xml file but to no avail. <%@ taglib prefix="sj"…
AlexCartio1
  • 238
  • 3
  • 9
  • 29
0
votes
0 answers

Load the contents of popup(has a ) from struts2 action

I have a jsp page which has a popup (popup is a div in jsp). When I click a link in jsp I want to open a popup with the form in popup being loaded with values coming from struts2 action. I explored strust2-jQuery plugin, but didn't find a solution…
0
votes
0 answers

Another way recharge + Grid + from Jquery + Struts2 jquery plugin

i have a this code that works good... reload the grid with a click in the button below
Ivan
  • 231
  • 1
  • 5
  • 14