It works fine when the value of the properties is called in the jsp file. And no it didn't go through an action. Thanks!!
On Thursday, February 19, 2015 4:40 PM, Dave Newton <davelnew...@gmail.com> wrote: If it's not included in a JSP page it doesn't surprise me too much; are you showing the page through an action? The text tag depends on a text prvider being in the value stack. On Thu, Feb 19, 2015 at 4:35 PM, Lilylove toshop < lilylove2s...@yahoo.com.invalid> wrote: > The Footer.jspf was included in my index.html but when I deployed the > application, the footer text was not displayed in my index.html. > > On Thursday, February 19, 2015 4:26 PM, Dave Newton < > davelnew...@gmail.com> wrote: > > > Like you're doing? > > Are you having a specific issue? > > On Thu, Feb 19, 2015 at 3:21 PM, Lilylove toshop < > lilylove2s...@yahoo.com.invalid> wrote: > > > 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> > > > > > > > > > > > > > > > > > > > -- > e: davelnew...@gmail.com > m: 908-380-8699 > s: davelnewton_skype > t: @dave_newton <https://twitter.com/dave_newton> > b: Bucky Bits <http://buckybits.blogspot.com/> > g: davelnewton <https://github.com/davelnewton> > so: Dave Newton <http://stackoverflow.com/users/438992/dave-newton> > > > -- e: davelnew...@gmail.com m: 908-380-8699 s: davelnewton_skype t: @dave_newton <https://twitter.com/dave_newton> b: Bucky Bits <http://buckybits.blogspot.com/> g: davelnewton <https://github.com/davelnewton> so: Dave Newton <http://stackoverflow.com/users/438992/dave-newton>