Eduardo Mello

Greenhorn
+ Follow
since Nov 21, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Eduardo Mello

Hi guys this is my first post here.
I am working with struts 2.1.6 and struts-dojo-plugin 2.1.6.
I´m trying to do a simple operation, just updating the content of a div with AJAX.
The operation works with Firefox and Chrome but it fails on IE throwing an undefined error on the target div.

I am posting my main jsp, the content jsp, the action class, struts.xml, and web.xml.
I am also attaching a screenshot with the undefined error on IE.

Here it´s my JSP:




Here it´s my content JSP:




Here it´s my action:




Here it´s my struts.xml:



Finally, here it´s my web.xml



Any help will be great appretiated.
Many thanks in advance,
Regards.

14 years ago