On 9/20/07, Nick Westgate <[EMAIL PROTECTED]> wrote:
> The component name mapping is specified as t:id="name".
> Note the "t:" prefix.
>
> You can also just name your method onActionFromLogout.
>
Thanks, I should have guessed it. I only tried t:name="logout"
and that of course did not work :-(
--
The component name mapping is specified as t:id="name".
Note the "t:" prefix.
You can also just name your method onActionFromLogout.
Cheers,
Nick.
Alex Shneyderman wrote:
Ok, I guess I figured what was wrong with this component's java source
although now I have another question.
@OnEvent(com
Ok, I guess I figured what was wrong with this component's java source
although now I have another question.
@OnEvent(component="logout")
should be
@OnEvent(component="actionlink")
However, if I put another action link in the same
component the annotation on that link's handler will
have to be