NAME
Oak::Web::Include - Includes another toplevel inside
DESCRIPTION
This component allows you to include another toplevel component inside a container (i.e.: a Oak::Web::Page). But the included component is created and destroyed in the show method. If this toplevel has any action, it must be declared at the creation of the Oak::Web::Application.
HIERARCHY
PROPERTIES
The Oak::Web::Additional::Include has the following properties
- xml_filename
-
Where is the xml file of the included toplevel.
- classname
-
The classname of the component
BUGS
Too early to determine. :)
COPYRIGHT
Copyright (c) 2001 Daniel Ruoso <daniel@ruoso.com> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.