Please file a jira issue and Attach the quickstart. Saves a lot of hunting.

Use the power of jira!

Martijn

On Friday, May 29, 2009, Flavius <flav...@silverlion.com> wrote:
>
>
> I put a quickstart build up at http://silverlion.com/tmp2/OutOfMemory.zip.
>
> Just unzip it, change to that dir and run mvn jetty:run and go to
> http://localhost:8080/OutOfMemory
>
> It has just one page, one modal window, one border, and one panel.
> The steps to repro this are there on the home page.
>
> Thanks for your help, Igor.
>
>
>
> igor.vaynberg wrote:
>>
>> there is too much going on in the sample you posted. if you want you
>> can create a quickstart with the minimal amount of code necessary to
>> reproduce this and i will take a look.
>>
>> -igor
>>
>> On Thu, May 28, 2009 at 2:12 PM, Flavius <flav...@silverlion.com> wrote:
>>>
>>>
>>> The sample I posted only has the single page with a link to the
>>> ModalWindow.
>>> The modal window keeps a reference to the ModalWindow param passed in
>>> to the constructor.  That's only used to close the window 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.
>>>
>>> So it's not keeping any references 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:
>>> http://www.nabble.com/OutOfMemory-on-certain-combinations-of-controls-tp23750424p23770219.html
>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/OutOfMemory-on-certain-combinations-of-controls-tp23750424p23786803.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.5 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to