You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Andrey Tkach <tk...@sac.com.ua> on 2005/06/07 12:16:43 UTC

Component form listener

Hi

 

I'm new to Tapestry

If I have component from BaseComponent and on the component's html there is
a form declaration like

 

<form jwcid="@Form" listener="ognl:listeners.formSubmit">

 Some intput's

</form>

 

So, where should I put implementation of this listener?

 

Thanks,

Andrey


Re: Component form listener

Posted by Hugo Palma <hp...@digitalis.pt>.
All explained here:

http://jakarta.apache.org/tapestry/current/UsersGuide/listenermethods.html


Cheers

Hugo



Andrey Tkach wrote:

>Hi
>
> 
>
>I'm new to Tapestry
>
>If I have component from BaseComponent and on the component's html there is
>a form declaration like
>
> 
>
><form jwcid="@Form" listener="ognl:listeners.formSubmit">
>
> Some intput's
>
></form>
>
> 
>
>So, where should I put implementation of this listener?
>
> 
>
>Thanks,
>
>Andrey
>
>
>  
>