This is what I think could be causing your problem: > <!-- ========== Form Bean Definitions ===================== --> > <form-beans type = "gov.bls.cpi.sms.webApp.SmsForm"> > <form-bean name="smsForm" type="gov.bls.cpi.sms.webApp.SmsForm"> > </form-bean>
The type of class you pass for the "type" of "form-beans" is different from the one you pass to "type" of an individual "form-bean". You're using the same class for these; that would cause you problems somewhere, and could be what you're seeing now. Hubert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]