|
TLD deployment |
|
WebGalileo Faces™ components distribution incorporates default ready-to-use JSP custom tags.For additional flexibility during deployment, all TLDs are placed inside
wgf-X_X.jar/META-INF.
You have to declare the corresponding JSP directive at the beginning of your JSP page. For every component you want to use you must declare the corresponding tag library. You may use any prefix name for the tag.
Example
<%@ taglib uri="/WEB-INF/tabbedPanel.tld prefix="tabs" %>
<%@ taglib uri="/WEB-INF/table.tld prefix="table" %>
<%@ taglib uri="/WEB-INF/toolbar.tld prefix="toolbar" %>
<%@ taglib uri="/WEB-INF/tree.tld prefix="tree" %>