Yeah, I think it's only mentioned in the component docs for Submit.
http://tapestry.apache.org/tapestry5/tapestry-core/component-parameters.html
Cheers,
Nick.
Joshua Jackson wrote:
Thanks Nick
It works now. I was confused since I could not find this in the documentation.
Cheers, :)
On 9/4/0
Thanks Nick
It works now. I was confused since I could not find this in the documentation.
Cheers, :)
On 9/4/07, Nick Westgate <[EMAIL PROTECTED]> wrote:
> The Submit component's event notification is "Selected".
> So you can use:
>
> void onSelected() // or onSelectedFromFormName
--
It's not
The Submit component's event notification is "Selected".
So you can use:
void onSelected() // or onSelectedFromFormName
Cheers,
Nick.
Joshua Jackson wrote:
Dear all,
I've tried what is written from here:
http://tapestry.apache.org/tapestry5/tapestry-core/guide/event.html
regarding method con
Dear all,
I've tried what is written from here:
http://tapestry.apache.org/tapestry5/tapestry-core/guide/event.html
regarding method convention names event handler.
But it seems that it only worked for ActionLink component but not Submit.
Is it true? Do we have to use OnEvent annotation for Subm