Re: Problem with BeanEditForm server side validataion

2015-08-11 Thread Barry Books
Looks like it's fixed in beta-34 On Tuesday, August 11, 2015, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 11 Aug 2015 19:04:22 -0300, Barry Books wrote: > > Is there a later public beta? I did try beta-6 and it works fine so the >> problem is newer than that. >> > > There

Re: Problem with BeanEditForm server side validataion

2015-08-11 Thread Geoff Callender
You’re right. And it happens with programmatic validation, too. Try “Acme” into First Name of these examples which currently running on beta-26: http://jumpstart.doublenegative.com.au/jumpstart7/examples/input/edit1/1 http://jumpstart.doublenegative.com.au/jumpstart7/examples/inp

Re: Problem with BeanEditForm server side validataion

2015-08-11 Thread Thiago H de Paula Figueiredo
On Tue, 11 Aug 2015 19:04:22 -0300, Barry Books wrote: Is there a later public beta? I did try beta-6 and it works fine so the problem is newer than that. There are later sort-of-public betas if you add https://repository.apache.org/content/repositories/staging/ as a Maven repository: h

Re: Problem with BeanEditForm server side validataion

2015-08-11 Thread Barry Books
seems OK in beta-22 also On Tuesday, August 11, 2015, Barry Books wrote: > Is there a later public beta? I did try beta-6 and it works fine so the > problem is newer than that. > > I did also figure out I can reproduce the problem with a form and two > property editors. > > On Tuesday, August 11

Re: Problem with BeanEditForm server side validataion

2015-08-11 Thread Barry Books
Is there a later public beta? I did try beta-6 and it works fine so the problem is newer than that. I did also figure out I can reproduce the problem with a form and two property editors. On Tuesday, August 11, 2015, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 11 Aug 2015

Re: Problem with BeanEditForm server side validataion

2015-08-11 Thread Thiago H de Paula Figueiredo
On Tue, 11 Aug 2015 17:36:57 -0300, Barry Books wrote: I stumbled across a problem with server side validation and BeanEditForm. I have some server side validation that takes a case number and validates it's in the database. It's done with a JSR 303 validator. The problem is when the field is

Problem with BeanEditForm server side validataion

2015-08-11 Thread Barry Books
I stumbled across a problem with server side validation and BeanEditForm. I have some server side validation that takes a case number and validates it's in the database. It's done with a JSR 303 validator. The problem is when the field is invalid it marks all the fields as invalid and changes the v

Re: Localized messages based on property value

2015-08-11 Thread Thiago H de Paula Figueiredo
On Tue, 11 Aug 2015 03:29:13 -0300, Nathan Quirynen wrote: So I want to have the usual properties file for the page and besides this for each possible value of a property an extra properties files in which specific localized messages are located. So for example an Index page it can have the

Re: Multiple domains, one webapp

2015-08-11 Thread Thiago H de Paula Figueiredo
On Tue, 11 Aug 2015 06:47:38 -0300, Svein-Erik Løken wrote: The Manifest configuration is back! Thank you for clarification Thiago! :) If you main webapp project has anything Tapestry-IoC-related, like declaring services, contributing to them, decorating them or advising them, yes. Is t

RE: Multiple domains, one webapp

2015-08-11 Thread Svein-Erik Løken
> > > Is the "@ImportModule(CommonModule.class)" required? > > For multi-module development with the common module project open and > live-class-reloadable, yes. If you're just adding the common module JAR to > the main project (or any project using it as a dependency) as a JAR > directly, no. Yo