Hi,
I'm totally new with Struts 2 & JQuery.
I have 3 populated via 3 linked hierarchic tables : GROUP
(id_group, group) > CATEGORY (id_category, id_group, category) > SKILL
(id_skill, id_category, skill)
My java class contains methods :
listSkill(), listCategory(), listGroup() and as
Hi
I need to call an action using jquery..
The following piece of code works correctly for it is calling and
executing code the correct struts action. However.. the action itseft is
not being correcty forwarded. I don't think that the problem is the
action, for if I call it in other ways the
Hi,
I am using JQuery with Struts 1.1. I am using following code when
user
clicks on Save button:
$('#save').click(function() {
$.blockUI({ message: "Please wait..." });
$.ajax({
url: '/saveData.do?dispatch=save',
type:'post',
3 matches
Mail list logo