Re: Ajax dropdownchoice doesn't work after submit

2007-10-08 Thread Larva
will take a look > > -igor > > On 10/5/07, Larva <[EMAIL PROTECTED]> wrote: >> >> The first time the page is render the dropdownchoices works fine. I took >> the >> example from the wicket examples. >> The problem is after the submit. When I subm

Re: Ajax dropdownchoice doesn't work after submit

2007-10-05 Thread Larva
ajax scripts in the html. Thanks !! Pablo. igor.vaynberg wrote: > > instead of pushing the right values when things change you should make > everything pull, that way updates happen on the fly... see the ajax > dropdown example in wicket examples. > > -igor > >

Re: Ajax dropdownchoice doesn't work after submit

2007-10-05 Thread Larva
g wrong? There is another way to do it? Thanks in advance. Pablo. igor.vaynberg wrote: > > you shouldnt call page.render() > > > -igor > > > On 10/5/07, Larva <[EMAIL PROTECTED]> wrote: >> >> Hi !! I have this hierarchy: >> Panel >>F

Ajax dropdownchoice doesn't work after submit

2007-10-05 Thread Larva
Hi !! I have this hierarchy: Panel Form DropDownChoice (A and B) I have these two DropDownChoices (A and B) and I am refreshing the choices in B through Ajax when the selection in A changes. I use this dorpdownchoices to define a filter for my dataview. That works fine, when I submit the