Caching components

2010-03-24 Thread zkn
Hi, since Wicket uses session to store the components hierarchy for a page is it possible to store parts of the hierarchy in the application context instead of the user session? If it's not possible do you consider it worth to add as feature request? What's the idea: imagine a home page of a

Re: Caching components

2010-03-24 Thread zkn
On 24.03.2010, at 09:23, Jeremy Thomerson wrote: Components are not thread safe, and not intended to be used in this way - there would be a significant undertaking to make them cacheable, and the cost of the synchronization would likely far outweigh the current costs of component

Re: Caching components

2010-03-24 Thread zkn
Thanks Martin! If possible can you please give a hint how to use behavior to cache the rendered HTML for a component? On 24.03.2010, at 10:26, Martin Sachs wrote: hi, we need caching of components, since the construction of huge hierarchies is not cheap. The rendering ist fast. We cache

How to disable AJAX call on ModalWindow close

2010-02-12 Thread zkn
Hi, I'm using Wicket.Ajax.registerPreCallHandler(showBusyScreen); Wicket.Ajax.registerPostCallHandler(hideBusyScreen); Wicket.Ajax.registerFailureHandler(hideBusyScreen); to show and hide a busy screen on the page while executing AJAX calls. But it also shows up when I click the close button

Re: Adding AjaxLink to a DataTable cell

2010-02-03 Thread zkn
tag.setName(a); super.onComponentTag(tag); } On 03.02.2010, at 01:06, Igor Vaynberg wrote: search this link for TextLink, or create a panel/fragment that contain a link and a label -igor On Tue, Feb 2, 2010 at 3:04 PM, zkn z...@abv.bg

Adding AjaxLink to a DataTable cell

2010-02-02 Thread zkn
Hi, I'm have a problem adding an AjaxLink to a DataTable cell. Everything works fine except that I don't know how to set the text for the link. The result is that I see only [cell] as a text in the cell but onClick() works fine. Here is my code: columns.add(new AbstractColumnBook(new

Re: dynamically adding components to a ListView

2010-01-22 Thread zkn
); with panels.getModelObject().add(panel); On 04.12.2009, at 00:17, zkn wrote: found it. On 03.12.2009, at 16:19, zkn wrote: Hi, I'm trying to dynamically add components to an existing ListView but I can't figure out how to do that. Here is my case: MyPanelContainer class with markup

dynamically adding components to a ListView

2009-12-03 Thread zkn
Hi, I'm trying to dynamically add components to an existing ListView but I can't figure out how to do that. Here is my case: MyPanelContainer class with markup wicket:panel wicket:container wicket:id=panels wicket:container wicket:id=panel / /wicket:container

Re: dynamically adding components to a ListView

2009-12-03 Thread zkn
found it. On 03.12.2009, at 16:19, zkn wrote: Hi, I'm trying to dynamically add components to an existing ListView but I can't figure out how to do that. Here is my case: MyPanelContainer class with markup wicket:panel wicket:container wicket:id=panels

Fwd: DELIVERY FAILURE: Invalid/unknown recipient [MAPI Reason Code: 1, MAPI Diagnostic Code 1]

2009-12-03 Thread zkn
Reason Code: 1, MAPI Diagnostic Code 1] From: z...@abv.bg Date: 04 декември 2009 00:17:36 Гриинуич+0200 To: users@wicket.apache.org Subject: Re: dynamically adding components to a ListView Reply-To: users@wicket.apache.org found it. On 03.12.2009, at 16:19, zkn wrote: Hi, I'm