Re: DropDownChoice and lazy loaded choices

2008-09-18 Thread Maarten Bosteels
Hi, I never really used OpenSessionInViewFilter, but I remember Juergen Hoeller saying that he sometimes wished he never wrote OSIV because of all the potential side-effects. At the time a ridiculous big percentage of questions on the spring forum where about OSIV. This was several years ago

Re: My Wicket + Hibernate project- Transaction solutions? Java EE w/ Wicket?

2008-08-26 Thread Maarten Bosteels
On Tue, Aug 26, 2008 at 5:17 PM, James Perry [EMAIL PROTECTED]wrote: On Sun, Aug 24, 2008 at 4:11 AM, jpswain [EMAIL PROTECTED] wrote: I'm just curious what everyone is using for transaction management. I have been working with Wicket for a while now (and loving it) on a pet project

Re: [offtop] need help with eclipse and m2eclipse

2008-08-22 Thread Maarten Bosteels
Hi, On Fri, Aug 22, 2008 at 9:49 AM, Martijn Dashorst [EMAIL PROTECTED] wrote: On Fri, Aug 22, 2008 at 5:04 AM, Timo Rantalaiho [EMAIL PROTECTED] wrote: I don't really see why would you want to have Maven in between your IDE and the servlet container. I Agree. Just use the wicket

Re: [announce] Wicket in Action e-book has been published!

2008-08-14 Thread Maarten Bosteels
Thanks for your work ! I really enjoyed reading the MEAP, looking forward to re-reading the dead-tree version. Maarten On Thu, Aug 14, 2008 at 9:03 AM, Nick Heudecker [EMAIL PROTECTED] wrote: All interesting points. Thanks for clarifying. On Thu, Aug 14, 2008 at 12:01 AM, Toto Laricot [EMAIL

markupId of formcomponent nested inside a FormComponentPanel

2008-07-22 Thread Maarten Bosteels
Hello, How can I add a SimpleFormComponentLabel for an org.apache.wicket.extensions.yui.calendar.DateField ? The problem is that the SimpleFormComponentLabel uses the markupid of the DateField itself instead of the markupid of the nested DateTextField. This code DateField departure = new

Re: markupId of formcomponent nested inside a FormComponentPanel

2008-07-22 Thread Maarten Bosteels
at 11:35 AM, Maarten Bosteels [EMAIL PROTECTED] wrote: Hello, How can I add a SimpleFormComponentLabel for an org.apache.wicket.extensions.yui.calendar.DateField ? The problem is that the SimpleFormComponentLabel uses the markupid of the DateField itself instead of the markupid of the nested

Re: generics

2008-07-08 Thread Maarten Bosteels
Haven't yet tried it myself, but this project seems like a big help when you have to support ProperyChangeListener etc : https://bean-properties.dev.java.net/10things.html Maarten On Tue, Jul 8, 2008 at 2:03 PM, David N. Arnold [EMAIL PROTECTED] wrote: See this article

Re: problem at startup

2008-06-28 Thread Maarten Bosteels
I think an mvn clean compile will solve this. Maarten On Fri, Jun 27, 2008 at 9:14 PM, Sergiy Yevtushenko [EMAIL PROTECTED] wrote: Timo Rantalaiho wrote: Me too. Probably it worth to report the issue to Sun, because it looks like JVM issue. Or searching in the Bug parade, in the early

Re: Problem with Stress

2008-05-30 Thread Maarten Bosteels
It should *not* be necessary to convert é into egrave; Are you going to convert ALL 'strange' characters that come out of your database ? I am a wicket newbie and I don't know the wicket-way to solve this (nor if there is a wicket way) but we're using this filter and it works great : !-- this

Re: FYI: new wicket site

2008-05-14 Thread Maarten Bosteels
Nice, but can I search by keyword ? Suppose I want to search for the history of Ajax event mentioned by Eelco, how can I do that ? Maarten On Wed, May 14, 2008 at 6:39 PM, Eelco Hillenius [EMAIL PROTECTED] wrote: A new Wicket site is born! It's a Dutch site on which you can search for day

Re: [announce] wicketstuff-annotation 1.0 released

2008-05-07 Thread Maarten Bosteels
On Wed, May 7, 2008 at 9:20 AM, Johan Compagner [EMAIL PROTECTED] wrote: if the scanning of the classpath is expensive (i guess all classes are loaded that are scanned..) Hi, I guess you haven't read the docs completely :-) It says: Note that Spring does not load the class to determine this

Re: VOTE: Generics of IDataProvider

2008-04-29 Thread Maarten Bosteels
[ ] IDataProviderI,T [ x ] IteratorIModelT , drop model [ ] Leave as is. Maarten On Fri, Apr 25, 2008 at 1:52 AM, Eelco Hillenius [EMAIL PROTECTED] wrote: I would have a better idea if I would have had the chance to actually play with it, but here is mine: [ ] IDataProviderI,T [ x ]

Re: Tomcat dying with Wicket 1.3.2 (Windows / JDK 1.5.0_10)

2008-04-10 Thread Maarten Bosteels
Hi, On Thu, Apr 10, 2008 at 6:40 PM, Igor Vaynberg [EMAIL PROTECTED] wrote: httpsession already has a settimeout no? so once a user logs in you can set it to a longer period We use that technique (not on a wicket app though) and it seems to work. Something else to consider: Do you want

Re: [vote] Release 1.4 with only generics and stop support for 1.3

2008-03-17 Thread Maarten Bosteels
+1 Maarten On Mon, Mar 17, 2008 at 1:42 PM, Maurice Marrink [EMAIL PROTECTED] wrote: +1 Maurice On Mon, Mar 17, 2008 at 1:34 PM, Ryan McKinley [EMAIL PROTECTED] wrote: +1 ryan - To unsubscribe, e-mail:

Re: Planning Wicket Next Generation

2008-03-16 Thread Maarten Bosteels
+1 for moving to java 5 On Sun, Mar 16, 2008 at 12:45 AM, Gabor Szokoli [EMAIL PROTECTED] wrote: Hi, Your conclusion covers our case, but I'd debate your reasoning: We use java 5, deploy to GlassFish. No nostalgic attachments to pre-generics Java :-) But we believe these (including

<    1   2