get Get the content from (Bulletproof web design) request scope that

get Get the content from request scope that was put there by a put tag. getAsString Render the value of the specified tile/component/template attribute to the current JspWriter. importAttribute Import a tile’s attribute into the specified context. initComponentDefinitionsInitialize a tile definitions factory. insert Insert a tiles component. put Put an attribute into a tile context. putList Declare a list that will be passed as an attribute. useAttribute Use an attribute value inside a page. 14.4.1 The insert Tag The insert tag is responsible for inserting content into a page. In a layout tile, the insert tag prescribes where the content will go using attribute values. In a regular, non-layout tile, the insert tag is used to retrieve a layout and allow content to be passed to the layout using put tags. Table 14-2 lists the attributes for the insert tag. Table 14-2. Attributes for the insert tag Attribute name Description attribute The name of an attribute in the current tile/component context. The value of this attribute is passed to the name attribute. beanName The name of the bean used as a value. The bean is retrieved from the specified context, if any. Otherwise, the pageContext.findAttribute( )method is used. If the beanProperty attribute is also specified, retrieve the value from the corresponding bean property. If the bean (or bean property value) is an instance of one of the Attribute classes (Direct, Instance, etc.), the insertion is done according to the class type. Otherwise, the toString( ) method is called on the bean, and the returned String is passed to the name attribute. beanProperty The name of the bean property. If specified, the value is retrieved from this property. beanScope The context scope the bean can be found within. If not specified, the pageContext.findAttribute( )method is used. The scope can be any JSP scope, component, or template. In the two latter cases, the bean is searched in the tile/component/template context. component A string representing the URI of a tile or template. The template, page, and component attributes have exactly the same behavior. controllerUrl The URL of a controller called immediately before the page is inserted. The URL usually denotes a Struts action. The controller (action) is used to prepare data to be rendered by the inserted tile.
We recommend cheap and reliable webhost to host and run your web applications: Coldfusion Web Hosting services.

Leave a Reply