Re: [OT] Wicket changed my life !

2010-02-19 Thread Leon Nieuwoudt
We just did an initial presentation to a high profile client for our first Wicket-based app (previously we used PHP extensively), and it went well. The entire process from getting a prototype up, doing database stuff (mostly thanks to Hibernate), custom components, etc. went rather smoothly. The

Re: Quick fix for "the dreaded org.hibernate.LazyInitializationException" with WicketTester

2010-02-16 Thread Leon Nieuwoudt
Just an update, the quick hack failed completely when testing on an XP system, but it worked perfectly on Ubuntu. Any links or example on getting Spring/Hibernate/WicketTester/JUnit4 to work will be appreciated. "lmgtfy" will also suffice ;) On Tue, Feb 16, 2010 at 9:57 AM, Leon Nieuw

Re: Quick fix for "the dreaded org.hibernate.LazyInitializationException" with WicketTester

2010-02-16 Thread Leon Nieuwoudt
Hi Igor Glad to hear there's another way. I'm already using the Spring JUnit runner, like this: @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration public class UserTest extends . { @Test public void testCRUD() { // Code... } } This what I tried: * Adding @Tra

Re: Quick fix for "the dreaded org.hibernate.LazyInitializationException" with WicketTester

2010-02-16 Thread Leon Nieuwoudt
Yes this works when running the program in the Application Server environment. For JUnit testing (outside of the AS), I ran into this problem. Is there maybe a better way to maybe wrap the OSIV Filter around Unit Tests? On Tue, Feb 16, 2010 at 9:07 AM, Wilhelmsen Tor Iver wrote: > > I thought t

Quick fix for "the dreaded org.hibernate.LazyInitializationException" with WicketTester

2010-02-15 Thread Leon Nieuwoudt
Hi all, After about 5 minutes of "omfg not that error again", I think I found a quick hack to avoid org.hibernate.LazyInitializationException with WicketTester. I've checked everywhere on the lists but didn't find a similar solution, so apologies if someone else already posted this. There may also

AutoCompleteTextField and HTML Encoding question (1.4.4)

2010-01-21 Thread Leon Nieuwoudt
Hi :) I'm trying to use a AutoCompleteTextField that shows a list of E-Mail addresses. The problem I'm running into is that the "<" character is causing rendering issues, for example: John Doe . I've already bypassed the selection list rendering problem by using a custom renderer (code below), bu

Re: [OT] wicket users around the world

2008-12-13 Thread Leon Nieuwoudt
Lagos, Nigeria On Thu, Dec 11, 2008 at 7:57 PM, francisco treacy < francisco.tre...@gmail.com> wrote: > to know a little bit more of our great (and vast) community, i was > just wondering if you're keen on sharing where you come from and/or > where you work with wicket... > > for instance, here a

Re: Java BlackBelt Wicket exam

2008-09-21 Thread Leon Nieuwoudt
For black belt, one of the questions must be to identify Martin, Eelco, Nino and Igor from a police line-up. On Fri, Sep 19, 2008 at 4:11 PM, James Carman <[EMAIL PROTECTED]>wrote: > Perhaps it could be for a yellow belt. ;) > > > On Fri, Sep 19, 2008 at 11:09 AM, Nino Saturnino Martinez Vazquez

Re: Reporting Engine on Wicket 1.3.4

2008-09-09 Thread Leon Nieuwoudt
Thanks for the advice guys At the moment I'm not too worried about a friendly report designer... although I just know the users will ask for one and never use it ;) So I guess a JasperReport integration will give the most mileage. BIRT does seem interesting, although the integration seems somewh

Reporting Engine on Wicket 1.3.4

2008-09-08 Thread Leon Nieuwoudt
Hi all I would like to know what kind of reporting engines are commonly used for Wicket-based apps? We have the need to generate CSV, Excel, and PDF files with graphs and pretty graphics. We've looked at the JasperReports integration but the docs say it's not complete Thanks in advance

Re: Wicket 1.3.4 Final - Incorrect resource blurbs out files in Glassfish folder

2008-07-02 Thread Leon Nieuwoudt
30 index.jsp * HTML l33t html page On Wed, Jul 2, 2008 at 7:34 PM, Leon Nieuwoudt <[EMAIL PROTECTED]> wrote: > Well that's the weird part ;) > > It's a new clean application, with

Re: Wicket 1.3.4 Final - Incorrect resource blurbs out files in Glassfish folder

2008-07-02 Thread Leon Nieuwoudt
goes skew. I'll confirm shortly with some code On 7/2/08, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > i dont think anything in wicket generates a directory listing. are you > sure it is wicket code? > > -igor > > On Wed, Jul 2, 2008 at 8:59 AM, Leon Nieuwoudt <[EMAIL P

Wicket 1.3.4 Final - Incorrect resource blurbs out files in Glassfish folder

2008-07-02 Thread Leon Nieuwoudt
Hey guys I've been following the wicket-users list for quite some time to evaluate the community and momentum, and just want to say "great job!" before I continue ;) Now the question... I'm starting to create a new real-world app, and something happened that a Resource sent a Glassfish folder fil