# File lib_wpm/wpm.rb, line 3475
    def init
      if (@properties.has_selected?) then
        form_params = form.params
        action_id = self.action_id
        if (form_params.include? action_id) then
          @properties.selected = form_params[action_id]
        end
      end

      nil
    end