strange html:form tag

2001-03-19 Thread Yuan Jun
i download jakarta-struts-1.0-b1 today and found next in registration.jsp should it be: or i've missed something? John.

Re: strange html:form tag

2001-03-20 Thread Rob Leland
Yuan Jun wrote: > > i download jakarta-struts-1.0-b1 today and found next in registration.jsp > > > > > > should it be: > Either would be correct. The '.do' has been optional since the last week in January, maybe before. > or i've missed something? > > John. -Rob

RE: strange html:form tag

2001-03-20 Thread Troy Hart
What does that mean? How do you set up your servlet mapping in web.xml then? -Original Message- From: Rob Leland [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 6:39 AM To: [EMAIL PROTECTED] Subject: Re: strange html:form tag Yuan Jun wrote: > > i download jakarta-

Re: strange html:form tag

2001-03-20 Thread Rob Leland
in web.xml then? > > -Original Message- > From: Rob Leland [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 20, 2001 6:39 AM > To: [EMAIL PROTECTED] > Subject: Re: strange html:form tag > > Yuan Jun wrote: > > > > i download jakarta-st

Re: strange html:form tag

2001-03-20 Thread Craig R. McClanahan
On Tue, 20 Mar 2001, Yuan Jun wrote: > i download jakarta-struts-1.0-b1 today and found next in registration.jsp > > > > > > should it be: > > or i've missed something? > Although the latter still works, the tag has been made smart enough to figure out how an action path is mapped to t

RE: strange html:form tag

2001-03-20 Thread Craig R. McClanahan
"/execute/saveRegistration". Craig > -Original Message- > From: Rob Leland [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 20, 2001 6:39 AM > To: [EMAIL PROTECTED] > Subject: Re: strange html:form tag > > > > > Yuan Jun wrote: > &

RE: strange html:form tag

2001-03-20 Thread Troy Hart
7;s java source... :) Thanks, Troy -Original Message- From: Rob Leland [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 9:36 AM To: [EMAIL PROTECTED] Subject: Re: strange html:form tag Then struts html:form tag is processed if the action name does not have a .do at the end, one w

RE: strange html:form tag

2001-03-20 Thread Craig R. McClanahan
On Tue, 20 Mar 2001, Troy Hart wrote: > OK, so let me see if I understand what you are saying: > > the tag will trigger FormTag.doStartTag(), > which will append ".do" if no extension was specified. I guess it looks > first to see if if extension mapping is being used vs. path (???) mapping?

RE: strange html:form tag

2001-03-20 Thread Yuan Jun
> On Tue, 20 Mar 2001, Yuan Jun wrote: > > > i download jakarta-struts-1.0-b1 today and found next in > registration.jsp > > > > > > > > > > > > should it be: > > > > or i've missed something? > > > > Although the latter still works, the tag has been made smart > enough to figure out how an

RE: strange html:form tag

2001-03-20 Thread Craig R. McClanahan
On Wed, 21 Mar 2001, Yuan Jun wrote: > > > > On Tue, 20 Mar 2001, Yuan Jun wrote: > > > > > i download jakarta-struts-1.0-b1 today and found next in > > registration.jsp > > > > > > > > > > > > > > > > > > should it be: > > > > > > or i've missed something? > > > > > > > Although the latt