Hello. First of all i must say that im a noob with .jsp programming, so pleas be indulgent :) ..
String somepage = "client.jsp";
<%@ include file="menu.jsp" %> // this works //How to add variable somepage in file=
<%@ include file="somepage" %> Thanks !