Questions tagged [struts2-jquery]

A Struts 2 plugin that provides Ajax UI widgets based on jQuery and jQuery UI.

Johannes Geppert's Struts 2 jQuery plugin.

392 questions
0
votes
1 answer

How to submit a form on sj dropdown select?

I am using Struts 2 jquery plugin's dropdown list. i want to submit the form which has this dropdown and want to give the target to some other div.please give some idea.Thanking you in advance. here is the code:
Jeetu Verma
  • 199
  • 1
  • 5
  • 19
0
votes
1 answer

tabbed panel validation in Struts2

I have a tabbed panel with 4 tabs. On the 3rd tab I have 3 textfield and submit button. How to do validation for this tab .On validation error how to return to same tab(i.e. 3 rd tab). When i tried with XML validation it returned to first tab not…
sowmya r a
  • 67
  • 1
  • 1
  • 5
0
votes
1 answer

Java, Struts2 and AJAX. Need some directions

Here is the summary: I need to build a simple java web app that, among other things, will let the user create, update, delete, and view records from a few tables. My app is required to use Struts2 and the struts2-jquery-plugin to implement AJAX…
rzb
  • 2,077
  • 6
  • 22
  • 31
0
votes
1 answer

Struts2-jquery TreeTag JSON choose action to execute

I have a TreeTag like this : On load, the treeData action is called and everything is displayed…
Edu Castrillon
  • 527
  • 1
  • 12
  • 28
0
votes
1 answer

Struts2-jQuery TreeTag showing FreeMarker Error, no tree visible

I am currently trying to get a basic example of struts2-jquery treeTag running. I have placed this in the JSP : ....
Edu Castrillon
  • 527
  • 1
  • 12
  • 28
0
votes
0 answers

Struts 2 JQuery TreeTag changes all CSS in JSP

I'm trying to add the treetag functionality to my JSP using com.jgeppert.struts2.jquery's tree plugin. The problem is that, when I add the tag, all the css styles of the rest of the page changes to the plugin's own css. Any ideas of how to solve…
Edu Castrillon
  • 527
  • 1
  • 12
  • 28
0
votes
1 answer

Tabbedpanel using Struts2-JQuery

Creation of tabbedpanel using jquery in my jsp having the error like My code is: <%@ taglib prefix="s" uri="/struts-tags"%> <%@ taglib uri="/struts-jquery-tags" prefix="sj" %>
0
votes
0 answers

How to change link color (Struts2 jquery link) on click?

I am using struts2-jquery-plugin-3.2.1 in my application.And i am using links ,now i want to change the color of selected link.Please share your ideas. Thank you in advance.
Jitendra verma
  • 51
  • 1
  • 3
  • 10
0
votes
1 answer

How to link s:url to an external URL?

We are trying to load a HREF target to a Div Tag using the Struts2-jQuery & Struts2 tags. Below is the code. This is working fine as long as the s:url value is an internal URL, but if i change it to an external URL like www.google.com, nothing is…
yathirigan
  • 5,619
  • 22
  • 66
  • 104
0
votes
1 answer

jsonmap in struts2 jquery grid

What is "jsonmap" attribute in struts2 jquery gridcolumn tag? Please tell me about jsonmap. Is it used to develop grid dynamically?
0
votes
1 answer

Struts 2 Select tag inside Struts2 Jquery Grid Column

What is the way to use a Struts2 select tag inside a Struts2 Jquery Grid Column? I couldn't find any useful information in the plugin website, they just talk about a custom formatter using a javascript function, which I have been able to use…
Diego Ramos
  • 989
  • 4
  • 16
  • 35
0
votes
1 answer

struts2+jquery plugin+tiles plugin : How to change a remote div?

I'm trying to learn how to use a remote division, so I've been checking the showcase of struts2-jquery-plugin and I didnt understand much how things are working. Here what they have in the download : struts.xml : // some other…
user1459961
0
votes
0 answers

How to show jsp page in lightbox onSelectRowTopics of struts jquery grid?

Here is the brief code please share your idea,i am using struts2-jquery-grid-plugin-3.2.1
Jitendra verma
  • 51
  • 1
  • 3
  • 10
-1
votes
1 answer

How to Group columns in front end?

Table has to be displayed in front end. Following is the code.
Padmaja
  • 111
  • 1
  • 11
-1
votes
1 answer

Struts 2 jQuery customising Grid ADD

Is it possible to customize the values which is getting populated in clicking Add/Edit button?
user2816424
  • 73
  • 2
  • 3
  • 9
1 2 3
26
27