Re: How to disable Client-Side-Error-Message-Bubbles

2010-06-02 Thread Piero Sartini
I've done something like this some time ago with help from this list. It was needed to integrate the YAML [1] form css framework, which shows errors below the input fields. The plan was to refactor the functionality into a yaml-module, but this was never finnished and I am not sure if it works. Bu

Re: How to disable Client-Side-Error-Message-Bubbles

2010-06-02 Thread Kiss Izolda
Hello Dominik, you might need to utilize the validate property, without the error-message-bubbles just keep the validation properties intact and set clientValidation to false Izolda "Dominik Gätjens" írta: >Hello List,> > > > how can i disable the client-side-error-message-bubbles but can kee

Re: How to disable Client-Side-Error-Message-Bubbles

2010-06-02 Thread Christophe Cordenier
Hi 2010/6/2 Dominik Gätjens > Hello List, > > > > how can i disable the client-side-error-message-bubbles but can keep client > side validation (the red textfield label and the red cross)? > As far as i know, there is not native support for this at the moment, maybe you can override Tapestry.Fi

How to disable Client-Side-Error-Message-Bubbles

2010-06-02 Thread Dominik Gätjens
Hello List, how can i disable the client-side-error-message-bubbles but can keep client side validation (the red textfield label and the red cross)? Regards Dominik