开发者

calling jsp page from within iframe

开发者 https://www.devze.com 2023-03-24 13:38 出处:网络
I have a question like when i call the jsp page from within iframe, is the strut开发者_JS百科s method get called first and then the action class renders the jsp page or the jsp page get called directl

I have a question like when i call the jsp page from within iframe, is the strut开发者_JS百科s method get called first and then the action class renders the jsp page or the jsp page get called directly.


Yes, if you directly call the JSP page and you do not have any filters (proxies) defined which may modify or reroute the request, then your JSP gets called directly.

0

精彩评论

暂无评论...
验证码 换一张
取 消