struts出现util.PropertyMessageResources - Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true信息,页面一片白。这种信息时有时无,如果不出现上面信息程序就能正常,一旦出现就显示白页。各位大虾帮帮忙

解决方案 »

  1.   


    <%@ page contentType="text/html; charset=gb2312" %>
    <%@ include file="/page/res/taglibs.jsp" %>
    <%@ include file="/page/res/include.jsp" %>
    <%@ page import="sitech.channel.common.SessionVO" %>
    <%@ page import="com.sitech.res.s94000.s94200.service.*" %>
    <%@ page import="java.util.*"%>
    <html:html>
    <frameset cols="*" rows="135,*" framespacing="0" frameborder="no" border="0">
    <frame src="/f4201.do?operate=queryInit" name="queryFrame" id="listFrame" />
    <frame src="/f4201.do?operate=list&local_net=<%=localNet %>" name="listFrame" id="queryFrame" />
    </frameset>
    </html:html>
    这个页面里还嵌入了frame两个页面