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:
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…
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…
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…
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" %>
…
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.
…
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…
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…
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…