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

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 the

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 that has a