<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
 
Did you include the HTML tag library file in your JSP page?
----- Original Message -----
From: Tong, Tom
Sent: Monday, May 14, 2001 2:24 PM
Subject: RE: a small problem

Yes, I included the <html:errors /> tag in my jsp page inside <body>.

 

Tom

 

 

 

-----Original Message-----
From: Jason Chaffee [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 14, 2001 4:44 PM
To: '[EMAIL PROTECTED]'
Subject: RE: a small problem

 

Are you using the <html:errors /> tag in your jsp page?

-----Original Message-----
From: Tong, Tom [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 14, 2001 1:03 PM
To: '[EMAIL PROTECTED]'
Subject: a small problem

Hello,

 

I am new to Struts and just trying to use validate() function. I followed the struts-example and made my validation implementation. My validation is working (I can’t leave my page if I gave an invalided input), however, I can’t get the error message showing. Of course I have my messages in my ApplicationResources.property file.

 

Is there anyone can give me some hints to find out my problem?

 

Great thanks in advance,

 

Tom

Reply via email to