You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Stephen Friedrich <tr...@eekboom.com> on 2007/05/11 16:03:43 UTC

"outline" client side validation breaks submit

After updating to latest svn version, I noticed that one of my forms did no longer submit.
I tried inline validation (which by accident I heard of just an hour ago), i.e. added
    <client-validation>INLINE</client-validation>
to trinidad-config.xml. (Before I hadn't a config file at all.)
It's working now (and it's nicer than the error dialog anyway).

Still, I guess somebody should look into it.

(And yes, this time I did a clean build. I also deleted firefox's caches.)

Re: "outline" client side validation breaks submit

Posted by Adam Winer <aw...@gmail.com>.
I gave the old-style alerts (still the default) a try on the
latest code, and they seemed to be working fine
on both Firefox and IE.

@Stephen: do you have a testcase, or some more information
that could diagnose what's going wrong? (Javascript errors,
etc.)

-- Adam

On 5/12/07, Adam Winer <aw...@gmail.com> wrote:
>
> *Crud*, I'll have a look.  I don't think I did a very good
> job testing the old style alerts.  BTW, I'm thinking before
> 1.0.1, we should revisit whether we should just make
> the inline style the default.  Danny's code is a huuuuge
> improvement over the old alerts!
>
> -- Adam
>
>
> On 5/11/07, Stephen Friedrich <tr...@eekboom.com> wrote:
> > After updating to latest svn version, I noticed that one of my forms did
> no longer submit.
> > I tried inline validation (which by accident I heard of just an hour
> ago), i.e. added
> >     <client-validation>INLINE</client-validation>
> > to trinidad-config.xml. (Before I hadn't a config file at all.)
> > It's working now (and it's nicer than the error dialog anyway).
> >
> > Still, I guess somebody should look into it.
> >
> > (And yes, this time I did a clean build. I also deleted firefox's
> caches.)
> >
>

Re: "outline" client side validation breaks submit

Posted by Matthias Wessendorf <ma...@apache.org>.
+1

I am planing to put a release of 1.0.1 together in the beginning of
the next month

On 5/12/07, Adam Winer <aw...@gmail.com> wrote:
> *Crud*, I'll have a look.  I don't think I did a very good
> job testing the old style alerts.  BTW, I'm thinking before
> 1.0.1, we should revisit whether we should just make
> the inline style the default.  Danny's code is a huuuuge
> improvement over the old alerts!
>
> -- Adam
>
>
> On 5/11/07, Stephen Friedrich <tr...@eekboom.com> wrote:
> > After updating to latest svn version, I noticed that one of my forms did no longer submit.
> > I tried inline validation (which by accident I heard of just an hour ago), i.e. added
> >     <client-validation>INLINE</client-validation>
> > to trinidad-config.xml. (Before I hadn't a config file at all.)
> > It's working now (and it's nicer than the error dialog anyway).
> >
> > Still, I guess somebody should look into it.
> >
> > (And yes, this time I did a clean build. I also deleted firefox's caches.)
> >
>


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: "outline" client side validation breaks submit

Posted by Adam Winer <aw...@gmail.com>.
*Crud*, I'll have a look.  I don't think I did a very good
job testing the old style alerts.  BTW, I'm thinking before
1.0.1, we should revisit whether we should just make
the inline style the default.  Danny's code is a huuuuge
improvement over the old alerts!

-- Adam


On 5/11/07, Stephen Friedrich <tr...@eekboom.com> wrote:
> After updating to latest svn version, I noticed that one of my forms did no longer submit.
> I tried inline validation (which by accident I heard of just an hour ago), i.e. added
>     <client-validation>INLINE</client-validation>
> to trinidad-config.xml. (Before I hadn't a config file at all.)
> It's working now (and it's nicer than the error dialog anyway).
>
> Still, I guess somebody should look into it.
>
> (And yes, this time I did a clean build. I also deleted firefox's caches.)
>