Odd behaviour implementing custom ValidationDecorator

2013-02-22 Thread Sérgio Areias
Hi there. I was trying to implement a custom ValidationDecorator (something like this one http://tapestry.1045711.n5.nabble.com/Example-of-overriding-the-default-ValidationDecorator-tt2419072.html) but I am having a small problem. When I try to use "field.isRequired()" in the method &q

Re: [5.2.4] Custom ValidationDecorator + Bean Validation integration

2010-12-28 Thread Matheus Eduardo Machado Moreira
/27 Matheus Eduardo Machado Moreira >I tried to resurrect a thread to ask questions regarding > ValidationDecorator and Bean Validation integration but now I think that was > not the best approach, so I decided to start a new thead. > >I'm trying to write a custom Vali

[5.2.4] Custom ValidationDecorator + Bean Validation integration

2010-12-27 Thread Matheus Eduardo Machado Moreira
I tried to resurrect a thread to ask questions regarding ValidationDecorator and Bean Validation integration but now I think that was not the best approach, so I decided to start a new thead. I'm trying to write a custom ValidationDecorator that must meet the following require

Problem with custom ValidationDecorator for Ajax form submissions

2009-08-14 Thread Blower, Andy
We've developed our own custom ValidationDecorator which works nicely. To activate it for a form we're pushing it onto the environment in the setupRender for each component/page with a form that needs validation, like this: @BeginRender void setup(MarkupWri

[T5] Custom ValidationDecorator causing Exception in BeanEditor

2008-10-21 Thread Rolf Wagner
Hi, I wrote a custom ValidationDecorator to mark all required fields with * (T5.0.15). Therefore I call field.isRequired() in insideLabel() like that: public class ValidationDecorator extends BaseValidationDecorator { @Override public void insideLabel(Field field, Element

Custom ValidationDecorator

2008-01-14 Thread Harald Geritzer
hi all, is there a way to find out, which validators are assigned to a field. I'd like to write a custom ValidationDecorator decorating all fields containing a required validator. ty - To unsubscribe, e-mail: [