RE: Html Form Tag Question

2003-08-01 Thread Jones, Marty B.
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 Ta

RE: Html Form Tag Question

2003-08-01 Thread Jones, Marty B.
Thanks Michael. -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:

RE: Html Form Tag Question

2003-08-01 Thread Bailey, Shane C.
bject: Html Form Tag Question I have the following tag declaration in a jsp file: 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 s

RE: Html Form Tag Question

2003-08-01 Thread Jones, Marty B.
Thanks for the info. I will take a look. -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 incorr

RE: Html Form Tag Question

2003-08-01 Thread Canning, Chuck
[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

Re: Html Form Tag Question

2003-08-01 Thread Michael Ruppin
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: > > focus="username" method="POST" > ty

Html Form Tag Question

2003-08-01 Thread Jones, Marty B.
I have the following tag declaration in a jsp file: 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 grea

Form tag question

2001-04-30 Thread Ross
Hi all I'm working my way through struts-example and the documentation and I am confused about the process a form tag takes to create an ActionForm bean if one doesn't exist. There seems to be conflicting documentation. The walking tour of the example says. >First, the logon.jsp makes use of th