comparison Lib/IMPL/Web/Application/ControllerUnit.pm @ 138:c5bc900eefd3

IMPL::Web::Application: Fixed file uploading Minor improvements in the IMPL::Web::TT::Form
author wizard
date Thu, 01 Jul 2010 04:25:07 +0400
parents 44977efed303
children 4c9849f0f879
comparison
equal deleted inserted replaced
137:6975cd4973d1 138:c5bc900eefd3
138 undef, 138 undef,
139 $schema, 139 $schema,
140 $form 140 $form
141 ); 141 );
142 142
143 $result{formName} = $form;
143 $result{formSchema} = $schema; 144 $result{formSchema} = $schema;
144 $result{formData} = $transform->Transform($action->query); 145 $result{formData} = $transform->Transform($action->query);
145 146
146 147
147 if ($process) { 148 if ($process) {