Re: OutOfMemory on certain combinations of controls

2009-06-01 Thread Marcin Palka
approach do you guys suggest to solve this? Marcin -- View this message in context: http://www.nabble.com/OutOfMemory-on-certain-combinations-of-controls-tp23750424p23814865.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: OutOfMemory on certain combinations of controls

2009-05-30 Thread Flavius
when the >>>> AjaxRequestTarget is passed from the AjaxLink. >>>> >>>> When the OnChangeAjaxBehavior#onUpdate fires, it's rebuilding the >>>> repeating view and adding the WebMarkupContainer wrapper to the >>>> AjaxRequestTarget. >>>> >>

Re: OutOfMemory on certain combinations of controls

2009-05-30 Thread Igor Vaynberg
that I see. >>> >>> >>> >>> igor.vaynberg wrote: >>>> >>>> make sure you dont keep page references across pages. that may be it. >>>> >>>> -igor >>>> >>>> >>> >>> -- >>> Vi

Re: OutOfMemory on certain combinations of controls

2009-05-30 Thread Martijn Dashorst
g any references that I see. >>> >>> >>> >>> igor.vaynberg wrote: >>>> >>>> make sure you dont keep page references across pages. that may be it. >>>> >>>> -igor >>>> >>>> >>> >>> -- >

Re: OutOfMemory on certain combinations of controls

2009-05-29 Thread Flavius
ences that I see. >> >> >> >> igor.vaynberg wrote: >>> >>> make sure you dont keep page references across pages. that may be it. >>> >>> -igor >>> >>> >> >> -- >> View this message in context

Re: OutOfMemory on certain combinations of controls

2009-05-28 Thread Igor Vaynberg
may be it. >> >> -igor >> >> > > -- > View this message in context: > http://www.nabble.com/OutOfMemory-on-certain-combinations-of-controls-tp23750424p23770219.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > -

Re: OutOfMemory on certain combinations of controls

2009-05-28 Thread Flavius
-igor > > -- View this message in context: http://www.nabble.com/OutOfMemory-on-certain-combinations-of-controls-tp23750424p23770219.html Sent from the Wicket - User mailing list archive at Nabble.com. - To un

Re: OutOfMemory on certain combinations of controls

2009-05-27 Thread Igor Vaynberg
make sure you dont keep page references across pages. that may be it. -igor On Wed, May 27, 2009 at 1:41 PM, Flavius wrote: > > I ran into an issue where I'm getting an OutOfMemory error using > autocomplete textbox functionality. > > I haven't nailed down the root culprit, but the symptoms seem

OutOfMemory on certain combinations of controls

2009-05-27 Thread Flavius
I ran into an issue where I'm getting an OutOfMemory error using autocomplete textbox functionality. I haven't nailed down the root culprit, but the symptoms seem to occur when I have a page with a border that also has controls, such as a panel or two. On the page, if I pop a modal dialog box (