Fixed... a silly, stupid oversight
This snippet of code from the playground
form.add(sb, "SelectBox", null, "type", null);
controller.addBindingOptions(sb,
{converter:function (data, model, source, target) {
// model --> target
Looked like this in
Hey,
> I'm having some difficulty with the following, probably overlooking something
> (checked manual, forums and API).
>
> I have a form that I want to use for filling a database entity. I have
> copied the content of the entity to a model, created a form and a controller
> without problems.
>
I'm having some difficulty with the following, probably overlooking something
(checked manual, forums and API).
I have a form that I want to use for filling a database entity. I have
copied the content of the entity to a model, created a form and a controller
without problems.
However, now I am e