You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Liu Yan <yl...@gmail.com> on 2006/02/20 20:03:34 UTC

How to include JavaScript libraries in a Portlet application with Tacos?

hi,

I tried to include them using the:

<script jwcid="@Any" type="text/javascript" src="asset:dojo_js"></script>

This seems only includes partial script file. The online doc suggests using
<Script> component, however, not pretty sure if can use the Script component
directly on the DOJO library.

Regards,
Liu Yan