MyPage.page:
...
...
MyComponent.jwc:
...
...
-Mike
On 5/4/06, Carl Pelletier <[EMAIL PROTECTED]> wrote:
Thanks Mike, can you give me a example of that ? What you say is that i just
have to pass the listener method in parameter of the component ?
I saw something similar on the t
Thanks Mike, can you give me a example of that ? What you say is that i just
have to pass the listener method in parameter of the component ?
I saw something similar on the tapestry web site, but thay talk about
listenerInvoker ...
Thanks for any help!
Carl
On Thursday 04 May 2006 10:42, M
I've needed to do the same thing, but usually the listener is
specified by the page as a parameter of the component. If you can do
that, it's transparent.
-Mike
On 5/4/06, Carl Pelletier <[EMAIL PROTECTED]> wrote:
Hi everyone, I looking for help on component.
I have a component in a page. Tha