Hi Yuri,
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.
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).
regards,
Volker