Use the "metaContainer" facet: <tr:document> <f:facet name="metaContainer"> <f:verbatim><script ...../></f:verbatim> </f:facet> </tr:document>
On 10/7/06, Naresh Bhatia <[EMAIL PROTECTED]> wrote:
Since the <tr:document> tag encapsulates the generation of <html>, <body>, and <head> elements, how do I force generation of some elements in to <head>. For example, I would like my <script> tags to go to the <head>. (May be not a good example because it appears that <script> tags are forced into <head> anyway. However, I don't see that documented in the tag library docs.) Naresh
