Re: Component Editor - confusing error message

From: Steve Sharman (stev..e-experior.com)
Date: Sun Dec 02 2007 - 12:10:58 EST

  • Next message: Pierre Frisch: "Re: Component Editor - confusing error message"

    Hi Mike,

    Yes, that did the trick. I've changed it on my dev system frameworks,
    and I'll raise a bug report at Apple. Thanks for replying to
    something so trivial so quickly...

    Best regards,

    -- Steve

    On 2 Dec 2007, at 16:55, Mike Schrag wrote:

    > It looks like to me like the api file for D2WSelect is wrong (/
    > System/Library/Frameworks/JavaDirectToWeb.framework/Resources/
    > D2WSelect.api).
    >
    > <validation message="&apos;action&apos; is a required binding">
    > <or>
    > <bound name="dataSource"/>
    > <bound name="list"/>
    > </or>
    > </validation>
    >
    > This says if dataSource is bound or list is bound, then show that
    > error. It seems like it should be:
    >
    > <and>
    > <unbound name = "action"/>
    > <or>
    > <bound name="dataSource"/>
    > <bound name="list"/>
    > </or>
    > </and>
    >
    > ms
    >
    > On Dec 2, 2007, at 11:39 AM, Steve Sharman wrote:
    >
    >>
    >> 'action' is a required binding
    >>
    >> As you can see from the WOD definition of the component below,
    >> unless I'm missing something, action is indeed bound. Is this a
    >> problem with the editor or with me, and is there any workaround
    >> that lets me tell the editor to ignore it?
    >>
    >
    >



    This archive was generated by hypermail 2.0.0 : Sun Dec 02 2007 - 12:12:03 EST