RE: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib /htmlFormTag.java

2002-10-25 Thread David Graham
I'm following the html 4.01 spec stated here: http://www.w3.org/TR/html4/interact/forms.html#h-17.3 It says it's case insensitive and the example further down the page uses the lower case form "post". All other Struts generated attributes and elements are lower case so I changed this to match.

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/htmlFormTag.java

2001-04-30 Thread Craig R. McClanahan
On Sun, 29 Apr 2001, Martin Cooper wrote: > Cool! This will really help with the issue of too many tags on one JSP page, > since it will allow a form to be split over multiple pages. (We are already > doing this by underhanded means, so it's nice to see that we can clean that > up now!) > I a