简体   繁体   中英

JSP: how to include a page with get parameters?

I need to include a page from an external application in one of my pages. Now this page expects a get parameter. So the url would be something like /x/y?z=123.

I was thinking:

<jsp:include page="/x/y?z=${zParam}"/>

But that doesn't seem to do the trick? Any advice?

Try JSTL's <c:import url="..">

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM