Re: Problem with DynaActionForms

2003-07-12 Thread Richard Stack
rName = (String) dyform.get("userName"); String password = (String) dyform.get("password"); -Original Message- From: Richard Stack [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 9:08 AM To: [EMAIL PROTECTED] Subject: Problem with DynaActionForms I'm implementin

Problem with DynaActionForms

2003-07-10 Thread Richard Stack
I'm implementing DynaActionform for the first time. I'm defining them in struts-config.xml. name="loginForm" dynamic="true" type="org.apache.struts.validator.DynaValidatorForm"> The problem seems to be when I try to reference the form in the Action class's exe