aspose file tools
The moose likes JSP and the fly likes .properties files changes are not showing up Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark ".properties files changes are not showing up" Watch ".properties files changes are not showing up" New topic
Author

.properties files changes are not showing up

kranthi kiran kumar
Greenhorn

Joined: Aug 25, 2012
Posts: 1
Greeting ,
Please can anyone help me on this.

This is the class file statement

loadKeyRegistrationErrorMessage(resp,"KEY_ID"+suffix) .Here suffix value = "EXIST"

tyoeProperties.put("msgParams",key)

forwarding to this jsp statement

<fmt:message key="${msgParams}" bundle = "${key}"/>

pointing to Key.properties files to
KEY_ID_EXIST = "key you entered already exist .Please visit <a title="account" href = "/servlet/form?storeID=1"> Your Account </a>

I want to change the hyperlink from "/servlet/form?storeID=1" >
what ever changes i made to the properties files are not showing up.




Thanks advance
kranthi
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: .properties files changes are not showing up
 
Similar Threads
Property file is cached
Maven - copying properties file from SVN to Linux based App Server machines
long post IBM.158
Diffrent Actions from Virtual hosts
Urgent !!! Entity bean JDBC connection Problem !!!