AuraQ / AutoCompleteForMendix

An autocomplete widget for mendix
Apache License 2.0
8 stars 30 forks source link

Mendix 7.2.0 - search method undefined #27

Closed clairemalcor closed 7 years ago

clairemalcor commented 7 years ago

I'm using the latest version of the widget, with Mendix modeler version 7.2.0.

I have this error when using the widget: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"xpath":"//MyFirstModule.MyEntity[undefined(undefined,'trr')]","amount":-1,"offset":0,"returnsCount":false,"sort":[{"memberName":"FullName","direction":{}}],"type":"RetrieveXPathSchemaRawAction"}', all database changes executed by this action were rolled back at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.processErrorState(CoreActionHandlerImpl.scala:152)

I tried with both search methods "starts with" and "contains". The search is an XPath search.

clairemalcor commented 7 years ago

Sorry, cache issue... I forgot to clear the cache of my browser.