Error:

	    org.apache.jasper.JasperException: Unable to compile class for JSP: 

An error occurred at line: [10] in the jsp file: [/WEB-INF/modules/system/user_info.jsp]
The type Module is ambiguous
7: {
8:    Page pg = (Page) request.getAttribute("page");
9:    UserSection section = (UserSection) request.getSession().getAttribute("userSection");
10:    Module module = pg.getSite().getModule(section.getModuleRoot());
11:    User userInfo = (User)request.getAttribute("userInfo");
12:    pg.setTitle(userInfo.getName());
13: 


Stacktrace:
	  
Volver