]
Nick Belaevski updated RF-8963:
-------------------------------
Fix Version/s: Post_4.F
(was: Future_4.X)
Create CDK template directive to relocate content into ViewRoot
component resources.
------------------------------------------------------------------------------------
Key: RF-8963
URL:
https://issues.jboss.org/browse/RF-8963
Project: RichFaces
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: cdk
Reporter: Alexander Smirnov
Assignee: Alexander Smirnov
Fix For: Post_4.F
For better page loading performance, JSF 2.0 supports rendering of JavaScript libraries
at the bottom of the page. In this case, all component JavaScript initialization code has
to be rendered after libraries. To do that, component has to render its initialization as
transient UIOutput component and add it to the ViewRoot componentResources with
'body' target to be rendered at the bottom of the page.
CDK template tag "<cdk:resource> should put enclosed content into
componentResource instead of rendering directly to ResponseWriter.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: