Re: validation failed! please help!!!

2003-09-12 Thread basebeans
quot;com.ilium.eapps.intmsg.controller.AddrBookAction" > scope="request" > name="addrBookForm" > validate="false" > input="/AddrBook/view.do"> <-- ! > > > > > > This is wh

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; i

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.