more changes related to chunked output

This commit is contained in:
JT Smith 2006-01-30 17:51:03 +00:00
parent 81789c2275
commit 82156de83c
3 changed files with 36 additions and 0 deletions

View file

@ -393,6 +393,21 @@ sub moveCollateralUp {
$self->session->db->commit;
}
#-------------------------------------------------------------------
=head2 prepareView ( )
See WebGUI::Asset::prepareView() for details.
=cut
sub prepareView {
my $self = shift;
my $template = WebGUI::Asset::Template->new($self->session, $self->get("templateId"));
$template->prepare;
}
#-------------------------------------------------------------------
sub processPropertiesFromFormPost {
my $self = shift;