رد: المحااااااظرات في البلاك بورد
Unable to compile class for JSP:
An error occurred at line: 53 in the jsp file: /WEB-INF/jsp/sessionDetails.jsp
Cannot cast from Object to boolean
50:
51: boolean isModerator = (Boolean) request.getAttribute(Constants.PARAMETER_IS_MODERA TOR);
52: Session sessionObj = (Session) request.getAttribute(Constants.PARAMETER_SESSION);
53: boolean hasFutureSessions = request.getAttribute("hasFutureSessions") != null ? (boolean) request.getAttribute("hasFutureSessions") : false;
54: List<Preloads> preloads = sessionObj.getPreloads();
55: String schedule = "";
56: if(sessionObj.isRecur()) {
An error occurred at line: 94 in the jsp file: /WEB-INF/jsp/sessionDetails.jsp
Cannot cast from Object to boolean
91:
92: </div>
93: </div>
94: <% if ( ( sessionObj.isActive() || hasFutureSessions ) && ( (boolean) request.getAttribute("showGuestLink") || sessionObj.getSessionTelephony() != null || sessionObj.getPreloads().size() > 0 ) ) { %>
95: <div class="room-launch rightColumn-narrow">
96: <h3 id="anonymous_element_22" class="collabSessionName">${ roomInfo }</h3>
97: <!-- RIGHT COLUMN -->
Stacktrace:<P><span class="captionText">كمرجع، يُعد معرف الخطأ 71a6f598-c256-48fe-817b-6d18b8987648.</span>
يطلع كذا
|