| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | false | java.lang.String |
Name of frame, for later retrievel by 'frame' or 'render' tags.
the frame is stored as a bean with the scope specified by the 'scope' attribute.
|
| scope | false | false | java.lang.String |
Scope to store the resultant bean in.
Valid values are : page, request, session, application
|
| baseFrame | false | false | java.lang.String |
Name of the frame to extend. The new frame will inherit the sections from the
base frame.
|
| file | false | true | java.lang.String |
Name of the file to render this frame with.
|