otnj2ee
02-07-2008, 12:42 AM
In a JSP page, named ParentJSP.jsp, there is an include
<%@ include file="/pages/tabs/test/test_tab_editable.jsp"%>
--Now, I made a change to the label of the test_tab_editable.jsp (For instance, there was a label named: Old Lab, now I changed it to New Lab).
When the ParentJSP.jsp is loaded, the change never gets displayed, i.e., the label still shows: Old Lab, while it supposedly shows: New Lab.
How can I solve it?
Thanks
Scott
<%@ include file="/pages/tabs/test/test_tab_editable.jsp"%>
--Now, I made a change to the label of the test_tab_editable.jsp (For instance, there was a label named: Old Lab, now I changed it to New Lab).
When the ParentJSP.jsp is loaded, the change never gets displayed, i.e., the label still shows: Old Lab, while it supposedly shows: New Lab.
How can I solve it?
Thanks
Scott