| |||||||
| FRAMES NO FRAMES | |||||||
<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 Class | com.inamik.webframes.SectionTag |
| TagExtraInfo Class | None |
| Body Content | jsp |
| Display Name | Section |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| name | true | false | java.lang.String | Name of the section. Used within 'render' to retrieve the content. |
| file | false | true | java.lang.String | Points to the file that contains the content for this section. |
| frame | false | false | java.lang.String | Points to the frame that contains the content for this section. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||