Albert,

When all that is correctly setup, I've only ever had problems with a
misspelled forward inside my action or missing JSP/html/other pages. I've
had a blank page show up when the forward was "intup" and I meant "input".
Have you checked the code in your action?

Have you turned on the logging features or commons logging for further
details even up to the debug level?

Regards,
David

-----Original Message-----
From: Leung, Albert [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 01, 2004 3:26 PM
To: Struts Users Mailing List
Subject: RE: form validation


It definitely exists. The action definition, the input forms, form beans
definition, validation entries are exactly the same in both projects.

-----Original Message-----
From: Bill Siggelkow [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 01, 2004 3:14 PM
To: [EMAIL PROTECTED]
Subject: Re: form validation

Leung, Albert wrote:

> For some reason I can't get form validation to work for a particular
> project. If I take the same ValidatorForm, use the same validation entry
in
> formset, and update the struts-config to use the same form bean and action
> it works fine in another project. The project that has problems just gives
> me a blank page whenever it finds something wrong. There is no stack trace
> or log that can tell me what could be wrong.
>
>
>
> Please help!
>
>
>
> Albert
>
>
This can happen if the page specified by the "input" attribute does not
exist.


---------------------------------------------------------------------
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]


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

Reply via email to