# File lib/cgikit/displaygroup.rb, line 67
    def page_index=( index )
      index = 1 if index <= 0
      @page_index = index
      update
    end