Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6349085
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:32:49+00:00 2026-05-24T21:32:49+00:00

I created drop down menu layouts as follows. <select name=search id=search > <option value=0>Please

  • 0

I created drop down menu layouts as follows.

 <select name="search" id="search" >
            <option value="0">Please select</option>
            <option value="1">Name</option>
            <option value="2">Trainer</option>
            <option value="3">Venue</option>
            <option value="4">Date</option>
           </select>

    <div id="div_to_be_updated" style="float:right"></div>

        <%= observe_field 'search',
        :update => 'div_to_be_updated',
        :url => {:controller => 'events', :action=> 'find' },
        :with => "'is_delivery_address=' + escape(value)" %>

Then I created find method in my controller.

def find

if params[:is_delivery_address] == "1" || "2" || "3" 

render :partial => 'layouts/new_search' 

else
 render :partial => 'layouts/nothing' 

end
end

Then I created partial called _new_search.

<span style="text-align: right">
<% form_tag "/events/find_search" do %>
<%= text_field_tag :search_string%>
<%= submit_tag "search" %>
<%end%>
</span>

Again I created find_search method in controller.

def find_search
events=Event.find(:all, :conditions=>["venue = ?", params[:search_string]])
end

Then I created view page. But when I searched somehting it will give exception.

NoMethodError in Events#find_search

Showing app/views/events/find_search.html.erb where line #10 raised:

You have a nil object when you didn’t expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.each

What should I do? Can anybody help me>

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T21:32:50+00:00Added an answer on May 24, 2026 at 9:32 pm

    Not sure if this is it – but the following line has a bug

    if params[:is_delivery_address] == "1" || "2" || "3" 
    

    this will always be true, since if params[:is_delivery_address] != "1" then the result will be “2” (non-nil – ie true).

    Try irb to check:

    > params = {:is_delivery_address => "0" }
    > params[:is_delivery_address] == "1" || "2" || "3" 
    => "2"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've created an Flex app. It currently has an drop down menu. With the
I've created a drop-down menu on my Swing JToolBar. But it doesn't create behave
Is there any way to increase the time a drop-down menu created stays on
I have created a drop down menu with animals. But what I wanna do
I have created a simple drop down menu, with functions in it. And then
I have created a drop-down-menu, the html for the drop-down part basically looks like
I created a drop down nav menu purely in css and everything works correctly
I created a nice little menu with mouseovers and a drop down menu. The
I've created a form with one drop down menu to choose from as well
I have created drop down menu, but it is not showing in home page

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.