Take out the type and name attributes out of the form tag. They should already be mapped in the struts-config and you don't need them in the JSP.
-----Original Message----- From: Jones, Marty B. [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 11:34 AM To: [EMAIL PROTECTED] Subject: Html Form Tag Question I have the following tag declaration in a jsp file: <html:form name="loginForm" action="/login" focus="username" method="POST" type="com.dailyaccess.actions.LoginBean"> The jsp compiles correct and views correctly. The issue that I am having is that the action attribute in the html form that is created is an empty string! It is as if the FormTag class is not setting the action string. Any help would be greatly appreciated. ________________________ Marty B. Jones Senior Software Engineer DailyAccess.Com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

