Made "refresh_on_change" work for form select fields.

This commit is contained in:
Greg Von Kuster
2007-08-31 18:19:33 +00:00
parent db2d8dfc59
commit 617dd51375
+6 -1
View File
@@ -47,7 +47,12 @@
$row_for_param( $prefix, $input.test_param, $group_state, $group_errors, $context, refresh=True )
$do_inputs( $input.cases[$current_case].inputs, $group_state, $group_errors, $prefix, $context )
#else
$row_for_param( $prefix, $input, $tool_state, $errors, $context )
#try
#set refresh = $input.refresh_on_change
#except
#set refresh = False
#end try
$row_for_param( $prefix, $input, $tool_state, $errors, $context, $refresh )
#end if
#end for
#end def