Re: [Follow up] Ajax link doesn't call event

2008-07-02 Thread ezegb
anks, Ezequiel Timo Rantalaiho wrote: > > On Wed, 02 Jul 2008, ezegb wrote: > > Off-topic: Hmm, D.N.I.! Are you working in some Latin American > country by any chance?-) > > Best wishes, > Timo > > -- > Timo Rantalaiho

Re: [Follow up] Ajax link doesn't call event

2008-07-02 Thread ezegb
Hi, thanks for your reply. As I said, the troublesome component seems to be a container which is composed of the following: ListView author = new CompoundListView("author") { private static f

Re: [Follow up] Ajax link doesn't call event

2008-07-01 Thread ezegb
a listview displaying that data (the ajax link updates the object and the listview) Thanks, Ezequiel ezegb wrote: > > Hi, the situation is as follows: > > I have a form embedded in an abstract panel. The form has an > autocompletetextfield and an AjaxSubmitLink which acts on

Ajax link doesn't call event

2008-07-01 Thread ezegb
Hi, the situation is as follows: I have a form embedded in an abstract panel. The form has an autocompletetextfield and an AjaxSubmitLink which acts on the data in the textfield. The panel, in turn, extends several other panels which are in the end the ones that get instantiated. The very code f