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, mrisal...@libero.it 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



Reply via email to