Hey David,

can you follow that thread, regarding the man-in-the-middle-tool issue ?

http://mail-archives.apache.org/mod_mbox/incubator-adffaces-dev/200610.mbox/ajax/[EMAIL
 PROTECTED]

Thanks,
Matt

On 10/30/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
I committed the changed template by accident,
when I was looking into the Trinidad side of  MYFACES-1467.

I went into the source code repo during my changes on the client side tasks...

I do a revert on that, but still we need to look at that (form the MyFaces side)

However, Thomas run the TCK on that patch, which some interesting results....

Sorry,
M

On 10/30/06, Adam Winer <[EMAIL PROTECTED]> wrote:
> Yeah, I'm with Gab here - you should never hit validation at all.
>
> -- Adam
>
>
> On 10/30/06, Gabrielle Crawford <[EMAIL PROTECTED]> wrote:
> >
> > Really? I thought the renderer checks "wasSubmitted" which checks for
> > readOnly and disabled. SubmittedValue should then be set to null, and in
> > UIXEditableValue's validate if submittedValue is null validate is
> > bypassed:
> >
> > Object submittedValue = getSubmittedValue();
> >     if (submittedValue == null)
> >       return;
> >
> > Thanks,
> >
> > Gab
> >
> > Simon Lessard wrote:
> >
> > > Hello all,
> > >
> > > I just found out that if you use an inputText with readOnly and
> > > required set
> > > to true, validation will always fail, even if there's data in the
> > > underlying
> > > bean. Anyone heard about this before?
> > >
> > >
> > > Regards,
> > >
> > > ~ Simon
> > >
> >
> >
>
>


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

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



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

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

Reply via email to