just a note for you to consider though, do you really want to use <jsp:include /> tag which is processed at runtime, or would you rather want to use <%@ include %> tag which is prcessed at compile time...
the performance of the compile time option is much faster...
0
lakeryuAuthor Commented:
Thank you for your answer!
0
Question has a verified solution.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
String user = (String)request.getParamet
Marko