Re: Why Can't show the errors generated by a ActionForm's validate method

2005-01-13 Thread 艳龙 周
thank you, the proplem has been solved. - Do You Yahoo!? 注册世界一流品质的雅虎免费电邮

Re: Why Can't show the errors generated by a ActionForm's validate method

2005-01-13 Thread Kishore Senji
On Fri, 14 Jan 2005 10:03:55 +0800 (CST), èé å <[EMAIL PROTECTED]> wrote: > hi, I'm new to struts and I really can't find a way to solve the proplem. > plese help me. thank you so much. > Here is the proplem. I have a input.jsp,a ActionForm and a Action > public class HelloForm extends ActionForm >

Why Can't show the errors generated by a ActionForm's validate method

2005-01-13 Thread 艳龙 周
hi, I'm new to struts and I really can't find a way to solve the proplem. plese help me. thank you so much. Here is the proplem. I have a input.jsp,a ActionForm and a Action public class HelloForm extends ActionForm { private String name=null; public ActionErrors validate(ActionMapping