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
/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
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
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
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
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: [