Hi All, For ajax file upload in struts2, I used below plugins(including apache common fileupload) AjaxFileUpload-0.03.jar json-lib-2.0-jdk15.jar After adding these .jar files into my project, when I try to access one of my page which is having tabbedpane with theme="ajax", I'm getting 'dojo' error messages in firefox console and I'm loosing tabbed pane in web page view. I'm getting below 'dojo' errors. dojo is not defined dojo.require("dojo.io.BrowserIO"); dojoRequire.js (line 22) dojo is not defined <div Help.action (line 360) dojo is not defined <div Help.action (line 350) dojo is not defined null If I remove these .jar files from my /lib folder then it is working fine. Regards, Sharath.