|
Hi.
One HTML page is composed of many parts which can be
reusable in other HTML pages.
We use <jsp:include> to get the reusability of JSP
pages.
Also, we want <jsp:include> to process
parameters.
For example, <jsp:include page="test.jsp?KID=100"
flush="true"/>
"test.jsp?KID=100" is not working. (no errors, no outputs)
(Web Server : Java Web Server 2.0)
In JSP, "?KID=100" is valid?
if it is invalid, how can we get the reusability of JSP pages
with parameters?
Any reply will appreciate me.
thanks.
Best Regards,
------------------------------
Lee, ChangWoo
Server Technology Team, Oracle Korea
E-mail Addr : [EMAIL PROTECTED]
|
