>
>
> > Can someone help me on those 2 questions : 
> > 1) how can get the AS search result after search on list? 
>
> Hi,everyone

in some_controller.rb...
methd index() override like below,

def index
    super
    if params[:commit] =="Search" then
      page=@page               #### here! this is what you want,isn't it? 
      begin
        page.items.each do |item|
          -------some,procedures..
        end
        page=page.next
      end until page.nil?  
    end
end 

Let't do this!!

Q2 would be solved by Q1

yasunao

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails Gem" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/activescaffold.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to