I've got a page with two Js Libraries included using the @Inject
@Path("..."), etc.
The one .js library immediately depends on variables defined the the
other .js library(meaning that it's not waiting until page ready/DOM is
loaded)
but the order in which tapestry is outputting the <script> elements is
reversed, resulting in Js errors on page load.
editing the js files is not an option..
I've tried some tricks, including using the "@IncludeJavaScriptLibrary"
annotation and I still can't get them to load in the proper order.
Thanks,
Mike Lake
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]