Hi,

Have just adjusted that but still there is no error coming up....any other
ideas?

Thanks

Marc

-----Original Message-----
From: David Winterfeldt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 20, 2001 3:36 PM
To: [EMAIL PROTECTED]
Subject: Re: the errors tag


Have you set validate to true in you
struts-config.xml?

<action    path="/registration"
               type="RegistrationAction"
               name="registrationForm"
               scope="request"
               validate="true"
               input="/registration.jsp">
   <forward name="success"               
            path="/index.jsp"/>
</action>

David

--- Marc Ellison <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Am trying out the errors tag but to no avail...I
> have the following code in
> my validate() method of my relevant Form class...
> 
> public ActionErrors validate(ActionMapping mapping,
> HttpServletRequest
> request) {
>       ActionErrors errors = new ActionErrors();
>       //if (phn == null)
>        errors.add("phn",         new
> ActionError("phn can't be null"));
> }
> 
> ...and then have the <html:errors/> tag in my jsp.
> However when I process
> the request having left the "phn" field empty,
> nothing pops up on my jsp
> page. Am i missing something vital here. I have
> followed the docs and API to
> no avail!
> 
> Thanks
> 
> Marc
>   
> 


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

Reply via email to