Hi all,

I am including lots of javascript in my code through e.g.
    <span jwcid="@Script" script="/script/myscript.xml" />
Tapestry includes the whole source of the javascript files in the page
source,
which results in pages whose source may be consisting of hundreds of lines
of java code.

Is there a way to avoid this?

For instance, instead of including them, a
<script src='...' type='text/javascript'></script>
wouldnt be sufficient?

Grigoris

Reply via email to