Announcement
Collapse
No announcement yet.
X
-
Hi Isomorphic,
Thanks for the build, that fixed my error and it all works now.
I tried creating a SimplyType because I use the same operators on multiple fields but I run into this error:
Error 1:
Error 2:
SimpleType Example:
DataSourceField Example:
Index Location:
Folder Locations: (DataSources are in SQL folder)
Any help would be great :)
Regards
Comment
-
Hi zhene,
you need to tell the framework where to look for .ds.xml files, you do this in server.properties by editing project.datasources:
Code:project.datasources: $webRoot/ds, $webRoot/types
Also, I'd load all your Types/DataSources in one call, as you have no hard guarantee that the Types call will be faster than the DataSources call. Just list the Types before any DataSource in the query string.
Best regards
Blama
Comment
-
Thanks Blama, that is what I was missing.
I have noticed that all assigned operators are not shown in the selection.
Grid Operators:
Assigned Valid Operators:
ListGridField:
I assume that since we're using type="integer" but displaying type="text" the operators are getting confused?
Let me know what you think :)
Best Regards
Comment
Comment