Re: validation failed! please help!!!

2003-09-12 Thread basebeans
Koni basebeans wrote: Yes, the ActionErrors() is in the Action class. I attached the following Action class for your references, tq! package com.ilium.eapps.intmsg.controller; import java.util.*; import org.apache.commons.logging.LogFactory; import org.apache.struts.action

validation failed! please help!!!

2003-09-11 Thread basebeans
I have the following code working fine when the field is populated with value, but if left blank, the error came out, please help... --- entry.jsp --- %@ page import=java.util.*% %@ taglib uri=/WEB-INF/struts-html.tld prefix=html % %@ taglib uri=/WEB-INF/struts-bean.tld

Re: validation failed! please help!!!

2003-09-11 Thread basebeans
Yes, the ActionErrors() is in the Action class. I attached the following Action class for your references, tq! package com.ilium.eapps.intmsg.controller; import java.util.*; import org.apache.commons.logging.LogFactory; import org.apache.struts.action.*; import javax.rmi.PortableRemoteObject;