[jQuery] [JQuery][Struts 2] Link 3 select tags with JQuery

2009-09-23 Thread Nicolas Benhamou
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

[jQuery] jquery + struts action

2008-12-04 Thread Marta Figueiredo
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

[jQuery] Jquery + Struts

2008-11-18 Thread Bhavin
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',