You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
Does Cinch support Generic Model, View & Controller?
I tried to write simple Generic MVCs & it gives error when using Generic Model that
"could not find either getter/setter for
a model field"But when I replace generic types with concrete type, it works.
I think, cinch
BindingContextis not able to find getters/setters in Generic Model!Is there any solution or I have to write simple MVCs instead of Generic ones?