you dont need to include the prototype.js explicit.
this library included automaticly if you use the
@IncludeJavaScriptLibrary(value={"my.js"})

2008/10/19 Joel Halbert <[EMAIL PROTECTED]>

> I was being particularly dim (it is a Sunday morning after all)
>
> @IncludeJavaScriptLibrary(value={"${tapestry.scriptaculous}/prototype.js",
> "${tapestry.scriptaculous}/prototype.js"})
>
> works fine (unsuprisingly).
>
> Joel Halbert wrote:
>
>> Hi,
>>
>> What's the correct syntax for including mulitple js files in an include
>> annotation?
>> Is it
>> @IncludeJavaScriptLibrary({"${tapestry.scriptaculous}/prototype.js
>> ABC.js"})
>> or
>> @IncludeJavaScriptLibrary("${tapestry.scriptaculous}/prototype.js ABC.js")
>> ?
>>
>> (neither seems to work for me)
>>
>> Thx
>> Joel
>>
>>
> --
> SU3 Analytics Ltd
> 61b Oxford Gardens
> W10 5UJ
> London
>
> Tel: +44 20 8960 2634
> Mob: +44 75 2501 0825
> www.su3analytics.com
>
> SU3 Analytics Ltd is a company registered in England and Wales under
> company number 06639473 at registered address 61b Oxford Gardens, London W10
> 5UJ, United Kingdom.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
with regards
Sven Homburg
http://www.chenillekit.org
http://tapestry5-components.googlecode.com

Reply via email to