I would recommend that you remove the "styleId" attribute from the taglib. I use CSS quite a bit and I've never used this on the form level.
The other thing we probably need is a "strict" attribute for the html:html tag - or at least someway of detecting a string DTD or transitional DTD. One of the differences b/w them is that strict doesn't allow "name" as part of the <form> tag, but only id. Also, all tag attributes (except for values) must be lowercase. It's been awhile since I patched this, so it might best that I do it all over again. If you could let me know when a good time to do this is - that'd be great. I probably need about 2 days. Any ideas from the group on setting/determining strict vs. transitional is appreciated. Thanks, Matt > -----Original Message----- > From: Martin Cooper [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 19, 2002 10:59 PM > To: Struts Developers List; [EMAIL PROTECTED] > Subject: Re: XHTML-compliant tags > > Hi Matt, > > This is still on my personal list of "things I want to get in to Struts > 1.1". I've been holding off precisely because I don't know what we should > do > about Bugzilla #4868. If anyone has any good ideas about this, I'd love to > hear them. > > If we can resolve that issue (or if it would work to resolve #5518 while > leaving #4868 open), I'd be glad to make the changes. A patch would be a > *huge* help. However, you should be aware that I have some other taglib > changes in process that would affect a diff, so you might want to wait if > you're thinking of providing a patch. (I can let you know when I'm done, > if > you like.) > > -- > Martin Cooper > > > ----- Original Message ----- > From: "Matt Raible" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, February 19, 2002 8:49 AM > Subject: XHTML-compliant tags > > > > Just wanted to get a status on this bug: > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5518 > > > > Wondering if I should patch a distribution or if this will be released > > soon? > > > > Also, I don't know how to resolve this - but surely it will come up: > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4868 > > > > When a user wants "strict" compliance, the <form name=> needs to be > > replaced with <form id=> and this might cause problems in javascript > > with document.formName. > > > > Thanks, > > > > Matt > > > > > -- > To unsubscribe, e-mail: <mailto:struts-dev- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:struts-dev- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>