Hello, we are using Tobago 3.0.6 as we have to support WebSphere 8.0.
We experience some issues. One of them is that we get encoding issues when sending german umlauts and other special characters as values of tc:textArea or tc:selectManyCheckbox as child components of tc:tabGroup. I validated this issue and figured out, that the encoding issues are already present in facesContext.getExternalContext().getRequestParameterMap(). For example: Having the text "Örtlichkeit" as a value of a tc:textArea component with id "test" results in a key-value-pair: test=örtlichkeit The encoding of the HTML document in the browser is displayed correctly as UTF-8. Please help. Kind regards, Marko Voß