Page 2 of 7

Creating a search with 2 variables

Posted: Fri Mar 01, 2013 5:07 pm
by Chris Ross

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


Creating a search with 2 variables

Posted: Fri Mar 01, 2013 5:09 pm
by Chris Ross

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?


Creating a search with 2 variables

Posted: Fri Mar 01, 2013 5:15 pm
by Chris Ross

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


Creating a search with 2 variables

Posted: Fri Mar 01, 2013 5:34 pm
by Kateryna Grynko

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


Creating a search with 2 variables

Posted: Fri Mar 01, 2013 5:35 pm
by Kateryna Grynko

Are you sure you're importing CSV file?


Creating a search with 2 variables

Posted: Fri Mar 01, 2013 6:05 pm
by Chris Ross

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


Creating a search with 2 variables

Posted: Fri Mar 01, 2013 6:09 pm
by Chris Ross

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


Creating a search with 2 variables

Posted: Fri Mar 01, 2013 6:13 pm
by Chris Ross

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


Creating a search with 2 variables

Posted: Fri Mar 01, 2013 6:18 pm
by Chris Ross

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


Creating a search with 2 variables

Posted: Fri Mar 01, 2013 6:19 pm
by Kateryna Grynko

are there any other problems?