Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
The path component tag is used to represent certain parts of the URL. The PathCmpnt tag can represent the servlet path, the base path, or the context path of the current page. This tag can be added to presentation templates, element designs and component designs.
<pathcmpnt type=" " start=" " end=" " /> | |
---|---|
<pathcmpnt | Opens a path component tag. |
type=" " | This determines the type of path component:
|
start=" "
end=" " | The start and end attributes are used to wrap the data returned by a Web content tag within other tags, such as HTML. These attributes are not mandatory. |
/> | Closes the tag. |
Restriction: Using
the path component in a portlet.
The URLs generated by the path component will be fully qualified when viewed through a portal. To generate URLs with no prefix, use the following "Type" parameters instead of the standard parameters:
|