SalesforceFoundation / visualforce-typeahead

A flexible typeahead component for use on Visualforce pages. Uses the typeahead.js library from Twitter.
BSD 3-Clause "New" or "Revised" License
73 stars 37 forks source link

a is undefined error #12

Open Eliteshutters opened 9 years ago

Eliteshutters commented 9 years ago

I'm gettting this error: "a is undefined" /*!

!function(a){var b={isMsie:function(){return/(msie|trident)/i.test(navigator.userAgent)?navigator.userAgent.match(/(msie |rv:

Eliteshutters commented 9 years ago

i'm using the component like this c:Typeahead object="Contracting_Entity__c" destinationForSelectedId="Contracting_Entity_Id"/ apex:inputText id="Contracting_Entity_Id" value="{!contractingEntitySearchText}" /
apex:commandButton value="Go!" action="{!doContractingEntitySearch}" rerender="block" status="status"/ All "doContractingEntitySearch" does is run a query that refers to the variable contractingEntitySearchText as a parameter but instead of return the query results the page goes to a blank page and throws the error above