Drawing error with Tapestry Dojo Dialog Component

2008-01-24 Thread HBKTron
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

Re: Problem using EventListener annotation

2008-01-24 Thread HBKTron
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

Problem using EventListener annotation

2008-01-24 Thread HBKTron
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