Chuck, Sure enough, that was it. The action attribute is now being set as it should.
Thanks for all your help. -----Original Message----- From: Canning, Chuck [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 10:49 AM To: 'Struts Users Mailing List' Subject: RE: Html Form Tag Question Hey, I had the same syptoms and the problem was an incorrect <servlet-mapping> in my web.xml. We had /*.do instead of *.do. because of that, the RequestUtils.getActionMappingURL() would not parse the action correctly. YOu might want to start looking there. Chuck -----Original Message----- From: Michael Ruppin [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 10:40 AM To: Struts Users Mailing List Subject: Re: Html Form Tag Question I don't know if it was resolved, but this thread should be of interest to you: http://marc.theaimsgroup.com/?l=struts-user&m=105943092932593&w=2 HTH m --- "Jones, Marty B." <[EMAIL PROTECTED]> wrote: > 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] > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]