M
Miles Davenport
I have the following code (please see base of email) which displays text
from a properties file ok.
I have changed the properties file so the contents are different, but cannot
get the new details to display. I have tried the following:
-Stop and restart Apache and Tomcat.
-Delete the Tomcat compiled Java and associated class for the JSP, and stop
restart the server.
-Cleared my browsers cache.
- Checked logs for exceptions and errors, things look ok.
None of these things work I have read about Tomcats management
interface, but it has not been enabled. Is there some other cache I am not
aware of ?
Can someone please give me some pointers about where I am going wrong. Is
there something easy I am missing (I hope so ).
thanks
Miles.
<%@ page language="java" %>
<%@ page import="uk.co.???????.struts.*" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<html>
<head>
<body>
<bean:message key="lable.title.email"/>
<p>
<bean:message key="lable.title.registration"/>
<p>
<bean:message key="lable.title.myDetails"/>
</body>
</html>
from a properties file ok.
I have changed the properties file so the contents are different, but cannot
get the new details to display. I have tried the following:
-Stop and restart Apache and Tomcat.
-Delete the Tomcat compiled Java and associated class for the JSP, and stop
restart the server.
-Cleared my browsers cache.
- Checked logs for exceptions and errors, things look ok.
None of these things work I have read about Tomcats management
interface, but it has not been enabled. Is there some other cache I am not
aware of ?
Can someone please give me some pointers about where I am going wrong. Is
there something easy I am missing (I hope so ).
thanks
Miles.
<%@ page language="java" %>
<%@ page import="uk.co.???????.struts.*" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<html>
<head>
<body>
<bean:message key="lable.title.email"/>
<p>
<bean:message key="lable.title.registration"/>
<p>
<bean:message key="lable.title.myDetails"/>
</body>
</html>