This part of your page could not be displayed due to an error :
Unable to compile class for JSP:
An error occurred at line: 143 in the jsp file: /assignment/UnitProfileLeft.jsp
The method getIMGIXPatchImageSrcXSite(int, boolean, Site) is undefined for the type Unit
140:
141: String patchImageSrc;
142: if(site!=null){
143: patchImageSrc = unit.getIMGIXPatchImageSrcXSite(100, request.isSecure(),site);
144: }else{
145: patchImageSrc = unit.getIMGIXPatchImageSrc(100, request.isSecure());
146: }
Stacktrace: