Re: error doesn't seem to work (?)

2008-07-23 Thread Eyal Golan
1. the button is an AjaxButton 2. The panel is in the form, and the form is added to the target. 3. My colleague changed the whole page so I can't continue working on the problem :) Thanks On Wed, Jul 23, 2008 at 6:21 PM, Michael Sparer <[EMAIL PROTECTED]> wrote: > > Is it an AjaxRequest and you

Re: error doesn't seem to work (?)

2008-07-23 Thread Eyal Golan
thanks, I'll look into it tomorrow On Wed, Jul 23, 2008 at 6:21 PM, Michael Sparer <[EMAIL PROTECTED]> wrote: > > Is it an AjaxRequest and you're not adding the feedback panel? > or provide some code ... would be easier to find the fault ... > > > > egolan74 wrote: > > > > Hi, > > We have a page

Re: error doesn't seem to work (?)

2008-07-23 Thread Michael Sparer
Is it an AjaxRequest and you're not adding the feedback panel? or provide some code ... would be easier to find the fault ... egolan74 wrote: > > Hi, > We have a page that has a form in it and also a FeedbackPanel. > The form has a button that can be pressed only 4 times (never mind why). > On

error doesn't seem to work (?)

2008-07-23 Thread Eyal Golan
Hi, We have a page that has a form in it and also a FeedbackPanel. The form has a button that can be pressed only 4 times (never mind why). On the fifth press we call in the onSubmit of the button: error("my message"); Break pointing stopped there. The feedback panel wasn't shown. I tried using Con