Motly I have validate=flase and manualy call it. Consider unit testing
it like that outside of Tomcat.
.V
Jin Bal wrote:
Hi Guys
My validator config seems to be incorrect somewhere but I'm stumped as to what it is.
The symptoms are that the validator succeeds in all validations no matter what i
It was an old version of validator-rules.xml
thanks for the help
Jin
- Original Message -
From: "Hollaway, Shedrick CIV (TRFKB C600)"
<[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, October 14, 2004 5:06
Is this the complete form bean?
> the form bean looks like:
>
> public class PasswordReminderForm extends ValidatorActionForm {
> public PasswordReminderForm() {
> }
> private String emailAddress;
> public String getEmailAddress() {
> return emailAddress;
> }
> publ
Thanks for your reply:
the "/" is that hte form name matche the path attribute in the struts config
and follows the example in the docs.
thanks
Jin
Should your formname start with a "/" ?
Lee
On Thu, 14 Oct 2004 13:35:54 +0100, Jin Bal <[EMAIL PROTECTED]> wrote:
Hi Guys
My validator config seems
Should your formname start with a "/" ?
Lee
On Thu, 14 Oct 2004 13:35:54 +0100, Jin Bal <[EMAIL PROTECTED]> wrote:
> Hi Guys
>
> My validator config seems to be incorrect somewhere but I'm stumped as to what it
> is. The symptoms are that the validator succeeds in all validations no matter wh
Sorry, I forgot to include a code snippet from my Action ( /admin/news )
My edit method is:
public ActionForward edit (
ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponseresponse )
throws Exception
{
Actio
Hello:
To perform a validation over an action, it's required to enable the
validation attribute, is'n it?
validate=true like follows
[ some forwards ]
Regards
Luis Urueña Frías Oficina 101
Edificio Galileo, módulo Rojo
Parque Tecnológico de Boecillo
Valladolid - España
-
7 matches
Mail list logo