Hi
> My problem has nothing to do with encoding/decoding, but I got a null pointer
> exception in
> AddResources.writeWithFullHeader/HtmlRenderUtils.selectContentType area.(See
> below) The statements that the exception occurs are:
> FacesContext context = FacesContext.getCurrentInstance();
> contentTypeListString =
> (String)context.getExternalContext().getRequestHeaderMap().get("Accept");
>
Yes, I too see this exception regularly appearing in our logs, though,
haven't had the time to look at it - its on my todo list.
No Idea now what it could be, but I'll look at it.
I added some debug statements to my myfaces version and will see what
happens ...
Ciao,
Mario