s a "selected" event:
http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.0.9/tape
stry-core/src/main/java/org/apache/tapestry/corelib/components/Submit.ja
va?view=markup
Thanks,
Adam
-Original Message-
From: Mark W. Shead [mailto:[EMAIL PROTECTED]
Sent: Monday, Janua
I am having problems getting an event handler to fire for a submit
button. Here is the relevant part from the .tml
t:id="submitButton"/>
and here is the handler from the .java file:
@OnEvent(component="submitButton")
void onSubmitButton()
{
System.out.println("Submit