Hi,
i like to include a page (menu pages) with a controller in all my other jsp page.
I use sitemesh and i try this in my default.jsp :
<%@ include file="/commun/afficheMenu.html"%>
But the controller afficheMenu.html is not call.
Does anyone an idea ?
Thanks,
Fabien.


Reply With Quote