Re: 5.4-alpha-24 JS bug

2013-11-12 Thread George Christman
Hi guys, I'm not importing any custom js. My configuration is rather very basic AppModule.class configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery"); Layout.class @Import(stack = "core", module = {"bootstrap/dropdown"}, stylesheet = {"context:css/layout.css"}) Import

Re: 5.4-alpha-24 JS bug

2013-11-09 Thread MichaƂ Gruca
Hi George, check if correct .js libs are specified to import. When lib is not found I'm getting the same page template and as it's not a valid .js file I'm getting error. Or maybe on of libs is referring to something that does not exist (or was moved?) Regards, Michal On Sat, Nov 9, 2013 at 5:5

Re: 5.4-alpha-24 JS bug

2013-11-08 Thread Muhammad Gelbana
Have you tried clearing your browser-cached assets before running the application ? What special features are you implementing in your form/page ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Fri, Nov 8, 2013 at 8:48 PM, George Christman wrote: > Hello, I'm