[jQuery] jquery + struts action

[jQuery] jquery + struts action


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 forward works. Any ideas?
$.ajax({
url: '/listReports.do',
type:'post',
cache: false,
dataType:'xml'

});
thanks
Marta