Re: component event handling problem

2008-04-02 Thread Natia Gdzelishvili
thank you, it helped me :) On Wed, Apr 2, 2008 at 1:03 PM, Francois Armand <[EMAIL PROTECTED]> wrote: > Natia Gdzelishvili wrote: > > > on page Registration.tml i have: > > > > //...some component > > > value="submit"> > > > > > > and on Registartion.java > > @OnEvent(component="submitButton")

RE: component event handling problem

2008-04-02 Thread Cordenier Christophe
rigine- De : Natia Gdzelishvili [mailto:[EMAIL PROTECTED] Envoyé : mercredi 2 avril 2008 10:57 À : users@tapestry.apache.org Objet : Re: component event handling problem on page Registration.tml i have: //...some component and on Registartion.java @OnEvent(component=&quo

Re: component event handling problem

2008-04-02 Thread Francois Armand
Natia Gdzelishvili wrote: on page Registration.tml i have: //...some component and on Registartion.java @OnEvent(component="submitButton") void onSubmitButton() { System.out.println("Submit button was pressed!"); } [..] please help me:) thanks in advanc A button doesn't send

Re: component event handling problem

2008-04-02 Thread Natia Gdzelishvili
on page Registration.tml i have: //...some component and on Registartion.java @OnEvent(component="submitButton") void onSubmitButton() { System.out.println("Submit button was pressed!"); } void onSubmitFromRegistrationForm(){ System.out.println("The form was submitt

Re: component event handling problem

2008-04-02 Thread Francois Armand
Natia Gdzelishvili wrote: hi, I'm using tapestry 5.0.10 version, i hve a broblem with dandling submit component event handling on page i have: Hello, Perhaps with a litthe more context ? For example, what are you doing in the java class ? What do see and what was expected ? -- Francoi

component event handling problem

2008-04-02 Thread Natia Gdzelishvili
hi, I'm using tapestry 5.0.10 version, i hve a broblem with dandling submit component event handling on page i have: