Re: [T5.4] 5.4-beta-32 on Maven Central / T5.4 Release Schedule

2015-07-15 Thread Thilo Tanner
Hi Kalle, Thanks a lot for your feedback and sorry for the misunderstanding. I thought all beta version will be published (btw. we’re fine using beta-26 for the moment). Feel free to contact me if I can help with something. Best, Thilo Am 14.07.15 19:37 schrieb Kalle Korhonen unter

BeanEditForm in jquery.dialog - problem with validation

2015-07-15 Thread Matthias Bieber
Hello,   I have a BeanEditForm inside a jquery.dialog. The dialog will be opened if you click on a link. I want to validate the input by using onValidateFrom..Form..() and form.recordError().   Once the submit button has been clicked, the page will be reloaded and the jquery.dialog disappears.

Re: Ajaxformloop add row link max size.

2015-07-15 Thread Stephen Nutbrown
Hi, Thank you for your reply Lance, sorry I didn't see it sooner. I still haven't managed to fix this, but I have done some experimenting and i'm not sure if it's due to my misunderstanding (most likely) or some bug. My ajaxformloop now looks like this: div class=col-sm-6 t:type=ajaxformloop

Re: BeanEditForm in jquery.dialog - problem with validation

2015-07-15 Thread Chris Poulsen
Try bindnig the BeanEditForm to the zone to prevent full page reload on submit (zone=^) On Wed, Jul 15, 2015 at 4:34 PM, Matthias Bieber mabi1...@gmx.de wrote: Hello, I have a BeanEditForm inside a jquery.dialog. The dialog will be opened if you click on a link. I want to validate the input