tiles:get

 < Day Day Up > 



<tiles:get />

The <tiles:get /> tag is used to retrieve and insert parameters previously defined from the Tiles context. With the exception of the ignore attribute being defaulted to true, this tag is functionally the same as the <tiles:insert /> tag. The <tiles:get /> tag has no body content and supports four attributes, described in Table 17.6.

Table 17.6: <tiles:get /> Tag Attributes

Attribute

Description

name

The identifier of the content being retrieved. (Required)

ignore

If this attribute is true and the Tiles object identified by the name attribute is not found, then this tag is not evaluated. The default value is true. (Optional)

flush

If true, then the output stream of the containing JSP is writing to the client prior to the insertion of the Tiles object identified by this tag. (Optional)

role

Represents the required role for evaluating this <tiles:get /> tag. If the requesting user is not in the named role, then this tag is ignored. (Optional)



 < Day Day Up > 



Professional Jakarta Struts
Professional Jakarta Struts (Programmer to Programmer)
ISBN: 0764544373
EAN: 2147483647
Year: 2003
Pages: 183

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net