Hi All, Could you please help? how do I fetch the properties value in the jspf? I have the 'Footer.jspf' file which is included in all of my jsp files. Thanks!!
/* ApplicationResources.properties */lcp.pluginFooter=For access to required "Software Plugins", please select the "Software Plugins" link below and follow directions to download. <br> <a target="_blank" href="/plugins.do?action=plugins">Software Plugins</a>. /*Footer.jspf */<%@ page contentType="text/html; charset=UTF-8"%><%@ taglib prefix="s" uri="/struts-tags"%> <div style="clear:both"></div><div style="margin-bottom:15px"><div class="tabletext" style="margin-left:15px"><s:text name="lcp.pluginFooter"/></div></div>