<%
		for (DashboardPageBean dashboardPageBean : pages) {
			try {
				pageModel = new DashboardPage(session, context, dashboardPageBean.getDspPage());
			
				pageHeight = dashboardPageBean.getDspHeight();
				pageWidth = dashboardPageBean.getDspWidth();
				pageX = dashboardPageBean.getDspX();
				pageY = dashboardPageBean.getDspY();
			
%>											
<%
			}
			catch (FieldNotInitializedException fnie) {
				logger.error("Pages properties incomplete", fnie);
			}
	
			pageOrder ++;
		}
%>