当前位置: 代码迷 >> JavaScript >> ADF施用应避免使用jsp:include标签
  详细解决方案

ADF施用应避免使用jsp:include标签

热度:130   发布时间:2013-04-09 16:45:09.0
ADF应用应避免使用jsp:include标签

在ADF应用中,Oracle建议使用declarative component,而不是使用jsp:include来包含一些共用的内容。

主要原因是jsp:include标签不支持以下技术:命名空间,AJAX,动态传参,MDS。


原文可参考:https://blogs.oracle.com/jheadstart/entry/avoid_use_of_jspinclude_where

中文:http://peterlij.iteye.com/blog/1707513

Declarative Component:

tutorial:http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_40/jdtut_11r2_40.html

http://andrejusb.blogspot.com/2009/10/custom-declarative-components-in-adf.html


  相关解决方案