This is a common enough scenario that perhaps there should be a
built-in facility for it?  I was wondering how to insert the Google
Analytics javascript code right before my </body> tag too.

On Mon, Jun 9, 2008 at 10:42 AM, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> build the <script> as a label and add it to the page. set
> escapemodelstrings(false) on it and wicket wont escape any makrup.
>
> -igor
>
> On Mon, Jun 9, 2008 at 4:39 AM, Stefan Lindner <[EMAIL PROTECTED]> wrote:
>> I want to use a JavaScript library that requires the body to be loaded.
>> This can normally be done by writing
>>
>>        <body>
>>                <script>......</script>
>>        </body>
>>
>> What is the correct way to do this in wicket 1.4?
>>
>> Stefan
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to