dorado页面自由标签名字起始必须大写,如: <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib uri="http://www.bstek.com/dorado" prefix="d" %> <html> <head> <title></title> </head> <body> <d:View config="com.bestek.dorado.demo.hr.main"> <d:Layout type="border"> <d:Pane position="top"> <d:MenuBar id="menubarHr" /> </d:Pane> <d:Pane position="left"> <d:OutlookBar id="outlookbarHr" /> </d:Pane> <d:Pane position="center"> <iframe src="welcome.html" mce_src="welcome.html" id="frameHr" name="frameHr" frameboder="0" style="width:100%;height:100%"> </iframe> </d:Pane> </d:Layout> </d:View> </body> </html>