# File lib_wpm/wpm.rb, line 3333 def read_form if (call_aset = form.call_params[component_name]) then for call_index, call_value in call_aset.sort{ |a, b| a[0] <=> b[0] } @properties.call_index = call_index @properties.selected = call_value if @properties.has_selected? end end nil end