Search:

Type: Posts; User: nvh711; Keyword(s):

Search: Search took 0.01 seconds.

  1. I was getting the same error when connecting to a...

    I was getting the same error when connecting to a Tomcat server that had 2-way SSL enabled (clientAuth=true). The solution was to install the signed certificate of the client into the server's trust...
  2. OGNL not recognizing String to String converter

    Hi all,

    I know this issue has been brought up in the past but I have not yet seen a solution. I want to register a String to String Webflow converter so that I can trim white space before binding...
  3. I have my 'messageSource' bean defined in the...

    I have my 'messageSource' bean defined in the root application context (loaded via ContextLoaderListener) and I am loading my flow definitions through a flow registry from inside the servlet context....
  4. For a bean with id="x" the key would be...

    For a bean with id="x" the key would be "scopedTarget.x"
  5. It was the characters in the file - I opened it...

    It was the characters in the file - I opened it in Notepad++ and switched the encoding to UTF-8 and the characters weren't recognized. Sorry to waste your time :)
  6. System.out.println("su contraseña. Asegúrese por...

    System.out.println("su contraseña. Asegúrese por favor de que su contraseña esté mantenida co");

    seems to display fine...
  7. Encoding issue w/ upload of Spanish text file

    I am trying to upload a file of Spanish text and although I have set the default encoding on my multipartResolver to 'UTF-8' when I create a String by converting the MultipartFile to a byte array it...
Results 1 to 7 of 7