Would you mind sharing which versions of Tomcat, JDK, etc., you are
using?  Thanks.

On Thu, 2003-02-13 at 04:54, René Eigenheer wrote:
> ok I could eliminate my problem - obviously with all my changes I've got a
> wrong commons-validator version. after copying the version out of
> struts-b3-binary everything works again ;-)
> 
> 
> > -----Original Message-----
> > From: Robert Morse [mailto:[EMAIL PROTECTED]]
> > Sent: Donnerstag, 13. Februar 2003 03:31
> > To: Struts Users Mailing List
> > Subject: RE: Strange Validator Problem
> >
> >
> > Not yet.  My next step is to trace through everything in an attempt to
> > find it, but that won't be until next week.  For what it's worth the
> > nightly builds have the same problem.
> >
> >
> > On Wed, 2003-02-12 at 13:48, René Eigenheer wrote:
> > > did you find any solution? I've upgraded today some
> > components (jdk, tomcat)
> > > and I remarked, that my validations do not work anymore -
> > no idea whether it
> > > is the same problem as you have
> > >
> > > rene
> > >
> > > > -----Original Message-----
> > > > From: Robert Morse [mailto:[EMAIL PROTECTED]]
> > > > Sent: Dienstag, 11. Februar 2003 21:26
> > > > To: Struts Users Mailing List
> > > > Subject: Re: Strange Validator Problem
> > > >
> > > >
> > > > It was 1.4.1_01, but I have switched to 1.4.0_03-b04 and the
> > > > problem is
> > > > still present.  I appreciate your help; do you have any other
> > > > suggestion?  Thanks!
> > > >
> > > >
> > > >
> > > > On Tue, 2003-02-11 at 02:09, Iris wrote:
> > > > > What is your version of java ?
> > > > > I had the same problem with j2sdk1.4.1_01 but I work fine
> > > > with j2sdk1.4.0.
> > > > >
> > > > > Iris
> > > > >
> > > > > Robert Morse wrote:
> > > > >
> > > > > >Hello,
> > > > > >I have a very strange validator problem with 1.1-b3.
> > > > > >
> > > > > >I have a simple logon form (ValidatorForm) that accepts a
> > > > userid and
> > > > > >password.  In my validation.xml file I'm specifying that
> > > > the fields are
> > > > > >required.  The struts-config.xml file has the
> > > > validate="true".  When I
> > > > > >execute this, I get the logon.jsp page successfully
> > > > displayed, but if I
> > > > > >leave the fields blank and submit, no errors occur, but a
> > > > blank white
> > > > > >display shows up in the browser.
> > > > > >
> > > > > >Now the strange part, if I change validate="false", check for
> > > > > >non-existent password or userid in the Action, and use
> > > > errors.add() to
> > > > > >add the appropriate errors; this time when I submit
> > with the fields
> > > > > >blank, I get the form re-displayed with errors.  The
> > > > 'input' key remains
> > > > > >the same between both versions.
> > > > > >
> > > > > >If I set up a log4.properties file with the level set to
> > > > DEBUG, I can
> > > > > >see that the resource keys for the error messages are
> > > > being loaded, and
> > > > > >I get a message saying that the validation failed --
> > so I know the
> > > > > >validator is being called.  The last message I get tells
> > > > me:  Validation
> > > > > >failed, returning to '/logon/logon.jsp'.  But all I get
> > > > after that is a
> > > > > >blank white page, yet the '/logon/logon.jsp' is the
> > > > correct path and
> > > > > >works when validate='false'.
> > > > > >
> > > > > >Any ideas?
> > > > > >
> > > > > >Thanks!
> > > > > >
> > > > > >-robert.
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > > > > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > > > --
> > > > "All motion is not progress, and all movement is not
> > forward" (anon)
> > > > Key ID:  F0533BB6
> > > > Finger Print:  7F07 D9CD 266F 29D4 3616  164D F055 6E4C F053 3BB6
> > > >
> > > >
> > > >
> > > >
> > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> > >
> > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > --
> > "All motion is not progress, and all movement is not forward" (anon)
> > Key ID:  F0533BB6
> > Finger Print:  7F07 D9CD 266F 29D4 3616  164D F055 6E4C F053 3BB6
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
"All motion is not progress, and all movement is not forward" (anon)
Key ID:  F0533BB6
Finger Print:  7F07 D9CD 266F 29D4 3616  164D F055 6E4C F053 3BB6



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to