Hi,

before diving in (i have more red issues in my jira), does someone have an
example of how to patch the bubbles not to show and a red text beneath the
input box appears in case of an error?

Thanks,
Borut

2008/11/3 Howard Lewis Ship <hls...@gmail.com>

> Exactly: we have great L&F out of the box, and easy way (monkey
> patching the JavaScript) to handle the UI however you want.
>
> You say that like its a bad thing.
>
> On Sun, Nov 2, 2008 at 12:24 PM, kranga <kra...@k2d2.org> wrote:
> > The issue here is that you chose to implement a very specific paradigm
> (pop
> > ups) to display error messages which almost always will be the wrong
> > paradigm because every website and design expression will require
> something
> > different. So everyone is going to try to override the basic settings
> >
> > ----- Original Message ----- From: "Howard Lewis Ship" <hls...@gmail.com
> >
> > To: "Tapestry users" <users@tapestry.apache.org>
> > Sent: Saturday, November 01, 2008 6:47 PM
> > Subject: Re: [Tapestry 5.0.15] - Hidding client-side validation
> >
> >
> > This can be done by "monkey patching" the Tapestry JavaScript.  You
> > can have a JS library that overwrites the definitions of some of the
> > built-in Tapestry functions related to validation.  In this way, you
> > can prevent the pop up bubbles, or change how the validation messages
> > are presented to the user.
> >
> > On Thu, Oct 30, 2008 at 1:36 AM, Antonio Fernández - STAR Málaga
> > <antonio.fernan...@star-group.net> wrote:
> >>
> >> Hi again !
> >>
> >> Many thanks for you fast asnwer , i tryed your option , but this is not
> >> the
> >> behaviour i want.
> >>
> >> Now the submit action happens when one or more TextFields are empty,
> >> and with clientValidation=true the submit is not completed.
> >>
> >> I want the behaviour of clientValidation=true, but simply hidding the
> >> Validation Messages.
> >>
> >>
> >>
> >>
> >> Greetings & Nice Day
> >>
> >>
> >> Sven Homburg escribió:
> >>
> >> have a look in the "Form" component description (parameter
> >> "clientSideValidation")
> >>
> >>
> http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/Form.html
> >>
> >> 2008/10/30 Antonio Fernández - STAR Málaga
> >> <antonio.fernan...@star-group.net
> >>
> >>
> >>
> >>
> >> Hi All &  Good Morning   :-)
> >>
> >> Is there a way for hidding the JavaScript Validation Messages on the
> >> Client-Side ?
> >>
> >> Greetings
> >> Passi
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> >> For additional commands, e-mail: users-h...@tapestry.apache.org
> >>
> >>
> >>
> >>
> >>
> >>
> >
> >
> >
> > --
> > Howard M. Lewis Ship
> >
> > Creator Apache Tapestry and Apache HiveMind
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
> >
>
>
>
> --
> Howard M. Lewis Ship
>
> Creator Apache Tapestry and Apache HiveMind
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to