Hi,
I'm having a drawing error while trying to learn how to use the Tapestry
Dialog component from Dojo.
http://tapestry.apache.org/tapestry4.1/components/dojo/dialog.html
Basically I have an initially hidden dialog box that I'd like to show after
a DirectLink component is clicked. The dialog
ep your page-class abstract and remove the
> auto-generated stubs of methods. Tapestry generates a concrete class for
> each component/page at runtime (should not be the cause of your trouble,
> though).
>
> 2008/1/24, HBKTron <[EMAIL PROTECTED]>:
>>
>>
>> Hi
Hi,
I'm currently using Tapestry 4.1.3 and I'm trying to copy the EventListener
annotation example from:
http://tapestry.apache.org/tapestry4.1/ajax/eventlistener.html.
The example shows how a method can be annotated with EventListener to
respond to DOM events. Unfortunately the EventListener m