Tags used by the portal JSPs

Learn about the most commonly used tags in the portal JSPs. Use these tags to modify the appearance and layout of the portal page.

The following links provide topics with summary descriptions of each tag - grouped by tag type. Each separate topic also provides more complete tag descriptions as well as code examples: Do not use portal tags in portlet JSPs.. The tags mentioned are only for use in theme and skin JSPs.

These tags can be found in the portal tag library located in the WebSphere Portal directory:

To use these tags, the following taglib declarations must be provided in the parent JSP of the theme:

<%@ taglib uri="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1/portal-navigation" prefix="portal-navigation" %>
<%@ taglib uri="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1/portal-dynamicui" prefix="portal-dynamicui" %>
<%@ taglib uri="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1/portal-logic" prefix="portal-logic" %>
<%@ taglib uri="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1/portal-core" prefix="portal-core" %>
<%@ taglib uri="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1/portal-fmt" prefix="portal-fmt" %>

The following taglib declarations must be provided to the parent JSP of the skin - in addition to the ones in the theme:

<%@ taglib uri="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1/portal-skin" prefix="portal-skin" %>
<%@ taglib uri="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1/portal-showtools" prefix="portal-showtools" %>

The tags in the portal-internal.tld tag library are not intended for customization, but for use only by internal portal code.

The tags in the engine.tld and portal-internal.tld tag libraries are not intended for customization, but only to support backward compatibility and migration. The engine.tld tag library will not be available in subsequent releases of WebSphere Portal. See Migrate v6.0.1.x customized resources for more information.


Parent

Portal design reference
Drag and drop JSP tags


WML tags used by the portal JSPs

  Submitted by Dalibor Krleža on Oct 26, 2011 5:41:49 AM

Re: Tags used by the portal JSPs

Information on this page is still obsolete + mentioned TLD files are not in wps.war/WEB-INF/tld folder. Submitted by siva r vaka on Mar 15, 2011 12:45:11 PM

Re: Tags used by the portal JSPs: wp7

Article didn't updated for the WP7 version.


+

Search Tips   |   Advanced Search