Struts tiles tags
This documentation describes the HTML elements that are available in the Struts Tiles Tags drawer.
When you are editing a Struts JSP page in Page Designer, you can open the Struts Tiles Tags drawer on the palette and add to the page any of the elements that are listed in the table below. The Tile Tags drawer is hidden by default. To make it visible, right-click the palette and customize it.
The elements are listed in alphabetical order. Some elements may be hidden on the palette. To show a hidden element in the palette, right-click the Struts HTML Tags drawer and choose Customize. Remove the check next to Hide for each component that you want to display on the palette.
Each element has a number of properties you can set by using the element's Properties view. For an alphabetical listing and description of all the properties, refer to Properties for Struts bean elements. To look up properties for which you want additional detail, use the Attribute listings while working with the component's Properties view.
For each element in the table, the tag has a tiles prefix. For example, add is tiles:add.
Element Description add Adds an element to the surrounding list. This is equivalent to put but for a list element. definition Defines a tile. get Gets from a request scope the content that was put there by a put tag. getAsString Inserts the value of a specified tile attribute into the current JSP page being rendered. importAttribute Imports a tile attribute in a specified context. initComponentDefinitions Initializes a tile definitions factory. insert Inserts a tile. put Puts an attribute into a tile context. putList Declares a list to be passed as an attribute to a tile. useAttribute Uses an attribute value inside a page.
Related tasks
Adding Struts tags to a JSP file
Related reference
Feedback
Struts bean tags
Struts HTML tags
Struts logic tags
Struts nested tags
Struts drawers on the Web tools palette