| 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
|
 |
 |
|
|
subject: .properties files changes are not showing up
|
|
|