Javelin9 JSP compilation error
Compilation of JSP File '/entertainment/tv/microsites/S/thesalon/SSI/_inc_diary_summary.jsp' failed:
_inc_diary_summary.jsp:1:18: Package com.channel4.projects.salon2 does not exist.
<%@ page import="com.channel4.projects.salon2.*,java.util.Collection" %>
^-------------------------------------------------^
_inc_diary_summary.jsp:2:2: Package com.channel4.projects.salon2 contains no member type of this name.
<jsp:useBean
^---------^
_inc_diary_summary.jsp:2:2: Package com.channel4.projects.salon2 contains no member type of this name.
<jsp:useBean
^---------^
_inc_diary_summary.jsp:5:8: The bean type "com.channel4.projects.salon2.DiaryHelper" was not found.
class="com.channel4.projects.salon2.DiaryHelper"
^----------------------------------------^
_inc_diary_summary.jsp:13:26: No match was found for method iterator() in type <error>.
java.util.Iterator it = (salonDiaryHelper.getDiaryWeek( stylist, week )).iterator();
^---------------------------------------------------------^
_inc_diary_summary.jsp:15:3: No type with this name could be found at this location.
DiaryItem diary = null;
^-------^
_inc_diary_summary.jsp:17:13: No type with this name could be found at this location.
diary = (DiaryItem)it.next();
^-------^
_inc_diary_summary.jsp:19:16: No type with this name could be found at this location.
diary = new DiaryItem(-1, "", new Date(),
^-------^
Read Diary.