Re: [Rife-users] ParticipantSpringWeb and RIFE ClassLoader

2006-01-20 Thread Geert Bevin
Hi Marcus, I'll try taking some time today to reproduce this and try to create a workaround / fix. Not sure that I'll have enough time for it though, so it might have to wait 'till next week. Best regards, Geert I'm trying to use ParticipantSpringWeb, but some weird class loading

Re: [Rife-users] advice needed on breaking up project into elements

2006-01-20 Thread Geert Bevin
Hi David, the friend database example is missing a lot of features, most notably data flow and logic flow. If I were you I'd split up the elements in almost exactly the same way as you'd split up the pages. You can then create datalinks and flowlinks between them, using exits and

[Rife-users] Validation.validate()

2006-01-20 Thread Eddy Young
Hi, I'm puzzled by the following piece of code not working. bean.resetValidation(); if (!bean.validate()) { template.getBeanHandler().getFormBuilder(). getValidationBuilder().generateValidationErrors(template,

Re: [Rife-users] Re: ParticipantSpringWeb and RIFE ClassLoader

2006-01-20 Thread Pazu
2006/1/20, Marcus Brito [EMAIL PROTECTED]: I have some free time on my hand today, maybe I'll take a look into this by myself. I'll let you know if I find anything interesting, Geert. Here's what I found: Since the spring application context isn't loaded by RIFE, but by a context listener,