IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Encoding problem

    Posted 09/16/10 11:13 AM

    On some pages I have form fields that must be filled with non-english words having some diacritical marks like “ą”, “ę”.
    After sending the form to the server, the page refreshes and the browser displays the content in read-only.
    Words with diacritical marks are displayed in strange encoding.

    The problem only appears on JSP generated pages.
    Source pages have UTF-8.

    I don’t know if it’s a framework issue or maybe a tomcat problem? :frowning:

    Maybe someone have a similiar issue?

    PS. I attach two screenshots with the described example.

    Regards,
    Maciej
    after.gif
    before.gif


    #ApplinX
    #Mainframe-Integration
    #webMethods


  • 2.  RE: Encoding problem

    Posted 09/16/10 05:13 PM

    Maciej, it sounds like a browser/tomcat problem.


    #ApplinX
    #webMethods
    #Mainframe-Integration


  • 3.  RE: Encoding problem

    Posted 09/17/10 09:25 AM

    Tanya, have you any idea what might be wrong with the browser/tomcat?

    Because when I run the same screen in the browser as an instant type not as JSP generated, the problem with encoding doesn’t appear.


    #Mainframe-Integration
    #ApplinX
    #webMethods


  • 4.  RE: Encoding problem

    Posted 09/17/10 01:03 PM

    I finally solved the issue by adding to the web application an encoding filter and configured it in web.xml file :smiley:


    #ApplinX
    #Mainframe-Integration
    #webMethods