Hi @ukk
I think you can try with using Http session context. Past days, when we were using JSP's we usually set the session context objects in one jsp and read the value in another. Not tried the session approach with slightly though.
First.jsp
String name="Hello";Session.setAttribute("Name",n...