RE: Rendering a component into a String

2013-11-21 Thread Mateusz Mieszkowski
ent's onInitialize/onConfigure and call page.setStatelessHint(true) Option 2) Copy/paste ComponentRenderer.java locally and do something similar directly in RenderPage On Thu, Nov 21, 2013 at 11:29 AM, Mateusz Mieszkowski < mmieszkow...@objectivity.co.uk> wrote: > Martin, > &

RE: Rendering a component into a String

2013-11-21 Thread Mateusz Mieszkowski
Dietze Subject: Re: Rendering a component into a String Please create a ticket. The page should be marked as stateless to avoid storing it. On Thu, Nov 21, 2013 at 10:40 AM, Mateusz Mieszkowski < mmieszkow...@objectivity.co.uk> wrote: > Hi guys, > > I noticed

RE: Rendering a component into a String

2013-11-21 Thread Mateusz Mieszkowski
Hi guys, I noticed a problem with ComponentRenderer.renderComponent(). It is possible that I'm missing something but this is what I get for now: I'm using ComponenetRenderer withing CustomTooltipBehavior (wicket-jquery-ui) to generate tooltip content. I add this to about 50 rows in my table so I

RE: ajaxlink in ListItem not working

2013-09-05 Thread Mateusz Mieszkowski
Hi, I have similar problem. What's more, my code worked fine before migration to 6.10.0 (worked on 5.10.0). Now, when I click the link, nothing happens. I haven't got time to investigate this in more detail but just letting you know that this may not be something obvious. Cheers, Mateusz --

Multiple F5 refreshes create multiple threads

2013-07-19 Thread Mateusz Mieszkowski
ve checked changelogs and jira issues but haven't found anything similar. Could you please let me know if there is a way to avoid such situation? Kind regards, Mateusz Mieszkowski