iNamik WebFrames
Tag section


Defines a section. Used within 'render' and 'frame' tags. Allows you to set the section's name as well as the location of the section's content. The content can be a file, a previously defined frame or it can be explicitly defined within the 'section' tag.

Example:
<wf:render file="frame.jsp">
	<wf:section name="header" file="header.jsp"/>
	<wf:section name="body"   frame="bodyFrame"/>
	<wf:section name="text">Inline Text</wf:section>
</wf:render>
		


Tag Information
Tag Classcom.inamik.webframes.SectionTag
TagExtraInfo ClassNone
Body Contentjsp
Display NameSection

Attributes
NameRequiredRequest-timeTypeDescription
nametruefalsejava.lang.String Name of the section. Used within 'render' to retrieve the content.
filefalsetruejava.lang.String Points to the file that contains the content for this section.
framefalsefalsejava.lang.String Points to the frame that contains the content for this section.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.