Information Systems
Home
Products
QA
Support
Contact
How do I pass a Java Object to a .jsp page include?
How do I pass a Java Object to a .jsp page include?
<% request.setAttribute("oname", obj); %>
<jsp:include page="page.jsp">
In the target page:
<% Object object = request.getAttribute("oname"); %>
Copyright 2010, Omnicode Inc. Omnicode is a registered trademark of Omnicode Inc.