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
2
votes
1 answer

Struts 2 jquery autocompleter with forceValidOption="false"

I have set the Struts 2 jquery auto complete tag forceValidOption to false as:
2
votes
0 answers

Add custom text to jqGrid navigator buttons in Struts2-jQuery-Grid

I am using struts2 jqGrid. I have enabled navigatorSearch="true". So It shows the search button. I want to add a text to the button saying Search I read it here that I need to add the searchtext attribute to add custom text. But I dont know where to…
Pradnya
  • 649
  • 2
  • 6
  • 17
2
votes
2 answers

An "_=13 digits" will be added to js files in Struts 2 jQuery plugin project

In a Struts 2 jQuery plugin project, consider a simple JSP page which includes a JS file in it When you look at at actual requested URL ( for example by using Firefox firebug) you see…
Alireza Fattahi
  • 42,517
  • 14
  • 123
  • 173
2
votes
1 answer

Not able to reset the values of form elements on change of select box in Struts 2

I want to reset my form elements on change of select box value. The below is the example.
Lokesha S
  • 75
  • 1
  • 4
  • 16
2
votes
1 answer

onsubmit event not working for asynchronous form submit

I have created a form using struts tags. I have submitted the form asynchronously using struts jQuery's submit tag. Now before I submit my form i want to call a JavaScript function checkUser(), that checks if there is some client side error And…
2
votes
1 answer

Session variable not loading for password

The question is a bit long but i feel its interesting. Kindly have a look plz. I have a jsp called "Menubaruser.jsp" as follows: <%@ taglib prefix="sj" uri="/struts-jquery-tags"%> <%@ taglib prefix="s" uri="/struts-tags"%>
Gaurav Kumar
  • 1,091
  • 13
  • 31
2
votes
2 answers

Dynamic input is not recognized in struts2-jquery tags

In my application i need to change the content of the dynamically my code is given below: