Hi, in order to render attachments (images, documents, etc.) I use to follow the common pattern of catching the request in a phase listener, then inserting the contents in a response stream. Since I upgraded to Myfaces 1.1.5, I get the warning "MyFaces special javascript could not be retrieved from request-map" when contents is html. Is there any way to manually feed the request map with expected js - o even better - can I do it through an empty string just to avoid this warning at any request ?

Reply via email to