I was following the leblender documentation:
I created grid editor using LeBlender Editor with alias "contentBlockSuggestedTrainings", after I created leblende controller named "ContentBlockSuggestedTrainingsController" extends LeBlenderController.
Didn't create view in the folder Grid/Editors/...
During rendering grid try to find view in the folder Grid/Editors/ and show me error that he can not do that.
How I should define my leblender controller and resolve this problem?
I'm not sure to understand your question, did you try to debug your app to be sure that the pipeline pass through your custom controller. Anyway, you will need to create a view somewhere, by default leBlender look within Grid/Editors/
First of all you must have view because of realization of LeBlenderController.
Secondly there are possibly exceptions when LeBlenderController try to find your custom one: see in the log by key "Could not load LeBlender controllers"
Application can not find a leblender controller
I was following the leblender documentation: I created grid editor using LeBlender Editor with alias "contentBlockSuggestedTrainings", after I created leblende controller named "ContentBlockSuggestedTrainingsController" extends LeBlenderController. Didn't create view in the folder Grid/Editors/... During rendering grid try to find view in the folder Grid/Editors/ and show me error that he can not do that. How I should define my leblender controller and resolve this problem?
Hi Dmitry,
I'm not sure to understand your question, did you try to debug your app to be sure that the pipeline pass through your custom controller. Anyway, you will need to create a view somewhere, by default leBlender look within Grid/Editors/
Cheers
A colleague of mine had the same issue. This fixed it: http://stackoverflow.com/a/33790740/510149
First of all you must have view because of realization of LeBlenderController. Secondly there are possibly exceptions when LeBlenderController try to find your custom one: see in the log by key "Could not load LeBlender controllers"
is working on a reply...