Done, rev 736973
Jacques
From: <[email protected]>
Thanks a lot David,
can someone also update the ofbiz site (www.ofbiz.org/dtds) wsd files according
to this changes into the trunk ?
Marco
Thanks Marco! Hopefully I didn't miss too many of these, but with
hundreds of them chances are I did...
This one is updated to be more consistent in rev 736832.
-David
On Jan 22, 2009, at 7:37 AM, [email protected] wrote:
> Hi to all,
>
> I saw that into widget-screen.xsd the element name "field-map" still
> having the attribute "env-name" instead of "from-field" like the
> other xsd files.
> Is it something wanted or simply forgot to change it ?
>
> This could be an exampe of using the new attribute "from-field" in
> the screen widgets.
>
> <screen name="EditPayment">
> <section>
> <actions>
> <set field="titleProperty"
> value="PageTitleEditPayment"/>
> <set field="tabButtonItem" value="editPayment"/>
> <set field="paymentId" from-
> field="parameters.paymentId"/>
> <entity-one entity-name="Payment" value-
> field="payment">
> <field-map field-name="paymentId" from-
> field="parameters.paymentId"/>
> </entity-one>
>
> Thanks
> Marco
>
>