mainMenu.jsp
<%-- Mainmenu forms the centre of the application where all other sections can be reached--%>
Main Menu
<%--If the user enter this page with out first logging on they are sent to the login page --%> <%@ include file="checkCompany.jsp" %>
Main Menu
<% String permission = (String)session.getAttribute("Permission"); //if the permission is one or two and therefore belongs to a client // buttons relating to them are shown. System.out.println("MaiMenu >>>"+ permission+"<<<<<<"); //int perm = Integer.parseInt(permission); %>
<% if(permission.equals(" 3 ")) { %>
<% } %>