Chris Ross
Posts: 0
Joined: Wed Feb 13, 2013 4:06 pm

Creating a search with 2 variables

does it matter that its buttons, and not input fields?

Chris Ross
Posts: 0
Joined: Wed Feb 13, 2013 4:06 pm

Creating a search with 2 variables

oh yea, i want to import my database but it keeps giving me this error message: [Ljava.lang.Object; cannot be cast to [Ljava.lang.String; What am I doing wrong?

Chris Ross
Posts: 0
Joined: Wed Feb 13, 2013 4:06 pm

Creating a search with 2 variables

Still can't see the "grade" in the label on my results page :(

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Creating a search with 2 variables

There was an example of search by two fields their value is stored in localStorage variables.
If you need to read "County" and "Restaurant" value from Select Dropdown component then you would need in JavaScript replace:

codelocalStorage.getItem("County")/codewithcodeTiggzi("select_component_name").val()/code

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Creating a search with 2 variables

Are you sure you're importing CSV file?

Chris Ross
Posts: 0
Joined: Wed Feb 13, 2013 4:06 pm

Creating a search with 2 variables

I put the java in the where spot on both my query and results page. Am I supposed to do that.

Chris Ross
Posts: 0
Joined: Wed Feb 13, 2013 4:06 pm

Creating a search with 2 variables

uh-oh. when i tested it, my app won't go from the index(starter) page.

Chris Ross
Posts: 0
Joined: Wed Feb 13, 2013 4:06 pm

Creating a search with 2 variables

oh-kay deleting the java let me go to my other pages.......whew!!!

Chris Ross
Posts: 0
Joined: Wed Feb 13, 2013 4:06 pm

Creating a search with 2 variables

Okay I deleted the java, but now on my results page, it shows ALL my grades, not the one for the search

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Creating a search with 2 variables

are there any other problems?

Return to “Issues”