Hi All,
I have a very simple web app with a form:
<form t:id="xform">
<input t:type="TextField" t:id="url" size="60" />
<input type="submit" value="Save"/>
</form>
The addition of this results in all the Tapestry-bundled javascript
assets being included in my app (scriptaculous, prototype, blackbird
etc).
I don't need these resources, so would like to exclude them. I have
another app and the inclusion of a form does not result in these assets
being added. Config and setup are basically identical, and I can't see
any reason why one should have the assets included and not the other.
Nowhere in either app do I use @IncludeJavaScriptLibrary which I know
will add these assets.
Any thoughts on why they are being included, or how I can force their
exclusion?
Thanks Richard.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]