Re: struts.custom.properties not working

2011-06-11 Thread Jeff Black
ubject: Re: struts.custom.properties not working I checked out the struts 2 source and added more logging so ensure the properties are getting loaded and they are. There must not be a way to reference the property from a jsp is my guess. can only grab properties loaded using t

Re: struts.custom.properties not working

2011-06-10 Thread mmckenzie
this is correct. Thank you. Mitch From: mmcken...@wernervas.com To: user@struts.apache.org Date: 06/10/2011 12:13 PM Subject:struts.custom.properties not working I have some custom properties I want available in my application. Unfortunately, I am unable to get the properties

struts.custom.properties not working

2011-06-10 Thread mmckenzie
I have some custom properties I want available in my application. Unfortunately, I am unable to get the properties to work in struts 2.2.3 My property file is located: WEB-INF\classes\test.properties Contents of test.properties: theme.debug.value = true static.content.server.url = /static jqu