Thanks Scott,
I had a look at the error Stamilo reported in user ML, but ran out of time. It seems related to form extension and
an-event-update-area
Jacques
> Author: lektran
> Date: Mon Jun 23 01:03:01 2008
> New Revision: 670470
>
> URL:
http://svn.apache.org/viewvc?rev=670470&view=rev> Log:
> Removed an invalid attribute, note I haven't reviewed any of the other changes to this form, it's just the red mark in my eclipse
> editor was bugging me :-)
>
> Modified:
> ofbiz/trunk/framework/example/widget/example/ExampleForms.xml
>
> Modified: ofbiz/trunk/framework/example/widget/example/ExampleForms.xml
> URL:
>
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleForms.xml?rev=670470&r1=670469&r2=670470&view=diff> ==============================================================================
> --- ofbiz/trunk/framework/example/widget/example/ExampleForms.xml (original)
> +++ ofbiz/trunk/framework/example/widget/example/ExampleForms.xml Mon Jun 23 01:03:01 2008
> @@ -21,7 +21,7 @@
> <forms xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
> xsi:noNamespaceSchemaLocation="
http://ofbiz.apache.org/dtds/widget-form.xsd">
>
> - <form name="FindExamples" type="single" target="FindExample" default-entity-name="Example" default-field-type="find">
> + <form name="FindExamples" type="single" target="FindExample" default-entity-name="Example">
> <field name="exampleId" title="${uiLabelMap.ExampleExampleId}"><text-find/></field>
> <field name="exampleName" title="${uiLabelMap.CommonName}"><text-find/></field>
> <field name="exampleTypeId" title="${uiLabelMap.CommonType}">
>
>