I have a struts2 application with struts2 version 2.0, there is no error on the server side or on the client side, but it often shows blank pages when viewed . It looks like the browser was unable to display the html page. These blank pages are not displayed on certain pages, but are randomly displayed on different pages.
I was told to fix the problem, but could not figure out where the problem is. I tried disabling dev mode using the tagstruts.xml
<constant name="struts.devMode" value="false" />
I also tried to host the website on another machine, but this did not solve the problem, Can someone please help me solve the problem,
I am using apache tomcat version 6.26
EDIT: Tpmcat logs are not being received regarding the current issue. When it is checked that the source is not empty. I am using Firefox 3.6.4, How can I solve this problem? Can this be solved?
Xinus source
share