Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a is undefined error #12

Open
Eliteshutters opened this issue Aug 11, 2015 · 1 comment
Open

a is undefined error #12

Eliteshutters opened this issue Aug 11, 2015 · 1 comment

Comments

@Eliteshutters
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant