Hi, has JSF an official API to achieve similar functionality as [1] ?
Purpose and use case: 1) JSF process partially view 2) JSF artifact creates and queues a request "render this script ... before </body>" 3) new element script is created and rendered before </body> this is not same same @Resource(target="body"). Also this must work with partial response wihout explicit render="@all" Any ideas? Thanks, Kočičák [1] https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/DialogRequest.java
