Re: Problems with encoding UTF-8 for åäö

2016-03-23 Thread Maria Jimena Sanchez
Are you using the correct UTF-8 symbol? We still can't see how you assign content to the subject variable On Wed, Mar 23, 2016, 8:17 AM wrote: > Hi > I have the problem on Hotmail.com i attach the complete method. > > > private void sendEmail(String

Re: [beanutils] Retrieving enum property from class

2012-10-15 Thread Maria Jimena Sanchez
javadoc specifically says that value will be converted to a string value. quoting BeanUtils' javadoc Return the value of the specified property of the specified bean, no matter which property reference format is used, as a String. if you want the object you can use PropertyUtils instead. here is

Re: test.value=foo

2012-02-14 Thread Maria Jimena Sanchez
I tested its and it works. Here is my test: the test class public class Testasfd { @Test public void test() throws ConfigurationException { MapString, String expectedValues = new HashMapString, String(); expectedValues.put(user.name, jime);

Re: test.value=foo

2012-02-14 Thread Maria Jimena Sanchez
that could be. I'm running linux with java 1.6. I didn't download java 7 yet, let me try that. On Tue, Feb 14, 2012 at 3:41 PM, Young Gun scott_cornw...@hotmail.comwrote: Jime, Thanks for the quick response but no workie I took code as is, an add values to the user.prooperties file but