Re: Listener methods are not getting called

2005-05-03 Thread Travis Romney
I figured out what I was doing wrong. Wow! this was sure hard to find. I have a ListEditMap on the page and the ListEditMap was not set to persistent. For some strange reason my formSubmit method was not getting called. Travis Romney wrote: I have a form with a listener method that never gets call

Re: Listener methods are not getting called

2005-05-03 Thread Travis Romney
No the class is set and it's right. That is the strange thing. I'm not getting any errors. the page just refreshes. The pageBeginRender(PageEven pe) method is getting called, but the listener method is not getting called to save my life. Shing Hing Man wrote: In your page specification, have you

Re: Listener methods are not getting called

2005-05-03 Thread Shing Hing Man
In your page specification, have you forgotten to set the class attribute ? Shing --- Travis Romney <[EMAIL PROTECTED]> wrote: > You're right. > I just mistyped it in the email > > I do have it this way on my form > > listener="ognl:listeners.formSubmit"> > > > > > Jean C. Favi

Re: Listener methods are not getting called

2005-05-03 Thread Travis Romney
You're right. I just mistyped it in the email I do have it this way on my form Jean C. Favila wrote: I think you have to change to: -Original Message- From: Travis Romney [mailto:[EMAIL PROTECTED] Sent: Monday, May 02, 2005 6:38 PM To: Tapestry users Subject: Listener methods are not

RE: Listener methods are not getting called

2005-05-02 Thread Jean C. Favila
I think you have to change to: > -Original Message- > From: Travis Romney [mailto:[EMAIL PROTECTED] > Sent: Monday, May 02, 2005 6:38 PM > To: Tapestry users > Subject: Listener methods are not getting called > > I have a form with a listener method that never gets called > > > I h