Hello Srinivas.
Yes, browser cache is cleared prior to each test. This is not the issue.
Further investigation has led me to this though. Since FWK.JS is stored in the mimes directory, is it necessary to have the following ( or something similar ):
epResponse.defer(HtmlFactory.createScript(mimesPath + "/mimes/fwk.js",null));
I've attempted this but it still does not effect the new changes to the code. There are comments in the how-to guide as to fwk.js and the coding style ( sections 5.1.1 and 5.1.2 ), however it is unclear to me how to effect modifications.
Regards,
Patrick
edit: code working after insert of above line.