Re: ComponentEditor - Errors occuring that are not existant

From: Mike Schrag (mschra..dimension.com)
Date: Wed Jan 03 2007 - 22:37:22 EST

  • Next message: Guido Neitzer: "Re: ComponentEditor - Errors occuring that are not existant"

    As far as the action binding one, talk to your friends at apple.com.
    D2WSelect's api file reads:

         <validation message="&apos;action&apos; is a required binding">
           <or>
             <bound name="dataSource"/>
             <bound name="list"/>
           </or>
         </validation>

    Which is to say:
    "if dataSource is bound or list is bound, then fail with 'action is a
    required binding"

    Not sure what you mean about the HTML reference thing.

    ms

    On Jan 3, 2007, at 10:31 PM, Guido Neitzer wrote:

    > Hi.
    >
    > I have a weird problem, maybe related to the ComponentEditor. Like
    > this here:
    >
    > "action" is a required binding
    >
    > And the wod entry for that is:
    >
    > ListComponent: D2WSelect {
    > action = selectAction;
    > dataSource = selectDataSource;
    > entityName = entity.name;
    > selectedObject = objectToAddToRelationship;
    > }
    >
    > So, what causes this message? I have a couple of others and they
    > absolutely annoy me because they show up as errors in the
    > "Problems" view ... and there is no error. Also that the HTML is
    > referencing an element that has no definition in the wod - but
    > there is no such element in the HTML.
    >
    > I have cleaned the workspace and I have cleaned the project. What
    > else can I do?
    >
    > cug



    This archive was generated by hypermail 2.0.0 : Wed Jan 03 2007 - 22:38:19 EST