On Wed, Jun 24, 2009 at 5:26 PM, b...@umd<bben...@umd.edu> wrote:
> gentoo.tml :
> <t:button type="button" t:id="button" value="search" event="clicked" />

You haven't used the ck/OnEvent mixin in the button, so the event is not fired.
Try <t:button type="button" t:id="button" value="search"
mixins="ck/OnEvent" event="clicked" />

-- 
Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to