Re: Lazy authoring

Doesn't lazy authoring make the onboarding of new people easier? As your first form will probably be easy, and lazy authoring will work for that kind of scenarios.

Surely it falls short for the typical xforms form. And surely for the type of forms that make xforms shine. But I would personally leave it to make the creation of your first form a bit easier.

Regards,

Nick

On Nov 23, 2016 3:43 PM, Erik Bruchez <ebruchez@orbeon.com> wrote:
1. Proposal: We deprecate lazy authoring.

I don't have a problem with that. We never implemented it, not that it would be hard, but forms quickly go beyond what lazy authoring allows in its current state.

2.

  <model/>
  model id="m"/>

  <input ref="a" label="a"/>
  <input ref="b" label="b"/>
  <input ref="a" model="m" label="ma"/>
  <input ref="b" model="m" label="mb"/>

So I think that "for the same instance" is missing from the first case.

Agree?

I am not sure I understand but, but in the example above, lazy authoring would kick in.

-Erik

Received on Thursday, 24 November 2016 06:23:50 UTC