The problem seems to be that the @Load annotation in the example on the Wiki
is out of date with the 1.2 release, which changed the "name" attribute to
"resourceName" (
http://svn.apache.org/repos/asf/incubator/pivot/tags/v1.2-rc3/wtk/src/pivot/wtkx/Bindable.java
).

Scott, note that WTKX binding has changed fairly significantly since the 1.2
release.  If you're planning on writing a Pivot-based app, you may want to
consider writing it off of the SVN trunk for now - the 1.3 release is right
around the corner and will include the new (simpler) WTKX binding.

-T

On Mon, Aug 3, 2009 at 8:23 AM, Greg Brown <[email protected]> wrote:

> Hi Scott,
>
> Thanks for the feedback. Where exactly did you encounter this error? The
> WTKX in the tutorial example appears to be correct.
>
> Thanks,
> Greg
>
>
> On Aug 2, 2009, at 9:53 PM, Scott Lanham wrote:
>
>  Hi,
>>
>> I have just started going through the tutorial and thought I had better
>> help
>> out by at least reporting something that didn't work for me.
>>
>> At http://cwiki.apache.org/PIVOT/hello-wtkx.html,
>>  @Load(name="hello.wtkx)
>> caused an error but changing it to @Load(resourceName="hello.wtkx") worked
>> fine.
>>
>> Cheers,
>>
>> Scott.
>>
>
>

Reply via email to