I am trying to bind the entire Dojo toolkit as a shared/static resource. I want to bind from the dojo/ dir and recursively add all files under it. It seems that
PackageResource.bind( myApplication, MyApplication.class, Pattern.compile( "dojo" ), true ) is now a No-Op and Depricated and PackageResource.get( MyApplication.class, Pattern.compile( "dojo" ), true ) is Depricated How do I go about enabling Dojo to be accessed statically? Aaron _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
