I add ActionSupport.properties in the classpath. Inside the ActionSuppport.properties I have one entry: -------------------------------- no_email="blah blah blah" --------------------------------
I have a NewAction class which extends from ActionSupport. public class NewActoin extends ActionSupport { public String sendPassword() throws Exception { ... String message = getText("no_email"); ... } } I harcoded the message and it's working. After I replace with getText(), what I saw is "no_email" not "blah blah blah". Please advise me what I did wrong. Thanks a lot for any helps. -- View this message in context: http://www.nabble.com/S2%3A-Localization-doesn%27t-work-tf3884155.html#a11008956 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]