LoadableDetachableModel and anonymous inner classes - unwanted serialization overhead?

2007-10-25 Thread Stefan Fußenegger
Hi folks, I am quite new to wicket but I already figured out that it deserved its name ;) Currently, I am playing around with IDataProvider in conjunction with LoadableDetachableModels. As far as I understand, the main purpose of LoadableDetachableModels is to tune serialization performance. At

Re: LoadableDetachableModel and anonymous inner classes - unwanted serialization overhead?

2007-10-25 Thread Stefan Fußenegger
On 10/25/07, Stefan Fußenegger [EMAIL PROTECTED] wrote: Hi folks, I am quite new to wicket but I already figured out that it deserved its name ;) Currently, I am playing around with IDataProvider in conjunction with LoadableDetachableModels. As far as I understand, the main purpose

Multiple wicket:child / tags on a single base page?

2007-11-02 Thread Stefan Fußenegger
Hi folks, I just stumbled on a situation where it would be useful to have two or more wicket:child / tags in a base page. Just consider a layout that consists of the usual footer, header, navigation, and content parts. But now, the content should be arranged in two columns, e.g. two different

Re: Multiple wicket:child / tags on a single base page?

2007-11-02 Thread Stefan Fußenegger
that would improve wickets functionality and probably not worth the effort of implementing it ... though it might be convenient. I hope I got it right. Best regards, Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) igor.vaynberg wrote: this has been

Re: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Stefan Fußenegger
see the Java code structured? What's your vision? On Nov 5, 2007 11:28 AM, Stefan Fußenegger [EMAIL PROTECTED] wrote: Eelco Hillenius wrote: It would be quite feasible to add support for multiple overridden sections using the above tag names while remaining backwards compatible

Re: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Stefan Fußenegger
thanks for that advise. hey chris, keep your fingers crossed. finally you could get your wicket:abstract-wicket:override ;) stefan igor.vaynberg wrote: if i were you i would use tags other then extend and child just so you dont conflict. -igor On 11/5/07, Stefan Fußenegger [EMAIL

Re: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Stefan Fußenegger
extend/child anyway, wouldn't it? but let's see what i can do here first. igor.vaynberg wrote: the complement to abstract is implement not override... names are important. -igor On 11/5/07, Stefan Fußenegger [EMAIL PROTECTED] wrote: thanks for that advise. hey chris, keep your

Re: Multiple wicket:child / tags on a single base page?

2007-11-05 Thread Stefan Fußenegger
files as classes and extension points as (abstract) methods. That's the only conceptual change. But there is still some time left to argue while I am hacking ;) Regards igor.vaynberg wrote: On 11/5/07, Stefan Fußenegger [EMAIL PROTECTED] wrote: well, i thought chris' suggestion to use

Re: Wicket namespace?

2007-11-05 Thread Stefan Fußenegger
the best spam protection around http://mail.yahoo.com __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking

Re: Wicket namespace?

2007-11-05 Thread Stefan Fußenegger
.org/MarkUp/SCHEMA/xhtml11.xsd http://wicket.apache.org/someWicketSchema; xml:lang=en Stefan Fußenegger [EMAIL PROTECTED] wrote: I was asking myself the same a while ago. Today I found a file named wicket-xhtml1-strict.dtd in the SVN. You can find it at http://svn.apache.org/repos/asf

Re: Wicket namespace?

2007-11-06 Thread Stefan Fußenegger
In deed, it's an open issue: https://issues.apache.org/jira/browse/WICKET-693 Timo Rantalaiho wrote: On Mon, 05 Nov 2007, Stefan Fußenegger wrote: I was asking myself the same a while ago. Today I found a file named wicket-xhtml1-strict.dtd in the SVN. You can find it at http

Re: Wicket namespace?

2007-11-06 Thread Stefan Fußenegger
somewhere on it's use :( Stefan Fußenegger [EMAIL PROTECTED] wrote: I didn't say it's not supported, I was just asking. And I don't think you have to use 2 DTDs. I think it rather is an extension of the standard XHTML DTD (that's why it is a DTD and not an XML schema). -- Stefan

Re: Multiple wicket:child / tags on a single base page?

2007-11-06 Thread Stefan Fußenegger
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Multiple-%3Cwicket

Re: Multiple wicket:child / tags on a single base page?

2007-11-06 Thread Stefan Fußenegger
I posted a new message in Wicket - Dev: http://www.nabble.com/Patch%3A-Multiple-%3Cwicket%3Achild--%3E-tags-on-a-single-base-page--tf4759260.html It contains a patch that demonstrates the discussed enhancement. Please comment! -- stefan Stefan Fußenegger wrote: Hi folks, I just stumbled

Re: Make PageableListView row click

2007-11-06 Thread Stefan Fußenegger
want to click in any place of the row to go to details. Is there a way to do this? Thanks in advance Marco - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Make-PageableListView-row

Re: Multiple wicket:child / tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
. I'd rather not see new tags added just for this. It fuglifies the markup for no real gain. On Nov 6, 2007 11:30 AM, Stefan Fußenegger [EMAIL PROTECTED] wrote: I posted a new message in Wicket - Dev: http://www.nabble.com/Patch%3A-Multiple-%3Cwicket%3Achild--%3E-tags-on-a-single-base

RE: Multiple wicket:child / tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
is supported in all good OO languages, including Java. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - --- Stefan Fußenegger http://talk-on-tech.blogspot.com

Re: Multiple wicket:child / tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
abstractId2); /Mats - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain

Re: Multiple wicket:child / tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
] - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Multiple-%3Cwicket%3Achild--%3E-tags-on-a-single-base-page--tf4738673.html#a13631624 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Multiple wicket:child / tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
relationship with wicket:id. Well, isn't this something... scary? The documentation will have to take care of this, because it will _not_ be intuitive. Regards, On Nov 7, 2007 10:15 AM, Stefan Fußenegger [EMAIL PROTECTED] wrote: Hi Mats, let me try to explain what Chris and I see here

RE: Multiple wicket:child / tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
: [EMAIL PROTECTED] - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Multiple- %3Cwicket%3Achild--%3E-tags-on-a-single-base-page-- tf4738673.html#a13623108 Sent from the Wicket - User

Re: Multiple wicket:child / tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
make all the root components of all the child parts? you will add that to the page itself right? I just say that then it could be a bit messy when you have 5 child area's johan On 11/7/07, Stefan Fußenegger [EMAIL PROTECTED] wrote: hi johan, Johan Compagner wrote: 1 thing

Re: Multiple wicket:child / tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
. That's not a nice separation... That can lead to big a big mess.. Because what component belong to what child part. I don't get what you mean here. However, my implementation is closely related to Juergen's MergedMarkup.java (and admittedly partially copied) and does the same. - --- Stefan

Re: Multiple wicket:child / tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context

Re: Multiple wicket:child / tags on a single base page?

2007-11-08 Thread Stefan Fußenegger
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Multiple-%3Cwicket

Re: Attempted summary of multiple wicket:child / thread

2007-11-08 Thread Stefan Fußenegger
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Attempted-summary-of-multiple-%3Cwicket%3Achild--%3E-thread

RE: Attempted summary of multiple wicket:child / thread

2007-11-09 Thread Stefan Fußenegger
] - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Attempted-summary-of-multiple-%3Cwicket%3Achild--%3E-thread-tf4767718.html#a13662915 Sent from the Wicket - User mailing list archive

Re: facebook support

2007-11-09 Thread Stefan Fußenegger
experience), please get in touch with me. Thanks. - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/facebook-support-tf4773546.html#a13662919 Sent from the Wicket - User mailing list archive

Re: Attempted summary of multiple wicket:child / thread

2007-11-09 Thread Stefan Fußenegger
(as far as I can tell, or otherwise it should for backwards compatibility), and does precisely what both you and Chris want. Regards, Sebastiaan Stefan Fußenegger wrote: I think it would be a nice feature to define defaults and overrides this way. However, this wouldn't be backwards

Re: Attempted summary of multiple wicket:child / thread

2007-11-11 Thread Stefan Fußenegger
-mail: [EMAIL PROTECTED] -- Bruno Borges blog.brunoborges.com.br +55 1185657739 The glory of great men should always be measured by the means they have used to acquire it. - Francois de La Rochefoucauld - --- Stefan Fußenegger http://talk-on-tech.blogspot.com

Dojo 1.1 integration available from wicketstuff

2008-11-21 Thread Stefan Fußenegger
://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-push/ - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Dojo-1.1-integration-available-from-wicketstuff-tp20625220p20625220

Re: wicketstuff-push is over, wickestuff-dojo-1.1 is born ???

2008-11-21 Thread Stefan Fußenegger
] For additional commands, e-mail: [EMAIL PROTECTED] - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/wicketstuff-push-is-over%2C-wickestuff-dojo-1.1-is-born-tp20356751p20625246.html

Re: Is there any other way? DataProviders must hit the Db twice for (possible) large datasets

2008-11-27 Thread Stefan Fußenegger
PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View

Re: Is there any other way? DataProviders must hit the Db twice for (possible) large datasets

2008-11-27 Thread Stefan Fußenegger
that yourself? just wondering. shall i open a ticket against 1.5 to track this issue/enhancement? best regards, stefan igor.vaynberg wrote: On Thu, Nov 27, 2008 at 12:46 AM, Stefan Fußenegger [EMAIL PROTECTED] wrote: I don't think IDataProvider is only about databases. you started off

Re: Dojo 1.1 integration available from wicketstuff

2008-12-18 Thread Stefan Fußenegger
There's now a little bit of documentation online: http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-dojo-1.1 Cheers, Stefan Stefan Fußenegger wrote: Hi folks, I just shared a new project called wicketstuff-dojo-1.1 [1], an integration of the Dojo JavaScript toolkit [2

Re: Dojo 1.1 integration available from wicketstuff

2008-12-23 Thread Stefan Fußenegger
, drag and drop and cometd support) If you've built a Wicket component based on wicketstuff-dojo-1.1, you're welcome to contribute your code. If you want to contribute but don't know how, I'd be happy to get you started. Merry Christmas, Stefan Emanuele Gesuato-2 wrote: Stefan Fußenegger wrote

Re: code for DataGrid with vertical scrolling

2008-12-23 Thread Stefan Fußenegger
column) miro wrote: please point me for the code with data grid vertical scrolling component. - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/code-for-DataGrid-with-vertical

Ajax-Update MarkupContaining containing FormComponent without loosing user changes

2009-01-13 Thread Stefan Fußenegger
the stored value (appendJavascript) give satisfying results. What do you think? Any other ideas? Thanks, Stefan - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Ajax-Update-MarkupContaining

Re: Ajax-Update MarkupContaining containing FormComponent without loosing user changes

2009-01-15 Thread Stefan Fußenegger
, 2009 at 4:49 AM, Stefan Fußenegger stefan_fusseneg...@gmx.at wrote: Hi, My HTML looks similar to this: divlabelFoo/labelinput type=text //div I want to validate the contents of the field as soon as the user starts typing. If there is an error, the html should become: div class=errorThere

Re: Ajax-Update MarkupContaining containing FormComponent without loosing user changes

2009-01-15 Thread Stefan Fußenegger
is as simple as this, it would be a feature worth adding, wouldn't it? Regards igor.vaynberg wrote: On Thu, Jan 15, 2009 at 12:53 AM, Stefan Fußenegger stefan_fusseneg...@gmx.at wrote: Thanks, I'll go for the suggested JS.Is there any documentation of the Wicket JavaScript library available

Re: Ajax-Update MarkupContaining containing FormComponent without loosing user changes

2009-01-15 Thread Stefan Fußenegger
secret for internal use only. Maybe that's a candidate for the Wicket 1.5 wishlist ... igor.vaynberg wrote: On Thu, Jan 15, 2009 at 9:11 AM, Stefan Fußenegger stefan_fusseneg...@gmx.at wrote: I knew it was pseudo code. With JS library I meant the stuff contained in wicket-ajax.js, wicket

Re: Ajax-Update MarkupContaining containing FormComponent without loosing user changes

2009-01-15 Thread Stefan Fußenegger
On Thu, Jan 15, 2009 at 10:05 AM, Stefan Fußenegger stefan_fusseneg...@gmx.at wrote: Even if they are for wicket's internal use, documentation might be valuable, especially for (wicketstuff) developers who go deeper then regular users. Furthermore, having some basic JS utilities

Re: Technologies to use with large scale Wicket application

2009-01-16 Thread Stefan Fußenegger
For additional commands, e-mail: users-h...@wicket.apache.org - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Technologies-to-use-with-large-scale-Wicket-application-tp21447510p21497632

Escaping of strings containing in attributes

2008-08-01 Thread Stefan Fußenegger
weekend! - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Escaping-of-strings-containing---in-attributes-tp18779532p18779532.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Escaping of strings containing in attributes

2008-08-05 Thread Stefan Fußenegger
no comments here? Stefan Fußenegger wrote: While validating some of my pages, I found out that some pages do not validate due to in attributes, e.g. W3 validator complains with: character is the first character of a delimiter but occurred as data. I'm doing the following

Discussion on Wicket Interface Speed-Up

2008-08-28 Thread Stefan Fußenegger
] http://talk-on-tech.blogspot.com/2008/08/wicket-interface-speed-up-merging.html Wicket Interface Speed-Up: Merging Resources for Fewer HTTP Requests - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http

Re: Discussion on Wicket Interface Speed-Up

2008-08-29 Thread Stefan Fußenegger
by listing them out upfront is probably not going to make it in because it breaks encapsulation... -igor On Thu, Aug 28, 2008 at 2:59 AM, Stefan Fußenegger [EMAIL PROTECTED] wrote: I just finished the 4th and last entry of my series Wicket Interface Speed-Up on my blog. To give a short

Re: Discussion on Wicket Interface Speed-Up

2008-08-29 Thread Stefan Fußenegger
... i dont know which parts should go into wicket itself, i can tell you that the part where you merge the files by listing them out upfront is probably not going to make it in because it breaks encapsulation... -igor On Thu, Aug 28, 2008 at 2:59 AM, Stefan Fußenegger [EMAIL PROTECTED

Re: Discussion on Wicket Interface Speed-Up

2008-08-29 Thread Stefan Fußenegger
in the browser until the resource has changed. Cheers Peter Am 29.08.2008 um 08:17 schrieb Stefan Fußenegger: honestly, no, I didn't. however, using last modified times still results in an HTTP request and a 304 Not Modified reply. better than nothing, but client-side caching

Re: Discussion on Wicket Interface Speed-Up

2008-08-29 Thread Stefan Fußenegger
ack! And they are going to get it :) Resources are going to be much simpler in 1.5 - current code is too tangled and ambiguous. -Matej Cheers Peter Am 29.08.2008 um 09:24 schrieb Stefan Fußenegger: Okay, sorry, you're right. Too bad, I didn't ever stumble upon this option. However

Re: Discussion on Wicket Interface Speed-Up

2008-08-29 Thread Stefan Fußenegger
-merged-resources-examples Now I want to make it available through http://wicketstuff.org/maven/repository/. I therefore registered at wicketstuff.org/teamcity (sfussenegger). What's next? Stefan Fußenegger wrote: I just finished the 4th and last entry of my series Wicket Interface Speed-Up

Re: Discussion on Wicket Interface Speed-Up

2008-08-29 Thread Stefan Fußenegger
returned null for classpath resources. Using the RevisionVersionProvider classloader works fine. Let me know where I should post further patches etc. Jörn On Fri, Aug 29, 2008 at 11:29 AM, Stefan Fußenegger [EMAIL PROTECTED] wrote: Code is now available through wicketsuff: https://wicket

Re: Discussion on Wicket Interface Speed-Up

2008-09-02 Thread Stefan Fußenegger
); } ClassLoader.getSystemResourceAsStream in my deployment enviroment, it always returned null for classpath resources. Using the RevisionVersionProvider classloader works fine. Let me know where I should post further patches etc. Jörn On Fri, Aug 29, 2008 at 11:29 AM, Stefan Fußenegger [EMAIL PROTECTED] wrote: Code is now

AjaxFallbackButton: inconsistend submit order

2008-10-23 Thread Stefan Fußenegger
inside a form's onSubmit() method. Is this a (known) bug? - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/AjaxFallbackButton%3A-inconsistend-submit-order-tp20131329p20131329.html Sent from

wicketstuff-merged-resources: New (much simpler) Version

2009-09-24 Thread Stefan Fußenegger
. I am planning a write-up on how to use wicketstuff-merged-resources to upload and mount resources to/from Amazon's CDN. Cheers, Stefan Fußenegger http://techblog.molindo.at/ (Sorry if this message appears multiple time - but I feel that the previous attempts to post to this list with another

wicketstuff-merged-resources: New (much simpler) Version

2009-09-25 Thread Stefan Fußenegger
. I am planning a write-up on how to use wicketstuff-merged-resources to upload and mount resources to/from Amazon's CDN. Cheers, Stefan Fußenegger http://techblog.molindo.at/ - To unsubscribe, e-mail: users-unsubscr

Serving Wicket Resources from CDN (Announcement/Tutorial)

2011-03-16 Thread Stefan Fußenegger
Hi all, I've just released a new version of wicketstuff-merged-resource to Maven Central. It supports serving wicket-mounted resources through CDNs using a pretty simple URL coding strategy (which may be used on its own too). This only works for CDNs that fetch the resources as users request them

Re: Minor Announcement: wicket-googlecharts

2007-12-21 Thread Stefan Fußenegger
probably get around to stabilizing functionality eventually, but for now it can just float. Hopefully someone will find this useful! Daniel (original article: http://www.codecommit.com/blog/java/a-wicket-api-for-google-charts) - --- Stefan Fußenegger http://talk

Re: (Server-independent) Comet support in Wicket?

2008-02-20 Thread Stefan Fußenegger
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http

RestartResponseAtInterceptPageException with Ajax

2008-02-21 Thread Stefan Fußenegger
: redirect to the Ajax call and render the complete page (well, don't know how tricky that would be). Or do I miss something completely? Any other possible workarounds or suggestions? Cheers, Stefan - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain

Re: RestartResponseAtInterceptPageException with Ajax

2008-02-21 Thread Stefan Fußenegger
it after a successful login (you might need to refresh the origin page after this) Maurice On Thu, Feb 21, 2008 at 10:30 AM, Stefan Fußenegger [EMAIL PROTECTED] wrote: Hi, I'm currently trying to use RestartResponseAtInterceptPageException with Ajax. More precisely, I show a component

Re: RestartResponseAtInterceptPageException with Ajax

2008-02-21 Thread Stefan Fußenegger
I was just waiting for green lights ;) https://issues.apache.org/jira/browse/WICKET-1363 igor.vaynberg wrote: feel free to add a jira request for this -igor On Thu, Feb 21, 2008 at 4:44 AM, Stefan Fußenegger [EMAIL PROTECTED] wrote: Maurice, Thanks for your suggestions

Re: Accessing prototype scoped panel beans using @SpringBean annotation

2008-02-22 Thread Stefan Fußenegger
on server startup, I get a WicketRuntimeException: There is no application attached to current thread main. Making them prototype seems to be the only way for me to get my server to startup cleanly. Thanks, Tom. - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking

Re: how to create the component dynamic?

2008-02-22 Thread Stefan Fußenegger
, some is a TextField which filled by user, some is CheckBox or Radio. How to do with this? Mead - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/how-to-create-the-component

usage of AbortWithHttpStatusException

2008-02-22 Thread Stefan Fußenegger
if this is important. - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/usage-of-AbortWithHttpStatusException-tp15631513p15631513.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Accessing prototype scoped panel beans using @SpringBean annotation

2008-02-22 Thread Stefan Fußenegger
What do you mean by directly? Do you want to inject the panels rather than the factories? You could probably try to write your own annotation and use a custom org.apache.wicket.injection.IFieldValueFactory Ned Collyer wrote: Stefan Fußenegger wrote: Hi Tom, I'd suggest not to use

Wicket fail-over with Terracotta - sticky or non-sticky sessions?

2008-04-03 Thread Stefan Fußenegger
- --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Wicket-fail-over-with-Terracotta---sticky-or-non-sticky-sessions--tp16467830p16467830.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: How to avoid Lazy loading exception

2008-05-04 Thread Stefan Fußenegger
- --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/How-to-avoid-Lazy-loading-exception-tp17040941p17045620.html Sent from the Wicket - User mailing list archive at Nabble.com

Memory leak in DiskPageStore

2008-06-02 Thread Stefan Fußenegger
); entry.unbind(); } pagesToSaveAll.remove(sessionId); } } } - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer

Re: Memory leak in DiskPageStore

2008-06-02 Thread Stefan Fußenegger
https://issues.apache.org/jira/browse/WICKET-1679 Matej Knopp-2 wrote: Hi, about not removing the entries, can you please create jira issue? I will try to look into it ASAP. -Matej On Mon, Jun 2, 2008 at 11:38 AM, Stefan Fußenegger [EMAIL PROTECTED] wrote: Recently, I had 2

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-03 Thread Stefan Fußenegger
! - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/users%2C-please-give-us-your-opinion%3A-what-is-your-take-on-generics-with-Wicket-tp17589984p17618096.html Sent from the Wicket - User mailing list archive

Re: Use Spring with Wicket

2008-06-03 Thread Stefan Fußenegger
Martijn Dashorst compiled a nice list of books (3 for beginners, another 3 on advanced topics) that will certainly help you to get started: http://martijndashorst.com/blog/2008/05/25/wicket-starter-kit/ Regards - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking

Localizer cache with 150.000+ entries causing OutOfMemory

2008-06-09 Thread Stefan Fußenegger
some code to clear the cache regularly. Best regards, Stefan PS: I'll also create a JIRA issue, but I am really short on time right now. - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com

Re: Localizer cache with 150.000+ entries causing OutOfMemory

2008-06-10 Thread Stefan Fußenegger
to lazy to create a properly patched jar and a MVN repo for my team right now ;) Regards, Stefan igor.vaynberg wrote: try applying this patch and see if it helps https://issues.apache.org/jira/browse/WICKET-1667 -igor On Mon, Jun 9, 2008 at 8:11 AM, Stefan Fußenegger [EMAIL PROTECTED

Re: Localizer cache with 150.000+ entries causing OutOfMemory

2008-06-10 Thread Stefan Fußenegger
restarts the server when repeated OOME occurs and are down to a couple of times per week without the patch. But still, who wouldn't want to see months of uptime... // Daniel jalbum.net On 2008-06-10, at 11:29, Stefan Fußenegger wrote: Hi Igor, Thanks for your quick reply

Re: Localizer cache with 150.000+ entries causing OutOfMemory

2008-06-19 Thread Stefan Fußenegger
it by override a method of Localizer see: http://www.nabble.com/Why-Localizer-Retained-so-many-heapsize--to17142582.html#a17182935 that may help you a little. 2008/6/9 Stefan Fußenegger [EMAIL PROTECTED]: I am just analysing a heap dump (god bless the -XX:+HeapDumpOnOutOfMemoryError