Hi guys i am getting this error while starting 5.6 jar Unable to compile class for JSP: An error occurred at line: 98 in the jsp file: /libs/granite/core/components/login/login.jsp The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files 95: ? reques...
How to Iterate a Map In Sightly In my use class I hava a Map like theseMap<Integer,String> hm=new HashMap<Integer, String>();@Overridepublic void activate() throws Exception {// TODO Auto-generated method stubhm.put(1, "aaaaaaaaaa");hm.put(2,"bbbbbbbbbb");hm.put(3,"cccccccccccccc");}How to iterate k...