Thanks Volker, for your quick response!
>> My Question is it possible to add additional checking in >> TobagoRenderKit.createResponseWriter method add checking >> for characterEncoding and if it's null to setup it to UTF-8? > >+1 from me, please add a jira issue for this. I added jire issue for this case with full stack trace https://issues.apache.org/jira/browse/TOBAGO-218 >> And the second question why does TobagoResponseWriter close start tag after >> calling write(final String str) method? >the write(final String str) method is indended to write content, and >so the start tag must closed first. if you want write a attribute use >the writeAttribute(String name, Object value, String key) method. e.g. >writer.writeAttribute("title", "The title", null); >Where did this problem occur? In a custom component or in a standart tobago >tag? >I the later please also add a bug report (with the hole stacktrace >attached). The problem occurs in a standard Tobago input text field component. Thanks, Yuri Ivanov

